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/contains-studio/agents.git
-
Copy to your Claude Code agents directory:
cp -r agents/* ~/.claude/agents/
Or manually copy all the agent files to your
~/.claude/agents/
directory. -
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
Agents are organized by department for easy discovery:
contains-studio-agents/
βββ design/
β βββ brand-guardian.md
β βββ ui-designer.md
β βββ ux-researcher.md
β βββ visual-storyteller.md
β βββ whimsy-injector.md
βββ engineering/
β βββ ai-engineer.md
β βββ backend-architect.md
β βββ devops-automator.md
β βββ frontend-developer.md
β βββ mobile-app-builder.md
β βββ rapid-prototyper.md
β βββ test-writer-fixer.md
βββ marketing/
β βββ app-store-optimizer.md
β βββ content-creator.md
β βββ growth-hacker.md
β βββ instagram-curator.md
β βββ reddit-community-builder.md
β βββ tiktok-strategist.md
β βββ twitter-engager.md
βββ product/
β βββ feedback-synthesizer.md
β βββ sprint-prioritizer.md
β βββ trend-researcher.md
βββ project-management/
β βββ experiment-tracker.md
β βββ project-shipper.md
β βββ studio-producer.md
βββ studio-operations/
β βββ analytics-reporter.md
β βββ finance-tracker.md
β βββ infrastructure-maintainer.md
β βββ legal-compliance-checker.md
β βββ support-responder.md
βββ testing/
β βββ api-tester.md
β βββ performance-benchmarker.md
β βββ test-results-analyzer.md
β βββ tool-evaluator.md
β βββ workflow-optimizer.md
βββ bonus/
βββ joker.md
βββ studio-coach.md
- 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
- 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
- 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
- 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
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
Track agent effectiveness through:
- Task completion time
- User satisfaction
- Error rates
- Feature adoption
- Development velocity
- β Active: Fully functional and tested
- π§ Coming Soon: In development
- π§ͺ Beta: Testing with limited functionality
Use this checklist when creating or modifying agents for your specific needs:
- YAML Frontmatter
-
name
: Unique agent identifier (kebab-case) -
description
: When to use + 3-4 detailed examples with context/commentary -
color
: Visual identification (e.g., blue, green, purple, indigo) -
tools
: Specific tools the agent can access (Write, Read, MultiEdit, Bash, etc.)
-
- Agent Identity: Clear role definition and expertise area
- Core Responsibilities: 5-8 specific primary duties
- Domain Expertise: Technical skills and knowledge areas
- Studio Integration: How agent fits into 6-day sprint workflow
- Best Practices: Specific methodologies and approaches
- Constraints: What the agent should/shouldn't do
- Success Metrics: How to measure agent effectiveness
Engineering Agents need examples for:
- Feature implementation requests
- Bug fixing scenarios
- Code refactoring tasks
- Architecture decisions
Design Agents need examples for:
- New UI component creation
- Design system work
- User experience problems
- Visual identity tasks
Marketing Agents need examples for:
- Campaign creation requests
- Platform-specific content needs
- Growth opportunity identification
- Brand positioning tasks
Product Agents need examples for:
- Feature prioritization decisions
- User feedback analysis
- Market research requests
- Strategic planning needs
Operations Agents need examples for:
- Process optimization
- Tool evaluation
- Resource management
- Performance analysis
- Trigger Testing: Agent activates correctly for intended use cases
- Tool Access: Agent can use all specified tools properly
- Output Quality: Responses are helpful and actionable
- Edge Cases: Agent handles unexpected or complex scenarios
- Integration: Works well with other agents in multi-agent workflows
- Performance: Completes tasks within reasonable timeframes
- Documentation: Examples accurately reflect real usage patterns
---
name: your-agent-name
description: Use this agent when [scenario]. This agent specializes in [expertise]. Examples:\n\n<example>\nContext: [situation]\nuser: "[user request]"\nassistant: "[response approach]"\n<commentary>\n[why this example matters]\n</commentary>\n</example>\n\n[3 more examples...]
color: agent-color
tools: Tool1, Tool2, Tool3
---
You are a [role] who [primary function]. Your expertise spans [domains]. You understand that in 6-day sprints, [sprint constraint], so you [approach].
Your primary responsibilities:
1. [Responsibility 1]
2. [Responsibility 2]
...
[Detailed system prompt content...]
Your goal is to [ultimate objective]. You [key behavior traits]. Remember: [key philosophy for 6-day sprints].
Engineering (engineering/
): Focus on implementation speed, code quality, testing
Design (design/
): Emphasize user experience, visual consistency, rapid iteration
Marketing (marketing/
): Target viral potential, platform expertise, growth metrics
Product (product/
): Prioritize user value, data-driven decisions, market fit
Operations (studio-operations/
): Optimize processes, reduce friction, scale systems
Testing (testing/
): Ensure quality, find bottlenecks, validate performance
Project Management (project-management/
): Coordinate teams, ship on time, manage scope
Modify these elements for your needs:
- Adjust examples to reflect your product types
- Add specific tools agents have access to
- Modify success metrics for your KPIs
- Update department structure if needed
- Customize agent colors for your brand
To improve existing agents or suggest new ones:
- Use the customization checklist above
- Test thoroughly with real projects
- Document performance improvements
- Share successful patterns with the community