claudekit
Evidence-first planning, debugging, testing, and code review workflows
All Skills in This Repository (4)
Pure Emerald Level Indicatorsdocker
okay, here's your tagline:)
GitHub Actions
Automate CI/CD pipelines with YAML-based GitHub Actions workflows.
Systematic Debugging
Identify and resolve software bug root causes through a four-phase debugging process.
verification-before-completion
Enforce evidence-based completion with a five-step verification process.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core