Help us improve
Share bugs, ideas, or general feedback.
From agent-team-creator
Analyze the current project and generate a team of specialized Claude Code agents that are experts on this codebase
npx claudepluginhub cpicon/claude-code-plugins --plugin agent-team-creatorHow this command is triggered — by the user, by Claude, or both
Slash command
/agent-team-creator:generate-agent-team [options]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Agent Team Creator Generate a team of specialized Claude Code agents tailored to the current project. ## Execution Instructions Use the **team-architect** agent to orchestrate this workflow. The agent will: 1. **Analyze the Project** - Identify tech stack from package files (package.json, requirements.txt, etc.) - Map directory structure and architecture patterns - Detect coding conventions and standards - Find data models and business logic 2. **Determine Team Composition** - Based on project complexity, decide which agents to create - Ensure agents have complement...
/initBootstraps a multi-agent development team by analyzing the codebase, debating team composition via AI agents, and generating tailored agents, configs, routing, ADRs, and docs.
/agent-bootstrapAnalyzes codebase via docs and files, identifies expertise domains, and generates custom project-specific domain expert agents.
/teamAssembles, configures, and spawns native Claude Code agent teams for parallel tasks, code reviews, full-stack development, and security audits. Supports create, context, list subcommands.
/aiwg-regenerate-agentsRegenerates AGENTS.md by analyzing project tech stack, structure, dev commands, and AI frameworks while preserving team directives. Supports --dry-run, --no-backup, --full flags.
/cc-agentCreate custom agents interactively or by name, list all agents including built-ins, and show agent details via subcommands.
/agentsGenerates AGENTS.md files in pertinent repository folders only if missing, covering build commands, tests, code style, structure, and boundaries for coding agents.
Share bugs, ideas, or general feedback.
Generate a team of specialized Claude Code agents tailored to the current project.
Use the team-architect agent to orchestrate this workflow. The agent will:
Analyze the Project
Determine Team Composition
Generate Agents
.claude/agents/ in the project directoryReport Results
/agent-team-creator:generate-agent-team
Or if namespace is unavailable:
/generate-agent-team
Depending on your project, you may get agents like:
| Agent Type | Expertise |
|---|---|
| Tech-Stack Expert | Framework patterns, library usage |
| Architecture Expert | Project structure, conventions |
| Domain Expert | Business logic, data models |
| Testing Specialist | Test patterns, coverage |
| DevOps Expert | CI/CD, deployment |
All agents are saved to:
.claude/agents/
This directory is created if it doesn't exist.
Now invoke the team-architect agent to begin the analysis and generation process. Pass along any user-specified options or preferences.