shousper/claude-kit

Personal Claude Code plugin - skills, commands, hooks, and agents

4Stars on the repository
36Mods indexed here, across every type
6d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

build-flow

01

shousper/claude-kit

Skill Claude CodeCodex

Part of kit

../../../../shared/skills/build-flow/SKILL.md.

4 6d ago A 0 tokens original MIT

code-review

02

shousper/claude-kit

Skill Claude CodeCodex

Part of kit

../../../../shared/skills/code-review/SKILL.md.

4 6d ago A 0 tokens original MIT

cancel

03

shousper/claude-kit

Skill Claude CodeCodex

Part of stories

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…

4 6d ago A 87 tokens original MIT

plan

04

shousper/claude-kit

Skill Claude CodeCodex

Part of stories

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…

4 6d ago A 156 tokens original MIT

setup

05

shousper/claude-kit

Skill Claude CodeCodex

Part of stories

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…

4 6d ago B 133 tokens original MIT

using-stories

06

shousper/claude-kit

Skill Claude CodeCodex

Part of stories

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…

4 6d ago A 105 tokens original MIT

work

07

shousper/claude-kit

Skill Claude CodeCodex

Part of stories

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…

4 6d ago A 146 tokens original MIT

brainstorming

08

shousper/claude-kit

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…

4 6d ago A 70 tokens original MIT

code-standards

09

shousper/claude-kit

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…

4 6d ago A 93 tokens original MIT

consult-codex

10

shousper/claude-kit

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".

4 6d ago A 70 tokens original MIT

create-pr

11

shousper/claude-kit

Skill Claude CodeCodex

Creates a GitHub pull request for the current branch using the gh CLI. Use when asked to create a PR, open a pull request, submit changes for review, or push and create a PR. Defaults to draft, detects and fills repo PR templates, auto-detects the base branch, and supports 'ready for review' override. DO NOT TRIGGER…

4 6d ago A 86 tokens original MIT

debugging

12

shousper/claude-kit

Skill Claude CodeCodex

Enforces systematic root-cause investigation before any fix attempt, using a four-phase process (investigate, analyze patterns, hypothesize, implement). Use when encountering bugs, test failures, build errors, unexpected behavior, performance problems, or integration issues — especially when under pressure, when a…

4 6d ago A 91 tokens copy · 88% MIT

finish-branch

13

shousper/claude-kit

Skill Claude CodeCodex

Finalizes a development branch by verifying tests pass, then presenting four completion options (merge locally, draft PR, keep as-is, or discard). Use when implementation is done, a feature branch is ready to ship, work needs to be merged or a PR created, or the user says "finish", "wrap up", "ship it", or "done with…

4 6d ago A 94 tokens original MIT

git-worktrees

14

shousper/claude-kit

Skill Claude CodeCodex

Creates an isolated git worktree workspace with smart directory selection, gitignore safety verification, dependency installation, and baseline test validation. Use when starting feature work, beginning a new branch, needing workspace isolation, setting up before plan execution, or the user says "new feature", "set up…

4 6d ago A 92 tokens original MIT

github-work-summary

15

shousper/claude-kit

Skill Claude CodeCodex

Generates a categorized work summary from GitHub activity (PRs authored, issues created, code committed) for a given time period and organization, using parallel subagents for fast detail fetching. Use when the user asks "what did I work on", "what did I do last week", wants a work log, weekly update, standup notes…

4 6d ago A 110 tokens original MIT

parallel-agents

16

shousper/claude-kit

Skill Claude CodeCodex

Coordinates parallel subagent dispatch to solve multiple independent problems concurrently, with structured prompts and conflict-free integration. Use when there are 2+ independent failures, bugs, tasks, or investigations that do not share state -- e.g. multiple test files failing for different reasons, unrelated…

4 6d ago A 91 tokens copy · 88% MIT

receiving-review

17

shousper/claude-kit

Skill Claude CodeCodex

Enforces rigorous technical evaluation of code review feedback before implementation -- verifying suggestions against the codebase, pushing back when wrong, clarifying ambiguity, and avoiding performative agreement. Use when processing PR review comments, inline suggestions, change requests, reviewer feedback, or any…

4 6d ago A 87 tokens copy · 83% MIT

tdd

18

shousper/claude-kit

Skill Claude CodeCodex

Enforces strict test-driven development -- write a failing test first, implement minimal code to pass, then refactor. Use when implementing a feature, fixing a bug, adding behavior, refactoring, or any time production code will be written or changed. Also use when the user says "write tests", "add tests", "TDD", or…

4 6d ago A 100 tokens copy · 81% MIT

using-kit

19

shousper/claude-kit

Skill Claude CodeCodex

Enforces skill discovery and invocation governance for every task. Use at the start of any conversation, before responding to any user message, when deciding whether a skill applies, when building or modifying features (triggers the brainstorming chain), or when operating within a team context. Defines the default…

4 6d ago A 85 tokens original MIT

verify

20

shousper/claude-kit

Skill Claude CodeCodex

Enforces fresh verification evidence before any completion or success claims. Use when about to say "done", "fixed", "tests pass", "build succeeds", or any synonym; before committing, creating PRs, or moving to the next task; before expressing satisfaction or positive statements about work state; and after agent…

4 6d ago A 88 tokens original MIT

worktree-cleanup

21

shousper/claude-kit

Skill Claude CodeCodex

Removes git worktrees safely, cleans up associated branches, and pulls latest mainline after removal. Use when finished with a worktree, done with a branch, cleaning up after a merge or PR, abandoning work in a worktree, or when "git worktree list" shows stale entries. Checks for uncommitted changes, verifies no open…

4 6d ago A 91 tokens original MIT

writing-plans

22

shousper/claude-kit

Skill Claude CodeCodex

Creates detailed, bite-sized implementation plans with TDD structure, exact file paths, complete code, and test commands. Use when you have a spec, requirements, design doc, or feature request and need to plan before coding — especially for multi-step tasks, large features, or when handing off to another session. DO…

4 6d ago A 82 tokens original MIT

writing-skills

23

shousper/claude-kit

Skill Claude CodeCodex

Creates, edits, and tests Claude skill files (SKILL.md) using TDD methodology with baseline pressure testing and rationalization defense. Use when writing a new skill, modifying an existing skill, optimizing a skill description for discovery (CSO), testing whether a skill triggers correctly, or structuring skill…

4 6d ago A 79 tokens copy · 83% MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: