This website requires JavaScript.
Explore
Help
Register
Sign In
torbjorn
/
my-pal-mcp-server
Watch
1
Star
0
Fork
0
You've already forked my-pal-mcp-server
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
000d12dc3a2232be1f4da5838035d6893d83c412
my-pal-mcp-server
/
systemprompts
History
Beehive Innovations
000d12dc3a
Add secaudit tool for security auditing (
#117
)
...
* WIP - working version * Implement required methods
2025-06-22 15:28:05 +04:00
..
__init__.py
Add secaudit tool for security auditing (
#117
)
2025-06-22 15:28:05 +04:00
analyze_prompt.py
Re-imagined and re-written Debug tool. Instead of prompting Claude to perform initial analysis (and hoping it did), the tool now works through the debug process as an 'investigation', encouraging Claud to gather its 'findings' / 'hypothesis', stepping back as needed, collecting files it's gone through and keeping track of files relevant to the issue at hand. This structured investiion is then passed to the other model with far greater insight than the original debug tool ever could.
2025-06-19 10:22:30 +04:00
chat_prompt.py
Re-imagined and re-written Debug tool. Instead of prompting Claude to perform initial analysis (and hoping it did), the tool now works through the debug process as an 'investigation', encouraging Claud to gather its 'findings' / 'hypothesis', stepping back as needed, collecting files it's gone through and keeping track of files relevant to the issue at hand. This structured investiion is then passed to the other model with far greater insight than the original debug tool ever could.
2025-06-19 10:22:30 +04:00
codereview_prompt.py
Re-imagined and re-written Debug tool. Instead of prompting Claude to perform initial analysis (and hoping it did), the tool now works through the debug process as an 'investigation', encouraging Claud to gather its 'findings' / 'hypothesis', stepping back as needed, collecting files it's gone through and keeping track of files relevant to the issue at hand. This structured investiion is then passed to the other model with far greater insight than the original debug tool ever could.
2025-06-19 10:22:30 +04:00
consensus_prompt.py
Improved consensus to treat a step properly as both a request + response, and initial step includes Claude's assessment.
2025-06-22 13:21:09 +04:00
debug_prompt.py
Migration from Docker to Standalone Python Server (
#73
)
2025-06-18 23:41:22 +04:00
docgen_prompt.py
During documentation must stop on discovery of critical logic errors in code and inform user
2025-06-22 10:51:28 +04:00
planner_prompt.py
Migration from Docker to Standalone Python Server (
#73
)
2025-06-18 23:41:22 +04:00
precommit_prompt.py
Re-imagined and re-written Debug tool. Instead of prompting Claude to perform initial analysis (and hoping it did), the tool now works through the debug process as an 'investigation', encouraging Claud to gather its 'findings' / 'hypothesis', stepping back as needed, collecting files it's gone through and keeping track of files relevant to the issue at hand. This structured investiion is then passed to the other model with far greater insight than the original debug tool ever could.
2025-06-19 10:22:30 +04:00
refactor_prompt.py
🚀
Major Enhancement: Workflow-Based Tool Architecture v5.5.0 (
#95
)
2025-06-21 00:08:11 +04:00
secaudit_prompt.py
Add secaudit tool for security auditing (
#117
)
2025-06-22 15:28:05 +04:00
testgen_prompt.py
Migration from Docker to Standalone Python Server (
#73
)
2025-06-18 23:41:22 +04:00
thinkdeep_prompt.py
Re-imagined and re-written Debug tool. Instead of prompting Claude to perform initial analysis (and hoping it did), the tool now works through the debug process as an 'investigation', encouraging Claud to gather its 'findings' / 'hypothesis', stepping back as needed, collecting files it's gone through and keeping track of files relevant to the issue at hand. This structured investiion is then passed to the other model with far greater insight than the original debug tool ever could.
2025-06-19 10:22:30 +04:00
tracer_prompt.py
Improved tracer that uses a workflow
2025-06-21 07:58:07 +04:00