This directory contains prompts specifically designed for software development tasks, including code generation, review, optimization, and debugging.
- Code Review - Comprehensive code analysis with optimizations and best practices
- Rapid Full-Stack Development - Quick application scaffolding and development
Traditional coding personas are organized by specialization:
- React Developer - React-specific development expertise
- Hackerman Code Reviewer - Code review with attitude
| Task Type | Recommended Prompt |
|---|---|
| Code Review | code_review.md |
| React Development | personas/experts/react_developer.md |
| Rapid Prototyping | rapid-fullstack-dev.md |
| Debugging | Use search: ./search -t debugging |
For enhanced coding experiences, consider combining these prompts with vibecoding archetypes:
- Truth Builder + Code Review → Rigorous validation and testing focus
- Pattern Synthesizer + Architecture → System-level design insights
- Flow Director + Development → Engaging, iterative coding sessions
# Search all coding-related prompts
./search -c "tasks/coding"
# Find debugging prompts
./search -t debugging optimization
# Get recommendations for specific tasks
./search -r "create REST API documentation"