improve-codebase-architecture

star 2

Clean up and improve an existing codebase — first prune the dead matter (unused exports/files/deps, duplication) mechanically, then hunt for deepening opportunities that turn shallow modules into deep ones. Use when the user wants to make a codebase cleaner, more production-grade, more maintainable, remove dead/unused code, improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, reduce the bouncing-between-files tax, or make code more testable. Distinct from the design-time Architecture Soundness Gate (system-design-fundamentals.md — runs BEFORE code exists), deslop (cleans slop in the current branch DIFF, not the whole repo), and post-task-review's taste pass (reviews a single diff). This one walks code that already exists: clears what shouldn't be there, then deepens what survives.

trentjhn By trentjhn schedule Updated 6/2/2026

Skill instructions (SKILL.md) could not be loaded from local cache or raw GitHub repository.

Install via CLI
npx skills add https://github.com/trentjhn/AI-Knowledgebase --skill improve-codebase-architecture
Repository Details
star Stars 2
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator