duthaho

57 mods across 3 repositories, 114 stars between them.

claudekit-dev

01

duthaho/claudekit

Plugin Claude Code

Plugin marketplace listing 1 plugin: claudekit.

98 1mo ago A tokens not measured original MIT

claudekit

02

duthaho/claudekit

Plugin Claude Code

Verification-first engineering toolkit for Claude Code. 15 skills across a 5-phase spine (Investigate → Design → Implement → Verify → Ship), 8 specialist agents, an interactive setup wizard. Every skill has rationalizations + evidence requirements. Built for senior ICs and tech leads.

98 1mo ago A tokens not measured original MIT

claudekit AGENTS.md

03

duthaho/claudekit

Instructions file CodexOpenCode

Instructions for duthaho/claudekit, covering agents.md, what this is, build, test, run, architecture and conventions & gotchas.

98 1mo ago A 916 tokens original MIT

architect

04

duthaho/claudekit

Agent

Use when reviewing the architecture dimension of a written plan. Dispatched primarily by plan-review-architecture (via plan-review). Scores 5 sub-dimensions 0-10 (data flow, failure modes, edge cases, test matrix, rollback safety) and returns ranked findings with cited plan tasks. Context: A plan has been written and…

98 1mo ago A 161 tokens original MIT

code-reviewer

05

duthaho/claudekit

Agent

Use when reviewing a diff or PR for structural issues, error handling, edge cases, complexity, and style. Dispatched primarily by code-review-loop. Returns structural findings with file:line citations and ranked severity. Pairs with security-auditor for sensitive paths. Context: A PR is ready for first-pass review.…

98 1mo ago A 159 tokens original MIT

experience-reviewer

06

duthaho/claudekit

Agent

Use when reviewing the experience dimension of a written plan (UX + DX). Dispatched primarily by plan-review-experience (via plan-review). Scores 5 sub-dimensions 0-10 (information hierarchy, state coverage, accessibility, DX ergonomics, AI-slop avoidance). Context: A plan with both UI and API changes needs review.…

98 1mo ago A 167 tokens original MIT

investigator

07

duthaho/claudekit

Agent

Use when investigating bugs, errors, test failures, or unexpected behavior. Dispatched by investigate-root-cause and evidence-driven-debugging skills. Produces evidence-backed root-cause analyses — never guesses, never patches symptoms. Context: An API endpoint is returning intermittent 500s. user: "The /api/users…

98 1mo ago A 155 tokens original MIT

planner

08

duthaho/claudekit

Agent

Use when decomposing a spec into an executable plan. Dispatched primarily by the write-plan skill. Produces a numbered task list with file paths, exact test commands, dependency annotations, acceptance criteria per task, and a Risks section. Context: An approved spec exists; implementation hasn't started. user: "Turn…

98 1mo ago A 165 tokens original MIT

scout

09

duthaho/claudekit

Agent

Use when mapping a codebase area or auditing dependencies. Dispatched by the map-codebase and audit-dependencies skills. Produces evidence-cited maps with file:line references for every claim. Context: A teammate needs to know how the auth flow works. user: "Map the auth flow for me." assistant: "Dispatching the scout…

98 1mo ago A 148 tokens original MIT

security-auditor

10

duthaho/claudekit

Agent

Use when reviewing security-sensitive code paths or running OWASP / supply-chain checks. Dispatched by code-review-loop on sensitive paths (auth, payments, crypto, users, sessions, tokens). Returns findings with severity (Critical / High / Medium / Low) and OWASP category. Context: A diff touches the auth middleware.…

98 1mo ago A 164 tokens original MIT

tester

11

duthaho/claudekit

Agent

Use when designing or generating tests for new code, fixes, or refactors. Dispatched primarily by the test-first skill. Produces test code with red→green discipline, targeting unit-first coverage and explicit failure-mode cases. Pastes runner output as evidence. Context: A new endpoint is being added. user: "Add tests…

98 1mo ago A 167 tokens original MIT

audit-dependencies

12

duthaho/claudekit

Skill Claude CodeCodex

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

98 1mo ago A 101 tokens original MIT

code-review-loop

13

duthaho/claudekit

Skill Claude CodeCodex

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…

98 1mo ago A 79 tokens original MIT

duthaho/claudekit

Skill Claude CodeCodex

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…

98 1mo ago A 87 tokens original MIT

duthaho/claudekit

Skill Claude CodeCodex

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…

98 1mo ago A 102 tokens original MIT

init

16

duthaho/claudekit

Skill Claude CodeCodex

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.

98 1mo ago C 57 tokens original MIT

duthaho/claudekit

Skill Claude CodeCodex

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…

98 1mo ago A 121 tokens original MIT

map-codebase

18

duthaho/claudekit

Skill Claude CodeCodex

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…

98 1mo ago A 112 tokens original MIT

duthaho/claudekit

Skill Claude CodeCodex

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…

98 1mo ago A 87 tokens original MIT

duthaho/claudekit

Skill Claude CodeCodex

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…

98 1mo ago A 121 tokens original MIT

plan-review

21

duthaho/claudekit

Skill Claude CodeCodex

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…

98 1mo ago A 95 tokens original MIT

duthaho/claudekit

Skill Claude CodeCodex

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…

98 1mo ago A 99 tokens original MIT

shape-spec

23

duthaho/claudekit

Skill Claude CodeCodex

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…

98 1mo ago A 102 tokens original MIT

test-first

24

duthaho/claudekit

Skill Claude CodeCodex

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…

98 1mo ago A 106 tokens original MIT