Code Simplification

Use after implementing features, before claiming a phase is complete, when reviewing AI-generated code, or when code feels overly complex. Also use when you notice repeated patterns across files, a function exceeds 40 lines, nesting exceeds 3 levels, or an abstraction has only one implementation. Covers duplication, dead code, over-engineering, and AI-specific bloat patterns like verbose error handling and redundant type checks. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/lgbarn--shipyard--code-simplification commit 16be68f634

Frequently asked questions

npx skillmds@latest add tomevault-io/code-simplification-2