andreymudri

23 mods across 2 repositories, 2 stars between them.

claude-teammates

02

andreymudri/claude-teammates

Plugin Claude Code

Fleet orchestration, worktree-isolated parallel execution, automated phase gates, and supervision for Claude Code teammates.

2 2d ago A tokens not measured original MIT

tm-implementer

03

andreymudri/claude-teammates

Agent

Implements exactly one planned task inside its own git worktree, restricted to a declared file set, and returns a structured result.

2 2d ago A 31 tokens original MIT

tm-integrator

04

andreymudri/claude-teammates

Agent

Merges teammate worktree branches into the run branch in dependency order; the sole writer to that branch.

2 2d ago A 25 tokens original MIT

tm-reviewer

05

andreymudri/claude-teammates

Agent

Reviews a diff through exactly one assigned lens and returns severity-rated findings for the phase gate.

2 2d ago A 22 tokens original MIT

SessionStart

06

andreymudri/claude-teammates

Hook

Runs when a session starts on startup, resume, clear, compact and fork, executing run-hook.cmd (2 commands). From andreymudri/claude-teammates.

2 2d ago A tokens not measured copy · 83% MIT

SubagentStop

07

andreymudri/claude-teammates

Hook

Runs when a subagent finishes, executing subagent-stop.mjs via node. From andreymudri/claude-teammates.

2 2d ago A tokens not measured copy · 92% MIT

brainstorming

08

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.

2 2d ago A 32 tokens copy · 73% MIT

executing-plans

09

andreymudri/claude-teammates

Skill Claude CodeCodex

Use when you have a written implementation plan to execute inline in this session, with checkpoints - the non-fleet execution path.

2 2d ago A 30 tokens original MIT

fleet-lifecycle

11

andreymudri/claude-teammates

Skill Claude CodeCodex

Use when spawning, listing, messaging, scaling, stopping, or resuming background teammates on a run.

2 2d ago A 25 tokens original MIT

fleet-supervision

12

andreymudri/claude-teammates

Skill Claude CodeCodex

Use when checking what a running fleet is doing - renders the digest, surfaces blocked or failed teammates, and suggests scaling.

2 2d ago A 28 tokens original MIT

parallel-execution

13

andreymudri/claude-teammates

Skill Claude CodeCodex

Use when executing a written plan across background teammates - splits it into phases, dispatches worktree-isolated implementers, and integrates results.

2 2d ago A 32 tokens original MIT

phase-gate

14

andreymudri/claude-teammates

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.

2 2d ago A 31 tokens original MIT

andreymudri/claude-teammates

Skill Claude CodeCodex

Use when receiving code review feedback, before implementing suggestions - requires technical verification rather than performative agreement or blind implementation.

2 2d ago A 28 tokens original MIT

andreymudri/claude-teammates

Skill Claude CodeCodex

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - reproduce and isolate before changing anything.

2 2d ago A 29 tokens original MIT

andreymudri/claude-teammates

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.

2 2d ago A 32 tokens original MIT

using-teammates

19

andreymudri/claude-teammates

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.

2 2d ago A 35 tokens original MIT

writing-plans

20

andreymudri/claude-teammates

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.

2 2d ago A 38 tokens original MIT

writing-skills

21

andreymudri/claude-teammates

Skill Claude CodeCodex

Use when creating new skills, editing existing skills, or verifying skills work before deployment.

2 2d ago A 21 tokens original MIT

phase-gate

22

andreymudri/vault-mcp

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 …

0 4d ago D 92 tokens original MIT

vault-mcp

23

andreymudri/vault-mcp

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…

0 4d ago A tokens not measured original MIT