Skip to content

aiagentskit/claude-agents-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– Claude Agents Library

License: MIT Agents Categories Version

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 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)
πŸ“¦ Product (3 agents)
πŸ“’ Marketing (7 agents)
🎨 Design (5 agents)
πŸ“‹ Project Management (3 agents)
βš™οΈ Studio Operations (5 agents)
πŸ§ͺ Testing (5 agents)

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/ui-designer.md)

2. Using with Claude Chat

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

3. Combining Multiple Agents

For complex work, reference multiple agents:

"Using both the Growth Hacker and Analytics Reporter agents, analyze our funnel data and propose experiments."

πŸ”— MCP Integration

These agents work great with Claude's Model Context Protocol (MCP).

Quick MCP Examples

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

Basic MCP Setup

{
  "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"}
    }
  }
}

πŸ’° Cost Optimization

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

Customization

These agents are starting points. Customize by:

  1. Adding company context β€” Include your tech stack, brand voice
  2. Adjusting tone β€” Make more formal or casual
  3. Expanding skills β€” Add tools specific to your workflow
  4. Linking agents β€” Update related agents for your team

Version History

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

Contributing

Contributions welcome! See CONTRIBUTING.md for guidelines.

  • Add new agents via pull request
  • Improve existing agents with better prompts
  • Fix issues and enhance documentation

Resources

License

MIT License β€” See LICENSE for details.


πŸ€– Start Building with AI Agents Today!

Created by Vibe Coding β€” Your guide to building with AI agents

πŸ“š Learn more at AIAgentsKit.com | ⭐ Star this repo | ⬆ Back to Top

About

Claude Agents Library

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published