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
0dff731b5032939095f7674083c1766cd26bd37a
my-pal-mcp-server
/
systemprompts
History
Fahad
18f6f16ac6
Improved consensus to treat a step properly as both a request + response, and initial step includes Claude's assessment.
...
Improved prompt to not request for code when it's a general business decision
2025-06-22 13:21:09 +04:00
..
__init__.py
Add DocGen tool with comprehensive documentation generation capabilities (
#109
)
2025-06-22 10:21:19 +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
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