claude-kit v1.2.0 — 4 engineering skills
21 skills. Four engineering skills, distilled from mattpocock/skills in our own voice.
Added
diagnosing-bugs— feedback-loop-first debugging for hard/flaky bugs & perf regressions: build a fast deterministic red/green loop before theorising, then reproduce → minimise → hypothesise → instrument → fix + regression-test → clean up.codebase-design— designing deep modules: lots of behaviour behind a small interface at a clean seam, with a precise shared vocabulary and checkable rules (the deletion test, "two adapters not one", "the interface is the test surface").prototype— a throwaway prototype to settle ONE design question: a terminal app for state/logic, or structurally-different UI variants on one route. Keep the answer, delete the code.plan-to-issues— synthesize a PRD (no interview) then cut it into end-to-end vertical-slice issues; publishes viaghor writes markdown.
Changed
- README reorganized into 5 groups now that the kit is 21 skills.