Claude Code plugin marketplace for Code Katz tools.
Add the marketplace once, inside any Claude Code session:
/plugin marketplace add code-katz/claude-plugins
Then install what you want:
/plugin install claude-team@code-katz
/plugin install claude-conductor@code-katz
Installing as plugins registers everything automatically: slash commands, persona subagents, hooks, and the claude-team / claude-conductor CLIs on PATH. No install.sh, no PATH edits, no manual settings.json hook wiring.
| Plugin | What it does | Source |
|---|---|---|
| claude-team | Twelve named specialist personas (Akira, Sasha, Robin, ...) with session-scoped /name switching, delegation subagents on Fable/Opus/Sonnet model tiers, a persona session launcher, and coordinator workflows with branch hygiene |
claude-team-cli |
| claude-conductor | Tracks parallel Claude Code sessions in a committed SESSIONS.md: personas, dependency-aware merge order, live dashboard with per-session cost, and hooks that auto-link sessions and keep statuses current | claude-conductor |
| claude-todo | Per-project TODOS.md scratchpad: two-second capture for ideas that must survive the session, with persona routing. Complements Claude Code's session-scoped native task list | claude-todo-skill |
| claude-plans | Archives finalized implementation plans to project-local plans/ directories with lifecycle status and a global cross-project index | claude-plans-skill |
| claude-devlog | Structured development changelog (DEVLOG.md): decisions, milestones, and rejected alternatives with supersession markers and archiving | claude-devlog-skill |
| claude-roadmap | Living product roadmap (ROADMAP.md) with tiered priorities and an append-only revision history of every priority call | claude-roadmap-skill |
| claude-publish | Publishes markdown to blogging platforms (Medium via gist import) with an on-brand content kit. CLI prerequisite: pipx install git+https://github.com/code-katz/claude-publish-agent |
claude-publish-agent |
The family is designed to work together: ideas land in /todo, plans get archived by /plans, /parallel (claude-team) turns a plan into isolated worktree sessions, the conductor tracks who is doing what and what merges first, /devlog captures what was decided and why, and /roadmap records how priorities evolved.
MIT. See LICENSE.