From agent-team-creator
Analyze the current project and generate a team of specialized Claude Code agents that are experts on this codebase
How 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...
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.
npx claudepluginhub cpicon/claude-code-plugins --plugin agent-team-creator/initxAnalyzes project codebase, detects technology stack, and generates project-specific agents saved to .claude/agents/. Also updates CLAUDE.md and supports preview, force overwrite, and mode/focus/template options.
/agent-bootstrapAnalyzes a codebase and generates project-specific domain expert agents for Claude Code. Accepts options for discovery depth, focus area, output directory, and conflict resolution.
/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.
/teamCoordinates multi-agent team creation for parallel work using Claude Code native Agent Teams. Supports creating, listing, and context-aware teams via subcommands.
/aiwg-regenerate-agentsRegenerates AGENTS.md by analyzing project state and preserving team directives. Supports --dry-run, --no-backup, --show-preserved, --full, and --interactive flags.
/cc-agentCreate custom agents interactively or by name, list all agents including built-ins, and show agent details via subcommands.