🤖 Claude Agents Library
34 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
📖 Table of Contents
- What's New
- What is This?
- Why Use Agents?
- Quick Agent Finder
- Categories
- The Agents
- Quick Start
- MCP Integration
- Cost Optimization
- Customization
- Contributing
- Resources
🆕 What's New in v1.2 (January 16, 2026)
[!NOTE] Latest update brings powerful new features for cost optimization and productivity!
- ✅ 7 MCP Integration Patterns — Copy-paste workflows with code examples
- ✅ Model Selection Matrix — 30+ task-specific recommendations with costs
- ✅ Agent Selection Guide — Find agents by role, task, or team size
- ✅ Cost Optimization — Save up to 82% on Claude API costs
- ✅ Time Savings Data — 40+ documented efficiency gains
What is This?
This is a curated library of 34 specialized Claude agent configurations organized into 7 professional categories. Each agent is a detailed markdown file containing:
- Purpose — Who the agent is and what they excel at
- Core Responsibilities — Specific tasks and behaviors
- Key Skills — Tools, technologies, and expertise
- Communication Style — How the agent interacts
- Example Prompts — Ready-to-use prompts
- Related Agents — Connections to other agents
Why Use Agents?
[!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.
🎯 Quick Agent Finder
Not sure which agent you need? Use these guides:
By Your Role
| 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
By Common Task
| 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
Categories
| 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 |
The Agents
🔧 Engineering (6 agents)
- Frontend Developer — UI implementation, accessibility, performance
- Backend Architect — System design, APIs, databases
- Mobile App Builder — React Native, Flutter, native development
- AI Engineer — LLM integration, RAG, MCP, Claude Code
- DevOps Automator — CI/CD, infrastructure, deployment
- Rapid Prototyper — MVPs, hackathons, speed builds
📦 Product (3 agents)
- Trend Researcher — Market analysis, competitor intelligence
- Feedback Synthesizer — User feedback aggregation and insights
- Sprint Prioritizer — Backlog management, estimation
📢 Marketing (7 agents)
- TikTok Strategist — Short-form video, trends, engagement
- Instagram Curator — Visual content, Stories, Reels, Threads
- X/Twitter Strategist — Threads, real-time engagement
- Reddit Community Builder — Authentic community participation
- App Store Optimizer — ASO, keywords, conversions
- Content Creator — Blog posts, emails, landing pages
- Growth Hacker — Experiments, funnels, acquisition
🎨 Design (5 agents)
- UI Designer — Interface design, component systems
- UX Researcher — User research, testing, insights
- Brand Guardian — Brand consistency, guidelines
- Visual Storyteller — Presentations, infographics, data viz
- Whimsy Injector — Delight, micro-interactions, personality
📋 Project Management (3 agents)
- Experiment Tracker — A/B tests, learning documentation
- Project Shipper — Launches, blockers, releases
- Studio Producer — Resource allocation, coordination
⚙️ Studio Operations (5 agents)
- Support Responder — Customer support, issue resolution
- Analytics Reporter — Dashboards, reports, insights
- Infrastructure Maintainer — Monitoring, incidents, reliability
- Legal Compliance Checker — GDPR, EU AI Act, policies
- Finance Tracker — Budgets, expenses, metrics
🧪 Testing (5 agents)
- Tool Evaluator — Technology assessment, comparisons
- API Tester — API validation, security, performance
- Workflow Optimizer — Process improvement, automation
- Performance Benchmarker — Load testing, optimization
- Test Results Analyzer — Test analysis, quality metrics
Quick Start
1. Using with Claude Code
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