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.


User Input

Installs
2
GitHub Stars
1
First Seen
Apr 7, 2026
dead-code-cleanup — kubrickcode/ai-config-toolkit