unused-code-refactor-suggester
Scans project source files to identify functions and classes that are not referenced elsewhere within the same file (file-scoped unused code). For each finding, generates a concise refactoring_report.md entry recommending deletion or preservation with a short reason and risk summary. Common triggers: "find unused in file", "identify dead code per-file", "generate refactoring report".
Skill Installation
Install this skill using skillscokac CLI tool
Installation command
npx skillscokac -i unused-code-refactor-suggesterRemoval command
npx skillscokac -r unused-code-refactor-suggesterUsage
After installation, run /unused-code-refactor-suggester in Claude Code
Prerequisite: Node.js must be installed on your system to run this command.
💡 Copy and run this command in your terminal to install the skill
Loading file viewer...