A comprehensive collection of specialized AI agents designed to accelerate and enhance every aspect of rapid development. Each agent is an expert in their domain, ready to be invoked when their expertise is needed.
-
Download this repository:
git clone https://github.com/your-username/agents.git
-
Copy to your Claude Code agents directory:
cp -r agents/* ~/.claude/agents/ rm ~/.claude/agents/README.md ~/.claude/agents/CLAUDE.md
-
Restart Claude Code to load the new agents.
Agents are automatically available in Claude Code. Simply describe your task and the appropriate agent will be triggered. You can also explicitly request an agent by mentioning their name.
📚 Learn more: Claude Code Sub-Agents Documentation
- "Create a new app for tracking meditation habits" →
rapid-prototyper
- "What's trending on TikTok that we could build?" →
trend-researcher
- "Our app reviews are dropping, what's wrong?" →
feedback-synthesizer
- "Make this loading screen more fun" →
whimsy-injector
- ai-engineer - Integrate AI/ML features that actually ship
- backend-architect - Design scalable APIs and server systems
- devops-automator - Deploy continuously without breaking things
- frontend-developer - Build blazing-fast user interfaces
- mobile-app-builder - Create native iOS/Android experiences
- rapid-prototyper - Build MVPs in days, not weeks
- test-writer-fixer - Write tests that catch real bugs
- feedback-synthesizer - Transform complaints into features
- sprint-prioritizer - Ship maximum value in 6 days
- trend-researcher - Identify viral opportunities
- app-store-optimizer - Dominate app store search results
- content-creator - Generate content across all platforms
- growth-hacker - Find and exploit viral growth loops
- instagram-curator - Master the visual content game
- linkedin-networker - B2B LinkedIn specialist
- reddit-community-builder - Win Reddit without being banned
- tiktok-strategist - Create shareable marketing moments
- twitter-engager - Ride trends to viral engagement
- brand-guardian - Keep visual identity consistent everywhere
- ui-designer - Design interfaces developers can actually build
- ux-researcher - Turn user insights into product improvements
- visual-storyteller - Create visuals that convert and share
- whimsy-injector - Add delight to every interaction
- compliance-auditor - Ensure regulatory compliance and standards
- incident-responder - Handle security incidents and breaches
- penetration-tester - Find vulnerabilities before attackers do
- security-architect - Design secure systems and infrastructure
- security-code-reviewer - Review code for security vulnerabilities
- threat-hunter - Proactively hunt for advanced threats
- experiment-tracker - Data-driven feature validation
- project-shipper - Launch products that don't crash
- studio-producer - Keep teams shipping, not meeting
- analytics-reporter - Turn data into actionable insights
- finance-tracker - Keep the studio profitable
- infrastructure-maintainer - Scale without breaking the bank
- legal-compliance-checker - Stay legal while moving fast
- support-responder - Turn angry users into advocates
- api-tester - Ensure APIs work under pressure
- performance-benchmarker - Make everything faster
- test-results-analyzer - Find patterns in test failures
- tool-evaluator - Choose tools that actually help
- workflow-optimizer - Eliminate workflow bottlenecks
- studio-coach - Rally the AI troops to excellence
- joker - Lighten the mood with tech humor
Some agents trigger automatically in specific contexts:
- studio-coach - When complex multi-agent tasks begin or agents need guidance
- test-writer-fixer - After implementing features, fixing bugs, or modifying code
- whimsy-injector - After UI/UX changes
- experiment-tracker - When feature flags are added
See CLAUDE.md
for detailed guidelines on creating and customizing agents for your specific needs.
This collection works seamlessly with the claude-agents
NPM tool, which provides:
- Dynamic GitHub Integration: Always fetch the latest agents directly from repositories
- Interactive CLI: User-friendly prompts for selecting agents by department or individually
- Multiple Installation Modes: Support for global, project-specific, or custom paths
- Repository Flexibility: Support for multiple agent repositories, including private ones
- Let agents work together - Many tasks benefit from multiple agents
- Be specific - Clear task descriptions help agents perform better
- Trust the expertise - Agents are designed for their specific domains
- Iterate quickly - Agents support the 6-day sprint philosophy
To improve existing agents or suggest new ones:
- Use the customization checklist in
CLAUDE.md
- Test thoroughly with real projects
- Document performance improvements
- Share successful patterns with the community
Track agent effectiveness through:
- Task completion time
- User satisfaction
- Error rates
- Feature adoption
- Development velocity
Each agent includes:
- name: Unique identifier
- description: When to use the agent with examples
- color: Visual identification
- tools: Specific tools the agent can access
- System prompt: Detailed expertise and instructions
- Create a new
.md
file in the appropriate department folder - Follow the existing format with YAML frontmatter
- Include 3-4 detailed usage examples
- Write comprehensive system prompt (500+ words)
- Test the agent with real tasks