duthahoduthahoCommunity·4 Agent Skills Included

claudekit

Evidence-first planning, debugging, testing, and code review workflows

Enforces a verification-first engineering workflow across 15 skills covering specs, plans, debugging, testing, reviews, and releases. Eliminates vague plans, symptom-patching fixes, unverified 'done' claims, and changelogs written from memory. Requires concrete artifacts like file citations, test output, and rollback notes at every checkpoint so work ships faster with proof.
npx skills add duthaho/claudekit --all -g -y
Available:

Tells the AI agent how the plugin is structured, how skills and agents are organized and dispatched, and which validation scripts and conventions to follow when working in this repository.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claudekit?

Run `npx skills add duthaho/claudekit --all -g -y` in your terminal to install all 15 skills globally, then run the init skill to scaffold rules, hooks, and MCP servers into your project.

What does claudekit do?

It enforces an evidence-first engineering workflow: written specs, executable plans, root-cause debugging, test-first implementation, and a mandatory verification gate before anything is called done. Every claim must be backed by a pasted artifact like test output or a file citation.

How does claudekit verify work before merging?

The verification-gate skill runs named tests with full output, exercises negative paths, checks the change outside the IDE, and cross-checks the original request. The code-review-loop skill then dispatches reviewer and security-auditor agents on the diff.

Does claudekit work with Claude Code?

Yes. It is a Claude Code plugin distributed via a marketplace, and all 15 skills are invocable as slash commands once installed.

Can I use claudekit for small changes?

Yes. The workflow scales by tier: trivial changes skip specs and plan reviews, but the verification gate and code review always run regardless of change size.

Related Repositories in Software Engineering

View All in Software Engineering