A curated collection of specialized Claude Code agents designed to enhance your development workflow with intelligent task management, code review, API development, and technical guidance.
-
Clone the repository:
git clone https://github.com/backant-io/backant-agents.git cd backant-agents
-
Run the installer:
./install.sh
The installer will copy all agent files to your ~/.claude/agents
directory and handle updates automatically.
If you prefer manual installation:
mkdir -p ~/.claude/agents
cp *.md ~/.claude/agents/
Ultra-intelligent task coordination with anti-recursion protection
The Task Dispatch Director is your go-to agent for complex project coordination. It breaks down large tasks, delegates to specialists, and ensures nothing falls through the cracks.
Advanced quality assurance and testing specialist
Comprehensive quality assurance with systematic testing, bug analysis, and preventive measures.
Comprehensive code analysis and security auditing
Professional code review focusing on quality, security, and performance optimization.
High-level technical design and architecture planning
Strategic technical planning and architecture design for complex systems.
In-depth technology research and analysis
Comprehensive technology research and market analysis for informed decision-making.
Specialized Flask API development following backant-api patterns
Expert Flask development with focus on RESTful APIs, security, and scalability.
To use any agent in Claude Code, include the agent instruction in your prompt:
Use the [agent-name] agent to [specific task]
The Task Dispatch Director is particularly powerful for complex, multi-step projects:
Use the task-dispatch-director agent to help me implement a complete user authentication system for my web app. I need user registration, login, password reset, and profile management features.
Use the qa-engineer agent to analyze the test coverage in my project and create a comprehensive testing strategy for my React application.
Use the code-review-expert agent to perform a security audit of my authentication middleware and identify potential vulnerabilities.
Use the technical-solution-architect agent to design a scalable microservices architecture for my social media application.
Use the technical-researcher agent to research the best database solutions for handling real-time chat functionality in my messaging app.
Use the flask-api-developer agent to implement a complete user management API with JWT authentication and role-based access control.
Provide clear context about your project, technology stack, and requirements:
Use the task-dispatch-director agent to help me migrate my PHP monolith to a Node.js microservices architecture. The current system handles 10k daily users and includes user management, payment processing, and content delivery.
The Task Dispatch Director can coordinate other agents:
Use the task-dispatch-director agent to coordinate a complete code review and optimization of my project. I want security analysis, performance improvements, and test coverage enhancement.
When possible, mention key files or project structure:
Use the flask-api-developer agent to refactor my API in app.py. I want to implement the repository pattern and separate concerns into models, services, and controllers.
If Claude Code agent is not found:
- Verify installation:
ls ~/.claude/agents
- Re-run the installer:
./install.sh
- Check file permissions:
chmod 644 ~/.claude/agents/*.md
- Be more specific in your prompt
- Provide additional context about your project
- Try rephrasing your request
This project is open source and available under the MIT License.
- Repository: https://github.com/backant-io/backant-agents
- Claude Code Documentation: https://docs.anthropic.com/en/docs/claude-code
- Issues & Support: https://github.com/backant-io/backant-agents/issues
Made with ❤️ by the Backant team for the Claude Code community