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