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-creator[options]# 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.