bylgbarn· 49 skills
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.
$npx -y skills add lgbarn/shipyard --skill code-simplificationInstalls into the current project.
Run `npx skills use "https://github.com/lgbarn/shipyard" --skill "lgbarn/shipyard/code-simplification"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/lgbarn/shipyard" that are relevant to the current task. Run `npx skills add "https://github.com/lgbarn/shipyard"` and select the relevant skills, then follow their instructions.