shousper-kit
01Plugin Claude Code
Personal Claude Code toolkit.
Plugin Claude Code
Personal Claude Code toolkit.
Plugin Claude Code
Personal Claude Code toolkit - skills, commands, hooks, and agents.
Hook
Runs after a tool call finishes for Write and Edit tool calls, executing record.sh. From shousper/claude-kit.
Hook
Runs when the agent finishes a response, executing format-on-stop.sh. From shousper/claude-kit.
Hook
Runs when a subagent finishes, executing format-on-stop.sh. From shousper/claude-kit.
Hook
Runs when a session starts on startup, resume, clear, compact, startup and resume, executing session-start.sh and hcl-detect.sh (2 commands). From shousper/claude-kit.
Skill Claude CodeCodex
../../../../shared/skills/build-flow/SKILL.md.
Skill Claude CodeCodex
../../../../shared/skills/code-review/SKILL.md.
Agent
../../../shared/agents/code-reviewer.md.
Agent
Escalated reviewer/fixer for the final batch and failed verification of a kit build-flow run.
Agent
Final full-suite verification worker for kit build-flow runs.
Agent
Implementation and review worker for kit build-flow batches.
Plugin Claude Code
Story-based autonomous workflow: markdown story board, typed verification gates, goal loop, parallel same-machine workers.
Skill Claude CodeCodex
Stops an active story loop and reports where the board stands. Use when asked to "stop the loop", "cancel the story run", "halt autonomous story work", "kill the worker loop", or when a runaway run must be shut down. DO NOT TRIGGER for closing a single story (that is story done inside stories:work), for deleting or…
Skill Claude CodeCodex
Decomposes a spec or approved design into epics and stories on the story board — sized, dependency-ordered, gated, human-approved, then filed via the story CLI. Use in a project with .claude/story-workflow.json when there is a design doc (often from kit:brainstorming), spec, requirements file, or feature request to…
Skill Claude CodeCodex
Interactive onboarding that turns a repo into a story-workflow project — merge-mode choice, verification gates with test-runner detection, gitignore wiring, optional project-specific reviewer personas. Use when asked to "set up the story workflow", "adopt stories", "story init", "install the story board", or when…
Skill Claude CodeCodex
Compressed story-workflow rulebook, injected automatically at SessionStart (including after compaction) in projects with .claude/story-workflow.json. Use when unsure of the workflow rules mid-session, when asked "how does the story workflow work here", or for a story CLI quick reference. DO NOT TRIGGER in projects…
Skill Claude CodeCodex
Runs the story worker loop in a story-workflow project — claim ready stories, implement each in its own worktree, close through verification gates, repeat until the goal is met or budgets run out. Use when asked to "work the board", "complete all stories", "work on epic st-XXXX", "pick up the next story", "start a…
Agent
Dispatch this persona with the Task tool when a story has a review-kind gate needing acceptance-criteria verification. Fill every {{PLACEHOLDER}} before dispatch. Pass file PATHS, never pasted content. Persist the result with story record --gate --verdict pass|fail --evidence .
Agent
Dispatch this persona with the Task tool for review-kind gates that judge captured visuals (screenshots, short recordings). Run the gate's capture command first; pass the artifact paths. Fill every {{PLACEHOLDER}} before dispatch. Persist the result with story record --gate --verdict pass|fail --evidence .
Command
Show or override the Terraform/OpenTofu CLI detected for this project.
Skill Claude CodeCodex
Coordinates collaborative design sessions that explore requirements, analyze codebase context, and produce an approved design document with trade-offs. Use when building a new feature, adding functionality, creating components, modifying behavior, starting a project, or planning any creative work. DO NOT TRIGGER when…
Skill Claude CodeCodex
Enforces project-specific coding conventions by loading language standards before writing code. Use when about to write, edit, modify, or generate Go, Rust, Python, Tailwind CSS, or HCL (Terraform/OpenTofu) files. Loads once per language per session and overrides default style with project conventions. DO NOT TRIGGER…
Skill Claude CodeCodex
Consults OpenAI Codex CLI for an independent perspective on any question. Shells out to the codex CLI in read-only sandbox mode and relays the response. Use when you want a second opinion from Codex, or when asked to "consult codex", "ask codex", or "codex oracle".