Plugin Claude Code
Plugin marketplace listing 1 plugin: claude-teammates.
Plugin Claude Code
Plugin marketplace listing 1 plugin: claude-teammates.
Plugin Claude Code
Fleet orchestration, worktree-isolated parallel execution, automated phase gates, and supervision for Claude Code teammates.
Agent
Implements exactly one planned task inside its own git worktree, restricted to a declared file set, and returns a structured result.
Agent
Merges teammate worktree branches into the run branch in dependency order; the sole writer to that branch.
Agent
Reviews a diff through exactly one assigned lens and returns severity-rated findings for the phase gate.
Hook
Runs when a session starts on startup, resume, clear, compact and fork, executing run-hook.cmd (2 commands). From andreymudri/claude-teammates.
Hook
Runs when a subagent finishes, executing subagent-stop.mjs via node. From andreymudri/claude-teammates.
Skill Claude CodeCodex
Use when starting any creative work - creating features, building components, adding functionality, or modifying behavior. Explores intent and design before implementation.
Skill Claude CodeCodex
Use when you have a written implementation plan to execute inline in this session, with checkpoints - the non-fleet execution path.
Skill Claude CodeCodex
Use when implementation is complete and needs integrating - re-runs the gate to verify each phase, then decides how the run branch lands.
Skill Claude CodeCodex
Use when spawning, listing, messaging, scaling, stopping, or resuming background teammates on a run.
Skill Claude CodeCodex
Use when checking what a running fleet is doing - renders the digest, surfaces blocked or failed teammates, and suggests scaling.
Skill Claude CodeCodex
Use when executing a written plan across background teammates - splits it into phases, dispatches worktree-isolated implementers, and integrates results.
Skill Claude CodeCodex
Use when a phase finished and needs an automated verdict before integration - runs command, agent, and MCP checks and decides PASS or FAIL.
Skill Claude CodeCodex
Use when receiving code review feedback, before implementing suggestions - requires technical verification rather than performative agreement or blind implementation.
Skill Claude CodeCodex
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - reproduce and isolate before changing anything.
Skill Claude CodeCodex
Use when changing how the fleet runs — parallelism, or model tier or effort per role.
Skill Claude CodeCodex
Use when implementing any feature or bugfix, before writing implementation code - write the failing test first and watch it fail for the right reason.
Skill Claude CodeCodex
Use when starting any conversation or task - establishes how to find and use skills, and routes to the right process or fleet skill before anything else happens.
Skill Claude CodeCodex
Use when you have a spec or requirements for a multi-step task, before touching code - produces a plan this plugin can parse, phase, and dispatch to a fleet.
Skill Claude CodeCodex
Use when creating new skills, editing existing skills, or verifying skills work before deployment.
Skill Claude CodeCodex
Run the adversarial review gate on a branch, worktree, or diff range before declaring a phase done. Four parallel review lenses, an independent refutation round over every finding AND every claimed fix, mutation proof that each fix is load-bearing, bounded commands, and a machine-readable gate-result.json. Triggers …
MCP server Claude CodeCodexCursor +2
MCP server for searching, reading and writing an Obsidian knowledge vault: lexical BM25 retrieval plus one wiki-link hop, and learning capture that propagates to the domain MOC, the knowledge index and the daily note in a single commit. Runs locally from the @andreymudri/vault-mcp npm package. Needs 3 environment…