claude-kit
01Plugin Claude Code
Reusable multi-agent /workflow development pipeline kit for Claude Code (planning → review → implementation → review).
Plugin Claude Code
Reusable multi-agent /workflow development pipeline kit for Claude Code (planning → review → implementation → review).
Plugin Claude Code
Multi-agent /workflow development pipeline (planner → plan-review → coder → code-review) with typed handoff contracts, lifecycle hooks, and MCP servers.
Agent Claude Code
Explores codebase to gather context for planning and implementation. Use when you need to understand existing patterns, find implementations, or analyze architecture before making changes.
Agent Claude Code
Reviews code changes for architecture compliance, security, error handling, and test coverage. Use when code needs review before merge.
Agent Claude Code
Reviews implementation plans for architecture compliance, completeness, and security. Use when a plan needs validation before coding begins.
Agent Claude Code
Lightweight agent for recovering a verdict when code-reviewer or plan-reviewer fails to return one. Runs git diff, outputs VERDICT + brief handoff. No memory, no skills, no checklists.
Command Claude Code
Implements code strictly per approved plan.
Command Claude Code
Explores requirements and designs approach before planning. Produces approved spec for /planner.
Command Claude Code
CRUD lifecycle manager for Claude Code artifacts — commands, skills, rules, agents. Use when user asks to "create command", "create skill", "enhance artifact", "audit artifacts", "delete rule", "rollback changes", or "onboard project". Modes: create, enhance, audit, delete, rollback, list, onboard. Features 9-phase…
Command Claude Code
Researches codebase and creates detailed implementation plan.
Command Claude Code
Autonomous agent for deep project analysis and .claude/ configuration generation.
Command Claude Code
Code review checklist reference - architecture, security, quality, performance checks.
Command Claude Code
Full development cycle: task-analysis → [/designer (L/XL)] → planner → plan-review (agent) → coder → code-review (agent).
Hook Claude Code
Runs after instructions files are loaded, executing validate-instructions.sh. From hex0xdeadbeef/claude-kit.
Hook Claude Code
Runs before the agent uses a tool for Write, Edit, Write and Bash tool calls, executing protect-files.sh, check-artifact-size.sh and pre-commit-build.sh (3 commands). From hex0xdeadbeef/claude-kit.
Hook Claude Code
Runs after a tool call finishes for Write, Edit, Edit, Write, Edit, Write, Edit, Write and Edit tool calls, executing auto-fmt.sh, yaml-lint.sh, check-references.sh, check-plan-drift.sh and validate-handoff.sh (14 commands). From hex0xdeadbeef/claude-kit.
Hook Claude Code
Runs before the context is compacted for manual and auto tool calls, executing save-progress-before-compact.sh (2 commands). From hex0xdeadbeef/claude-kit.
Hook Claude Code
Runs after the context is compacted, executing verify-state-after-compact.sh. From hex0xdeadbeef/claude-kit.
Hook Claude Code
Runs when a subagent starts for (claude-kit:)?code-researcher, (claude-kit:)?plan-reviewer, (claude-kit:)?code-reviewer and (claude-kit:)?verdict-recovery tool calls, executing track-task-lifecycle.sh, caveman-suspend-for-reviewer.sh and inject-review-context.sh (9 commands). From hex0xdeadbeef/claude-kit.
Hook Claude Code
Runs when a subagent finishes for (claude-kit:)?(plan-reviewer, code-reviewer and verdict-recovery) tool calls, executing save-review-checkpoint.sh. From hex0xdeadbeef/claude-kit.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing enrich-context.sh. From hex0xdeadbeef/claude-kit.
Hook Claude Code
Runs when the agent finishes a response, executing verify-phase-completion.sh, check-uncommitted.sh and notify-workflow-complete.sh (3 commands). From hex0xdeadbeef/claude-kit.
Hook Claude Code
Runs when a session ends, executing session-analytics.sh. From hex0xdeadbeef/claude-kit.
Hook Claude Code
Runs on the StopFailure event, executing log-stop-failure.sh. From hex0xdeadbeef/claude-kit.