{"owner":"VoltAgent","repo":"awesome-claude-code-subagents","hasSkills":true,"hasMcp":false,"mcpConfig":null,"found":["CLAUDE.md"],"skills":{"CLAUDE.md":"# CLAUDE.md\n\nThis file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.\n\n## Project Overview\n\nThis is a curated collection of Claude Code subagent definitions - specialized AI assistants for specific development tasks. Subagents are markdown files with YAML frontmatter that Claude Code can load and use.\n\n## Repository Structure\n\n```\ncategories/\n  01-core-development/     # Backend, frontend, fullstack, mobile, etc.\n  02-language-specialists/ # Language/framework experts (TypeScript, Python, etc.)\n  03-infrastructure/       # DevOps, cloud, Kubernetes, etc.\n  04-quality-security/     # Testing, security auditing, code review\n  05-data-ai/              # ML, data engineering, AI specialists\n  06-developer-experience/ # Tooling, documentation, DX optimization\n  07-specialized-domains/  # Blockchain, IoT, fintech, gaming\n  08-business-product/     # Product management, business analysis\n  09-meta-orchestration/   # Multi-agent coordination\n  10-research-analysis/    # Research and analysis specialists\n```\n\n## Subagent File Format\n\nEach subagent follows this template:\n\n```yaml\n---\nname: agent-name\ndescription: When this agent should be invoked (used by Claude Code for auto-selection)\ntools: Read, Write, Edit, Bash, Glob, Grep  # Comma-separated tool permissions\n---\n\nYou are a [role description]...\n\n[Agent-specific checklists, patterns, guidelines]\n\n## Communication Protocol\n[Inter-agent communication specs]\n\n## Development Workflow\n[Structured implementation phases]\n```\n\n### Tool Assignment by Role Type\n\n- **Read-only** (reviewers, auditors): `Read, Grep, Glob`\n- **Research** (analysts): `Read, Grep, Glob, WebFetch, WebSearch`\n- **Code writers** (developers): `Read, Write, Edit, Bash, Glob, Grep`\n- **Documentation**: `Read, Write, Edit, Glob, Grep, WebFetch, WebSearch`\n\n## Contributing a New Subagent\n\nWhen adding a new agent, update these files:\n\n1. **Main README.md** - Add link in appropriate category (alphabetical order)\n2. **Category README.md** - Add detailed description, update Quick Selection Guide table\n3. **Agent .md file** - Create the actual agent definition\n\nFormat for main README: `- [**agent-name**](path/to/agent.md) - Brief description`\n\n## Subagent Storage in Claude Code\n\n| Type | Path | Scope |\n|------|------|-------|\n| Project | `.claude/agents/` | Current project only |\n| Global | `~/.claude/agents/` | All projects |\n\nProject subagents take precedence over global ones with the same name.\n"},"files":{"CLAUDE.md":"# CLAUDE.md\n\nThis file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.\n\n## Project Overview\n\nThis is a curated collection of Claude Code subagent definitions - specialized AI assistants for specific development tasks. Subagents are markdown files with YAML frontmatter that Claude Code can load and use.\n\n## Repository Structure\n\n```\ncategories/\n  01-core-development/     # Backend, frontend, fullstack, mobile, etc.\n  02-language-specialists/ # Language/framework experts (TypeScript, Python, etc.)\n  03-infrastructure/       # DevOps, cloud, Kubernetes, etc.\n  04-quality-security/     # Testing, security auditing, code review\n  05-data-ai/              # ML, data engineering, AI specialists\n  06-developer-experience/ # Tooling, documentation, DX optimization\n  07-specialized-domains/  # Blockchain, IoT, fintech, gaming\n  08-business-product/     # Product management, business analysis\n  09-meta-orchestration/   # Multi-agent coordination\n  10-research-analysis/    # Research and analysis specialists\n```\n\n## Subagent File Format\n\nEach subagent follows this template:\n\n```yaml\n---\nname: agent-name\ndescription: When this agent should be invoked (used by Claude Code for auto-selection)\ntools: Read, Write, Edit, Bash, Glob, Grep  # Comma-separated tool permissions\n---\n\nYou are a [role description]...\n\n[Agent-specific checklists, patterns, guidelines]\n\n## Communication Protocol\n[Inter-agent communication specs]\n\n## Development Workflow\n[Structured implementation phases]\n```\n\n### Tool Assignment by Role Type\n\n- **Read-only** (reviewers, auditors): `Read, Grep, Glob`\n- **Research** (analysts): `Read, Grep, Glob, WebFetch, WebSearch`\n- **Code writers** (developers): `Read, Write, Edit, Bash, Glob, Grep`\n- **Documentation**: `Read, Write, Edit, Glob, Grep, WebFetch, WebSearch`\n\n## Contributing a New Subagent\n\nWhen adding a new agent, update these files:\n\n1. **Main README.md** - Add link in appropriate category (alphabetical order)\n2. **Category README.md** - Add detailed description, update Quick Selection Guide table\n3. **Agent .md file** - Create the actual agent definition\n\nFormat for main README: `- [**agent-name**](path/to/agent.md) - Brief description`\n\n## Subagent Storage in Claude Code\n\n| Type | Path | Scope |\n|------|------|-------|\n| Project | `.claude/agents/` | Current project only |\n| Global | `~/.claude/agents/` | All projects |\n\nProject subagents take precedence over global ones with the same name.\n"},"items":[{"name":"CLAUDE.md","path":"CLAUDE.md","title":"CLAUDE.md","content":"# CLAUDE.md\n\nThis file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.\n\n## Project Overview\n\nThis is a curated collection of Claude Code subagent definitions - specialized AI assistants for specific development tasks. Subagents are markdown files with YAML frontmatter that Claude Code can load and use.\n\n## Repository Structure\n\n```\ncategories/\n  01-core-development/     # Backend, frontend, fullstack, mobile, etc.\n  02-language-specialists/ # Language/framework experts (TypeScript, Python, etc.)\n  03-infrastructure/       # DevOps, cloud, Kubernetes, etc.\n  04-quality-security/     # Testing, security auditing, code review\n  05-data-ai/              # ML, data engineering, AI specialists\n  06-developer-experience/ # Tooling, documentation, DX optimization\n  07-specialized-domains/  # Blockchain, IoT, fintech, gaming\n  08-business-product/     # Product management, business analysis\n  09-meta-orchestration/   # Multi-agent coordination\n  10-research-analysis/    # Research and analysis specialists\n```\n\n## Subagent File Format\n\nEach subagent follows this template:\n\n```yaml\n---\nname: agent-name\ndescription: When this agent should be invoked (used by Claude Code for auto-selection)\ntools: Read, Write, Edit, Bash, Glob, Grep  # Comma-separated tool permissions\n---\n\nYou are a [role description]...\n\n[Agent-specific checklists, patterns, guidelines]\n\n## Communication Protocol\n[Inter-agent communication specs]\n\n## Development Workflow\n[Structured implementation phases]\n```\n\n### Tool Assignment by Role Type\n\n- **Read-only** (reviewers, auditors): `Read, Grep, Glob`\n- **Research** (analysts): `Read, Grep, Glob, WebFetch, WebSearch`\n- **Code writers** (developers): `Read, Write, Edit, Bash, Glob, Grep`\n- **Documentation**: `Read, Write, Edit, Glob, Grep, WebFetch, WebSearch`\n\n## Contributing a New Subagent\n\nWhen adding a new agent, update these files:\n\n1. **Main README.md** - Add link in appropriate category (alphabetical order)\n2. **Category README.md** - Add detailed description, update Quick Selection Guide table\n3. **Agent .md file** - Create the actual agent definition\n\nFormat for main README: `- [**agent-name**](path/to/agent.md) - Brief description`\n\n## Subagent Storage in Claude Code\n\n| Type | Path | Scope |\n|------|------|-------|\n| Project | `.claude/agents/` | Current project only |\n| Global | `~/.claude/agents/` | All projects |\n\nProject subagents take precedence over global ones with the same name.\n","category":"root","tokens":622}]}