# Add to your Claude Code skills
git clone https://github.com/aiagentskit/claude-agents-library34 Production-Ready AI Agents for Claude — Copy, paste, and customize for any professional role
Quick Start • Find an Agent • Categories • MCP Integration • Cost Optimization • www.aiagentskit.com
[!NOTE] Latest update brings powerful new features for cost optimization and productivity!
No comments yet. Be the first to share your thoughts!
This is a curated library of 34 specialized Claude agent configurations organized into 7 professional categories. Each agent is a detailed markdown file containing:
[!TIP] Agents transform Claude from a general assistant into a domain expert with consistent behavior and specialized knowledge.
Instead of writing prompts from scratch every time, agents give Claude a persistent persona with domain expertise, consistent behavior, and task-specific knowledge.
Simple prompt:
Help me write a marketing email.
With an agent:
# Content Creator Agent
You are an expert content marketer with 10+ years of experience
creating high-converting copy for B2B SaaS companies...
The difference? Consistent quality, faster results, and expertise on demand.
Not sure which agent you need? Use these guides:
| Your Role | Essential Agents | Additional Agents | |-----------|------------------|-------------------| | Full-Stack Developer | Frontend Developer, Backend Architect | DevOps Automator, API Tester | | Product Manager | Sprint Prioritizer, Feedback Synthesizer | Trend Researcher, Experiment Tracker | | Marketing Lead | Growth Hacker, Content Creator | Social media strategists, Analytics Reporter | | Designer (UI/UX) | UI Designer, UX Researcher | Brand Guardian, Visual Storyteller | | DevOps Engineer | DevOps Automator, Infrastructure Maintainer | Backend Architect, Performance Benchmarker |
See full selection guide: AGENT-SELECTION-GUIDE.md
| Task | Best Agent | Time Savings | |------|------------|--------------| | Write code for new feature | Frontend/Backend Developer | 40-60% | | Review PR/code changes | Frontend/Backend Developer | 50-70% | | Design system architecture | Backend Architect | 60-75% | | Write marketing copy | Content Creator | 55-70% | | Analyze user feedback | Feedback Synthesizer | 70-80% | | Create data dashboard | Analytics Reporter | 60-75% |
See 20+ more tasks: AGENT-SELECTION-GUIDE.md
| Category | Agents | Description | |----------|--------|-------------| | Engineering | 6 | Frontend, backend, mobile, AI, DevOps, prototyping | | Product | 3 | Research, feedback synthesis, prioritization | | Marketing | 7 | Social media, content, growth, ASO | | Design | 5 | UI/UX, branding, visual storytelling | | Project Management | 3 | Shipping, tracking, coordination | | Studio Operations | 5 | Support, analytics, compliance, finance | | Testing | 5 | QA, API testing, performance, evaluation |
Create the agent directory in your project:
mkdir -p .claude/agents
cp -r ./engineering ./.claude/agents/
cp -r ./product ./.claude/agents/
# ... or copy specific agents you need
Reference in your CLAUDE.md:
# Project Agents
## Active Agents
- [Frontend Developer](.claude/agents/engineering/frontend-developer.md)
- [UI Designer](.claude/agents/design/ui-designer.md)
Copy the agent content and paste it as context:
"Acting as the Backend Architect agent, design a database schema for a multi-tenant SaaS app."
For complex work, reference multiple agents:
"Using both the Growth Hacker and Analytics Reporter agents, analyze our funnel data and propose experiments."
These agents work great with Claude's Model Context Protocol (MCP).
| Agent | MCP Server | Enhancement | Time Savings | |-------|-----------|-------------|--------------| | Backend Architect | Database MCP | Direct schema analysis | 70% | | Frontend Developer | Filesystem + GitHub MCP | Component development + PR | 60% | | DevOps Automator | GitHub MCP | Automated PR reviews | 65% | | Analytics Reporter | Database MCP (read-only) | Real-time dashboards | 80% | | Content Creator | Browser