Claude Code Sub Agents banner
charles-adedotun charles-adedotun

Claude Code Sub Agents

Development community intermediate

Description

[](https://github.com/charles-adedotun/claude-code-sub-agents/actions/workflows/ci.yml)

Installation

Terminal
curl -s https://raw.githubusercontent.com/charles-adedotun/claude-code-sub-agents/main/CLAUDE.md -o ~/.claude/agents/CLAUDE.md

README

Claude Code Sub-Agents

[](https://github.com/charles-adedotun/claude-code-sub-agents/actions/workflows/ci.yml)

Meta-agent system that bootstraps project-specific AI agents for Claude Code.

Why This Exists

You're starting a new project and need specialized AI assistance. Instead of using a general-purpose AI, you want agents that understand your stack, know your patterns, and speak your domain language. This tool generates that expertise on demand.

What It Does

Installs an `agent-architect` that creates specialized sub-agents for your project:

    undefined

Each agent lives in `.claude/agents/` as a markdown file containing focused instructions and domain knowledge.

Tech Stack

    undefined

Quick Start

curl -fsSL https://raw.githubusercontent.com/charles-adedotun/claude-code-sub-agents/main/init.sh | bash

Then in your project:

/agent-architect

Select the agents you need. The architect generates them instantly.

How It Works

    undefined

Architecture

claude-code-sub-agents/
├── init.sh                    # Bootstrap script
├── templates/
│   ├── frontend-agent.md      # Frontend specialist template
│   ├── backend-agent.md       # Backend specialist template
│   ├── devops-agent.md        # DevOps specialist template
│   └── test-agent.md          # Test specialist template
└── agent-architect/

...