dead-code-cleanup
Installation
SKILL.md
Dead Code Cleanup Command
Purpose
Systematically identify and remove unused code while maintaining project integrity.
Target Code:
- Unused exports/functions/classes with no references
- Deprecated code without active migration plan
- Orphaned files (no imports from anywhere)
- Unreachable code paths
Critical Constraint: Project must build and pass all tests after cleanup.