Mk:simplify

Post-implementation simplification pass. Reduces complexity without changing behavior. Use after Phase 3 (Build GREEN) and before Phase 4 (Review). Catches dead code, unnecessary abstractions, over-engineering, and redundant patterns. Triggers on "simplify", "clean up", "reduce complexity", "too complex". NOT for style/convention enforcement (see mk:clean-code); NOT for reviewing diffs or PRs (see mk:review).

ngocsangyem 4e39cf8 2.9 KB Updated

File contents

ngocsangyem/MeowKit/tree/main/.claude/skills/simplify commit 4e39cf8119

Frequently asked questions

npx skillmds@latest add ngocsangyem/mk-simplify