What problem does it solve?
This Skill solves the problem of accumulating unnecessary technical debt from incremental patches, legacy compatibility code, dead branches, and accidental complexity that bloats codebases, reduces maintainability, and slows down future development.
Core Features & Use Cases
- End-State Refactoring: Reshapes code changes to match the intended final product architecture and user experience instead of making minimal diffs from existing messy code.
- Automated Cruft Removal: Identifies and deletes unused compatibility paths, dead code branches, redundant feature flags, and legacy route aliases with no active callers.
- Use Case: After landing a new feature, use this Skill to clean up temporary workarounds, unused mode flags, and duplicated permission rules so the codebase aligns with the original product design.
Quick Start
Use the zero-tech-debt skill to refactor the new project sharing flow to remove all temporary guest access compatibility code and unused fallback permission checks.