Notification
25Hook Claude Code
Runs when the agent sends a notification, executing notify-user.sh. From hex0xdeadbeef/claude-kit.
Hook Claude Code
Runs when the agent sends a notification, executing notify-user.sh. From hex0xdeadbeef/claude-kit.
Hook Claude Code
Runs on the ConfigChange event, executing audit-config-change.sh. From hex0xdeadbeef/claude-kit.
Hook Claude Code
Runs on the PermissionDenied event, executing log-permission-denied.sh. From hex0xdeadbeef/claude-kit.
Hook Claude Code
Runs when a session starts, executing caveman-activate.sh, mcp-preload-warn.sh, inject-kit-context.sh and bootstrap-project-config.sh (4 commands). From hex0xdeadbeef/claude-kit.
Hook Claude Code
Runs when a tool call fails for Bash tool calls, executing log-tool-failure.sh. From hex0xdeadbeef/claude-kit.
Settings file Claude Code
Agent settings declaring 16 hook events (InstructionsLoaded, PreToolUse, PostToolUse, PreCompact) and 50 allowed tools.
Skill Claude CodeCodex
Project-local terse-output mode for /workflow pipeline. Cuts Messages token cost via concise prose. Loaded only at SessionStart by .claude/scripts/caveman-activate.sh — not auto-invoked on user prompts.
Skill Claude CodeCodex
Review standards for code-reviewer agent. Loaded by explicit Read in the code-reviewer STARTUP step (disable-model-invocation blocks subagent preload). Covers: severity classification (BLOCKER/MAJOR/MINOR/NIT), decision matrix (APPROVED/APPROVEDWITHCOMMENTS/CHANGESREQUESTED), auto-escalation rules, grep search…
Skill Claude CodeCodex
Implementation rules and patterns for /coder command. Load at /coder startup (step 0) or when /workflow enters Phase 3. Covers: 6 CRITICAL rules (plan-only, import matrix, clean domain, no log+return, tests pass, comment quality), the comment policy for source files, evaluate protocol (PROCEED/REVISE/RETURN)…
Skill Claude CodeCodex
Design phase rules for /designer command. Load at /designer startup (step 0). Covers spec quality, design checklist, approach evaluation criteria.
Skill Claude CodeCodex
Review standards for plan-reviewer agent. Loaded by explicit Read in the plan-reviewer STARTUP step (disable-model-invocation blocks subagent preload). Covers: architecture compliance (import matrix, domain purity), required plan sections validation, severity classification (BLOCKER/MAJOR/MINOR/NIT), decision matrix…
Skill Claude CodeCodex
Task analysis and planning rules for /planner command. Load at /planner startup (step 0) or when /workflow enters Phase 1. Covers: task classification (7 types), S/M/L/XL complexity routing, code-researcher delegation (L/XL), plan documentation with full code examples.
Skill Claude CodeCodex
Systematic 4-phase debugging process with Iron Law: Root Cause Investigation → Pattern Analysis → Hypothesis & Testing → Implementation. Use when encountering any bug, test failure, unexpected behavior, or build failure — BEFORE proposing fixes. Auto-trigger: load when /coder VERIFY fails 3x consecutively. Keywords…
Skill Claude CodeCodex
Test-Driven Development workflow for any language. Enforces Red-Green-Refactor cycle (failing test first, minimal implementation, then refactor). Loaded UNCONDITIONALLY by /coder at startup — TDD is the default Phase 2 cycle, no plan-level opt-in required. Per-language test idioms live in tdd-shapes/ .md (resolved…
Skill Claude CodeCodex
Orchestration protocols for /workflow pipeline. Load at /workflow startup (step 0.1), then load individual protocols on-demand per event triggers. Covers: handoff contracts (4 phase-to-phase contracts + narrative casting), checkpoint format (session recovery), re-routing (complexity mismatch), pipeline metrics…
MCP server Claude CodeCodexCursor +2
Adds a structured step-by-step reasoning tool the agent can call to break a problem into revisable thoughts. Runs locally from the @modelcontextprotocol/server-sequential-thinking npm package.
MCP server Claude CodeCodexCursor +2
Gives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package. Needs 6 environment variables to run.
MCP server Claude CodeCodexCursor +2
MCP server "treesitter" as configured in hex0xdeadbeef/claude-kit.
Instructions file
Claude Code instructions for hex0xdeadbeef/claude-kit, covering claude kit, language profile, project knowledge schema, soft prerequisites and platform guarantees relied upon.