duthaho/claudekit

A verification-first engineering toolkit for Claude Code. Built for senior ICs and tech leads who already know how to ship production code — and want a workflow that keeps the discipline tight without getting in the way.

97Stars on the repository
25Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

audit-dependencies

01

duthaho/claudekit

Skill Claude CodeCodex

Part of claudekit

Use when investigating dependency bloat, security advisories, supply-chain risk, upgrade planning, or before adding a new third-party package. Activate for keywords like "deps", "dependencies", "package.json", "requirements.txt", "Cargo.toml", "audit", "CVE", "stale package", "do we use", "what depends on"…

not rated 97 +1 1mo ago A 101 tokens original MIT

code-review-loop

02

duthaho/claudekit

Skill Claude CodeCodex

Part of claudekit

Use when opening a PR for review or when receiving review feedback. Activate for keywords like "code review", "PR review", "request review", "review feedback", "address comments", "reviewer said". Covers both ends of the loop: preparing a reviewable PR and acting on feedback rigorously. Always engage with every…

not rated 97 +1 1mo ago A 79 tokens original MIT

duthaho/claudekit

Skill Claude CodeCodex

Part of claudekit

Use during active debugging when you have a hypothesis to test or need to instrument a running system. Activate for keywords like "debug", "instrument", "log", "trace", "breakpoint", "what's happening at runtime", "production behavior". Pair to investigate-root-cause for the doing-it phase. Always record what you…

not rated 97 +1 1mo ago A 87 tokens original MIT

duthaho/claudekit

Skill Claude CodeCodex

Part of claudekit

Use when implementing a non-trivial feature, migration, or refactor that would otherwise be a single large change. Activate for keywords like "feature flag", "incremental", "vertical slice", "migration", "rollout", "behind a flag", "ship small". Enforces vertical slicing, feature-flagged rollout, and refactor-with…

not rated 97 +1 1mo ago A 102 tokens original MIT

init

05

duthaho/claudekit

Skill Claude CodeCodex

Part of claudekit

Interactive setup wizard for claudekit. Scaffolds rules, hooks, and MCP server configs into the user's project. Run /claudekit:init to configure. Use when setting up a new project with claudekit or reconfiguring an existing one.

not rated 97 +1 1mo ago C 57 tokens original MIT

duthaho/claudekit

Skill Claude CodeCodex

Part of claudekit

Use when encountering ANY bug, error, test failure, or unexpected behavior. Activate for keywords like "bug", "error", "failing", "broken", "doesn't work", "unexpected", "crash", "exception", "TypeError", "undefined", stack traces, or any error message. Also trigger when tests fail unexpectedly, when behavior differs…

not rated 97 +1 1mo ago A 121 tokens original MIT

map-codebase

07

duthaho/claudekit

Skill Claude CodeCodex

Part of claudekit

Use when entering an unfamiliar codebase or area, before making non-trivial changes, when onboarding to a new system, or when planning a refactor that touches multiple modules. Activate for keywords like "explore", "map", "find where", "trace", "how does X work", "what calls Y", "scope of change". Produces an…

not rated 97 +1 1mo ago A 112 tokens original MIT

duthaho/claudekit

Skill Claude CodeCodex

Part of claudekit

Architecture-dimension reviewer for written plans. Use when running plan-review or directly when an architectural review is wanted. Activate for keywords like "architecture review", "data flow", "failure modes", "rollback", "edge cases", "test matrix". Scores 5 sub-dimensions 0-10, produces ranked fixes. Always cite…

not rated 97 +1 1mo ago A 87 tokens original MIT

duthaho/claudekit

Skill Claude CodeCodex

Part of claudekit

Experience-dimension reviewer for written plans (UX + DX). Use when running plan-review or directly when an experience review is wanted. Activate for keywords like "UX review", "DX review", "experience review", "error states", "API ergonomics", "developer experience", "user states". Scores 5 sub-dimensions 0-10…

not rated 97 +1 1mo ago A 121 tokens original MIT

plan-review

10

duthaho/claudekit

Skill Claude CodeCodex

Part of claudekit

Use after a plan exists and before any implementation begins. Activate for keywords like "review the plan", "check this plan", "is the plan ready", "plan-review", "pressure-test the plan". Orchestrates two parallel reviewers — architecture and experience — consolidates their findings into one fix gate, and applies…

not rated 97 +1 1mo ago A 95 tokens original MIT

duthaho/claudekit

Skill Claude CodeCodex

Part of claudekit

Use when cutting a release, bumping a version, or writing release notes. Activate for keywords like "release", "version bump", "changelog", "release notes", "tag", "publish", "ship a release", "v1.x", "v2.x". Enforces version hygiene: SemVer respect, changelog discipline, atomic commits, tagged release. Always reflect…

not rated 97 +1 1mo ago A 99 tokens original MIT

shape-spec

12

duthaho/claudekit

Skill Claude CodeCodex

Part of claudekit

Use when starting a non-trivial feature, change, or refactor before any plan or code is written. Activate for keywords like "spec", "shape", "what should we build", "requirements", "design this", "we need to", "let's add". Produces a written spec covering goals, non-goals, constraints, acceptance criteria, and open…

not rated 97 +1 1mo ago A 102 tokens original MIT

test-first

13

duthaho/claudekit

Skill Claude CodeCodex

Part of claudekit

Use when implementing any feature, bugfix, or refactor that has a testable outcome. Activate for keywords like "TDD", "test-first", "red-green", "write the test first", "implement ", "fix ". Enforces the red-green-refactor discipline -- write a failing test, make it pass with the smallest change, refactor with tests…

not rated 97 +1 1mo ago A 106 tokens original MIT

verification-gate

14

duthaho/claudekit

Skill Claude CodeCodex

Part of claudekit

Use before claiming a task, feature, or PR is complete. Activate for keywords like "done", "complete", "ready to merge", "ship it", "tests pass", "looks good", "fixed". Mandatory pre-completion gate. Refuses to mark anything done without evidence: command outputs, test runs, behavioral checks. Always paste the…

not rated 97 +1 1mo ago A 87 tokens original MIT

write-plan

15

duthaho/claudekit

Skill Claude CodeCodex

Part of claudekit

Use after a spec exists and before any implementation code is written. Activate for keywords like "plan", "break down", "decompose", "implementation plan", "task list", "what's the order". Produces a numbered task list where each task names the file, the change, the test, and what evidence proves it's done. Always…

not rated 97 +1 1mo ago A 95 tokens original 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: