Skip to content

moinsen-dev/agents

 
 

Repository files navigation

Claude Agents Library

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.

📁 Manual Installation

  1. Download this repository:

    git clone https://github.com/your-username/agents.git
  2. Copy to your Claude Code agents directory:

    cp -r agents/* ~/.claude/agents/
    rm ~/.claude/agents/README.md ~/.claude/agents/CLAUDE.md
  3. Restart Claude Code to load the new agents.

🚀 Quick Start

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

Example Usage

  • "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

📋 Complete Agent List

Engineering Department (engineering/)

  • 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

Product Department (product/)

  • feedback-synthesizer - Transform complaints into features
  • sprint-prioritizer - Ship maximum value in 6 days
  • trend-researcher - Identify viral opportunities

Marketing Department (marketing/)

  • 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

Design Department (design/)

  • 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

Security Department (security/)

  • 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

Project Management (project-management/)

  • experiment-tracker - Data-driven feature validation
  • project-shipper - Launch products that don't crash
  • studio-producer - Keep teams shipping, not meeting

Studio Operations (studio-operations/)

  • 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

Testing & Benchmarking (testing/)

  • 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

Bonus Agents (bonus/)

  • studio-coach - Rally the AI troops to excellence
  • joker - Lighten the mood with tech humor

🎯 Proactive Agents

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

🛠️ Customizing Agents for Your Studio

See CLAUDE.md for detailed guidelines on creating and customizing agents for your specific needs.

🆕 Enhanced Features

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

💡 Best Practices

  1. Let agents work together - Many tasks benefit from multiple agents
  2. Be specific - Clear task descriptions help agents perform better
  3. Trust the expertise - Agents are designed for their specific domains
  4. Iterate quickly - Agents support the 6-day sprint philosophy

🤝 Contributing

To improve existing agents or suggest new ones:

  1. Use the customization checklist in CLAUDE.md
  2. Test thoroughly with real projects
  3. Document performance improvements
  4. Share successful patterns with the community

📊 Agent Performance

Track agent effectiveness through:

  • Task completion time
  • User satisfaction
  • Error rates
  • Feature adoption
  • Development velocity

🔧 Technical Details

Agent Structure

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

Adding New Agents

  1. Create a new .md file in the appropriate department folder
  2. Follow the existing format with YAML frontmatter
  3. Include 3-4 detailed usage examples
  4. Write comprehensive system prompt (500+ words)
  5. Test the agent with real tasks

About

sharing current agents in use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published