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
- What's New
- What is This?
- Why Use Agents?
- Quick Agent Finder
- Categories
- The Agents
- Quick Start
- MCP Integration
- Cost Optimization
- Customization
- Contributing
- Resources
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
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
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 |
🔧 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
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 needReference 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 + Filesystem MCP | Research + drafting | 60% |
Get 7 complete MCP workflows: MCP-INTEGRATION-GUIDE.md
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/path/to/project"]
},
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {"GITHUB_TOKEN": "your_token"}
}
}
}Important
Using agents efficiently can save up to 82% on Claude API costs!
| Strategy | Savings | How |
|---|---|---|
| Prompt Caching | 90% | Cache agent definitions in system prompt |
| Model Selection | 82% | Use Haiku for simple tasks, Opus only when needed |
| Batch Processing | 70% | Process multiple items in one request |
| Smart Context | 99% | Include only relevant code/data |
Example Monthly Costs:
- Always using Opus: ~$2,400/month
- Optimized strategy: ~$430/month
- 💰 Savings: 82% ($1,970/month)
Get full cost guide: MODEL-SELECTION-GUIDE.md
These agents are starting points. Customize by:
- Adding company context — Include your tech stack, brand voice
- Adjusting tone — Make more formal or casual
- Expanding skills — Add tools specific to your workflow
- Linking agents — Update related agents for your team
| Version | Date | Changes |
|---|---|---|
| v1.2 | Jan 16, 2026 | Added MCP patterns, model selection matrix, agent selection guide, cost optimization |
| v1.1 | Jan 13, 2026 | MCP integration basics, Claude best practices, EU AI Act compliance |
| v1.0 | Nov 25, 2025 | Initial release with 34 agents across 7 categories |
Contributions welcome! See CONTRIBUTING.md for guidelines.
- Add new agents via pull request
- Improve existing agents with better prompts
- Fix issues and enhance documentation
- 📖 Full Guide: Complete blog post with examples
- 🎯 Agent Selection: AGENT-SELECTION-GUIDE.md
- 🔗 MCP Integration: MCP-INTEGRATION-GUIDE.md
- 💰 Cost Optimization: MODEL-SELECTION-GUIDE.md
- 🤝 Contributing: CONTRIBUTING.md
MIT License — See LICENSE for details.
Created by Vibe Coding — Your guide to building with AI agents
📚 Learn more at AIAgentsKit.com | ⭐ Star this repo | ⬆ Back to Top