Improve Code Structure

Structural refactoring only: decompose long functions and files, reduce nesting, extract shared patterns, replace ill-fitting abstractions (thin wrappers, over-generalization, reinvented helpers), check coverage on critical paths, and sweep dead code. Use when the user wants to refactor for clarity, simplify an over-engineered abstraction, improve testability, or clean up after restructuring. Not for features, bug fixes, or performance.

shhac 2c5f631 6 files · 41.4 KB Updated

File contents

shhac/skills/tree/main/skills/improve-code-structure commit 2c5f631f95

Frequently asked questions

npx skillmds@latest add shhac/improve-code-structure