AI team role and worker manager for multi-agent development workflows. Uses Role (skill package) + Worker (instance) model with git worktrees.
npx claudepluginhub jsonlee12138/agent-teamAI team role and worker manager for multi-agent development workflows.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Share bugs, ideas, or general feedback.
English | 中文
Orchestrate your AI workforce with surgical precision. 🚀
agent-team is a multi-agent development manager that uses a Role + Worker model to run AI agents in isolated Git worktrees and dedicated terminal sessions.
.agent-team/teams/) defining goals, prompts, and tools..worktrees/) with their own branch and session.Let your AI agent set itself up. It only takes two steps:
npx skills add JsonLee12138/agent-team -a <platform> -y
Replace <platform> with your provider: claude, gemini, opencode, or codex."Install agent-team and initialize the project."
| Method | Command |
|---|---|
| Homebrew | brew tap JsonLee12138/agent-team && brew install agent-team |
| Go Install | go install github.com/JsonLee12138/agent-team@latest |
| Claude Plugin | /plugin marketplace add JsonLee12138/agent-team |
| Gemini Ext | gemini extensions install https://github.com/JsonLee12138/agent-team |
| OpenCode Plugin | { "plugin": ["opencode-agent-team"] } in ~/.config/opencode/opencode.json |
| Method | Command |
|---|---|
| Claude Plugin | /plugin marketplace update agent-team |
| Skill | npx skills add JsonLee12138/agent-team -a '*' -y |
| Homebrew | brew update && brew upgrade agent-team |
| Go Install | go install github.com/JsonLee12138/agent-team@latest |
Manage your entire team through natural language. Your AI agent will handle the commands for you.
"Create a frontend-architect role to manage our UI infrastructure."
Pull in expert roles from this repository:
agent-team role-repo add JsonLee12138/agent-team
"Create a worker for frontend-architect using Claude." This opens a new terminal window with an isolated worktree.
"Assign frontend-architect-001 to design the new auth flow." The agent will brainstorm a design doc before touching any code.
"Merge frontend-architect-001 and delete the worker."
Available in .agent-team/teams/:
pm: Product Manager & Requirement Shaping.frontend-architect: High-level UI/UX structure.vite-react-dev: Specialized for Vite + React.pencil-designer: UI design tool specialist.task-orchestrator: Task lifecycle entry.workflow-orchestrator: Governance-only workflow plan entry.worker-dispatch: Controller-side worker open/reply entry.worker-recovery: Worker-first resume entry.worker-reply-main: Worker -> main reporting entry.context-cleanup: Session cleanup + index-first file re-anchoring.task-inspector: Read-only task inspection.role-repo-manager: Role source management.catalog-browser: Read-only catalog browsing.project-bootstrap: init / migrate entry.rules-maintenance: rules sync entry.skill-maintenance: Skill cache maintenance.worker-inspector: Read-only worker status.role-browser: Read-only local role browsing.role-creator: Interactively build new agent roles.brainstorming: Validates ideas via dialogue before implementation, including planning-target selection (roadmap / milestone / phase / task / generic topic) and explicit save-destination choices (docs/brainstorming/, target-object directory, custom path, or skip saving).agent-team: Legacy compatibility shell that now routes to the dedicated scenario skills.| Provider | CLI Value | Integration |
|---|---|---|
| Claude Code | claude | Plugin |
| Gemini CLI | gemini | Extension |
| OpenCode | opencode | NPM Plugin |
| OpenAI Codex | codex | Prompt-only |