# Add to your Claude Code skills
git clone https://github.com/aiagentskit/claude-agents-libraryGuides for using ai agents skills like claude-agents-library.
Last scanned: 5/7/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-07T06:36:34.871Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}claude-agents-library is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by aiagentskit. Claude Agents Library. It has 746 GitHub stars.
Yes. claude-agents-library passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/aiagentskit/claude-agents-library" and add it to your Claude Code skills directory (see the Installation section above).
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claude-agents-library against similar tools.
No comments yet. Be the first to share your thoughts!
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
[!NOTE] Latest update brings powerful new features for cost optimization and productivity!
This is a curated library of 34 specialized Claude agent configurations organized into 7 professional categories. Each agent is a detailed markdown file containing:
[!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 |
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)
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 |