A comprehensive collection of 26 specialized sub-agents for Claude Code that dramatically enhance your AI-powered development workflow through intelligent orchestration and domain-specific expertise.
- master-orchestrator - Top-level intelligent task router and coordinator
- engineering-manager - Software development task delegation
- content-manager - Copywriting and content creation coordination
- design-manager - UI/UX and mobile design management
- seo-marketing-manager - SEO and competitive analysis coordination
- system-manager - Agent ecosystem maintenance
- copywriting-orchestrator - Multi-agent copywriting workflows
- typescript-expert - Advanced TypeScript and type systems
- ai-engineer - LLM apps, RAG systems, MCP tools
- mcp-creator - Custom Model Context Protocol servers
- code-reviewer - Code quality and security review
- debugger - Systematic debugging and root cause analysis
- architect-review - Architectural consistency and SOLID principles
- ui-ux-designer - UI/UX design, design systems, accessibility
- mobile-ux-engineer - Mobile interface design and UX
- cialdini-copywriter - High-converting copy with persuasion psychology
- ad-copy-specialist - Platform-specific ads (Facebook, Google, LinkedIn, TikTok)
- landing-page-outline-researcher - Data-driven landing page research
- transcript-processor - Audio/video transcript transformation
- youtube-video-optimizer - YouTube SEO and optimization
- seo-analyzer - Technical SEO audits and analysis
- seo-fixer - Automated SEO error fixes
- serp-competitor-analyzer - Search result and competitor analysis
- agent-expert - Agent design and architecture
- agent-updater - Agent ecosystem maintenance
- meta-agent - Generate new agents from descriptions
Option 1: Copy-Paste Installation (Easiest)
- Clone this repository:
git clone https://github.com/SteppieD/agents.v1.git
cd agents.v1- Copy agents to Claude Code:
cp agents/*.md ~/.claude/agents/- Restart Claude Code
Option 2: Automated Installation
Use the included installation script:
./install.shOption 3: Use the Installation Prompt
Copy the contents of docs/agent-installation-prompt.md and paste into Claude Code - it will guide you through installation.
Install the recommended MCP servers for enhanced capabilities:
# Copy MCP configuration
cp mcp/mcp_settings.json ~/.claude/mcp_settings.json
# Replace YOUR_SUPABASE_ACCESS_TOKEN_HERE with your actual token
# Or remove the supabase section if not using itSee MCP Setup Guide for detailed instructions.
Claude automatically routes tasks to the right agent:
"Review this code for quality issues"
β Invokes code-reviewer
"Create Facebook ads for my product"
β Invokes ad-copy-specialist
"Build an AI chatbot"
β Invokes ai-engineer
Explicitly request an agent:
"Use the typescript-expert agent to refactor this code"
"Delegate to seo-analyzer to audit example.com"
For complex multi-step tasks:
"Use master-orchestrator to: Build a landing page with
SEO-optimized copy and conversion-focused design"
β Routes to: landing-page-outline-researcher β
cialdini-copywriter β seo-fixer β ui-ux-designer
- Quick Start Guide - Get up and running in 5 minutes
- Complete Setup Guide - Comprehensive installation and usage
- Agent Reference - Full catalog with descriptions and tools
- Installation Prompts - Copy-paste installation helpers
# Code review
"Review my TypeScript code for type safety"
# Debugging
"Debug this error: [paste error]"
# Architecture
"Check this PR for architectural consistency"
# AI Development
"Build a RAG system with Pinecone"# Ad Copy
"Create Google Ads for my SaaS product"
# Landing Pages
"Write conversion-focused copy for [product]"
# SEO
"Audit my website for technical SEO issues"
# Video
"Optimize my YouTube video title and description"# Mobile Design
"Design an iOS onboarding flow"
# Design Systems
"Create a design system with tokens and components"
# UX Research
"Analyze user feedback and suggest UX improvements"agents.v1/
βββ agents/ # 26 agent markdown files
βββ mcp/ # MCP server configurations
β βββ mcp_settings.json
β βββ README.md
βββ docs/ # Documentation
β βββ AGENTS-QUICK-START.md
β βββ agents-setup-guide.md
β βββ agents-list.md
β βββ agent-installation-prompt.md
βββ install.sh # Installation script
βββ README.md # This file
Edit any agent's .md file:
---
name: agent-name
description: What it does
tools: Read, Write, Bash
color: Purple
---Use the meta-agent:
"Use meta-agent to create a new agent for [purpose]
with tools: Read, Write, Bash"
Use agent-updater:
"Use agent-updater to enhance all agents with [capability]"
Contributions welcome! Please:
- Fork the repository
- Create a feature branch
- Make your changes
- Test with Claude Code
- Submit a pull request
See CONTRIBUTING.md for detailed guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.
- Built for Claude Code by Anthropic
- Inspired by the Model Context Protocol
- Community contributions and feedback
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Claude Code Docs: https://docs.claude.com/claude-code
Check CHANGELOG.md for version history and updates.
Current Version: 1.0.0
Built with β€οΈ for the Claude Code community
β Star this repo if you find it useful!