Simplify Lifecycle

Full architecture sweep that finds and fixes simplification opportunities in a loop until convergence. Analyzes the entire app structure, removes dead code, flattens unnecessary abstractions, consolidates duplicates, and simplifies over-engineered patterns. Loops until there's nothing left to improve. Use when you want to thoroughly clean up and simplify a codebase.

kyh 39c18f2 3.7 KB Updated

File contents

kyh/kyh.io/tree/main/packages/skills/skills/simplify-lifecycle commit 39c18f2a05

Frequently asked questions

npx skillmds@latest add kyh/simplify-lifecycle