claude-agents-library is a free, open source ai interaction & interfaces project written in several languages and released under MIT. It has 754 GitHub stars, 123 forks and 1 open issues, and was last pushed 5 months ago. On this registry it ranks #102 of 113 tracked projects in AI Interaction & Interfaces, with 5 head-to-head comparisons available.

🤖 Claude Agents Library

License: MIT Agents Categories Version

34 Production-Ready AI Agents for Claude — Copy, paste, and customize for any professional role

Quick StartFind an AgentCategoriesMCP IntegrationCost Optimizationwww.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

readme truncated — read the full docs on github

Frequently asked questions

Is claude-agents-library free to use?

claude-agents-library is open source under the MIT licence. There is no licence fee and no seat count — you can self-host it or, where the project offers one, pay a vendor for a managed version instead.

What does claude-agents-library do?

Claude Agents Library

What is claude-agents-library written in?

claude-agents-library's source is publicly available at https://github.com/aiagentskit/claude-agents-library, with 754 GitHub stars.