Identify unused code (functions, imports, exports, variables, types, classes) and propose cleanup. Use this skill when the user says "find dead code", "unused code", "clean up unused", "code hygiene", "find unused imports", "what can I delete", or any variation of wanting to identify and remove code that is no longer referenced.
$npx -y skills add lukaskellerstein/claude-my-marketplace --skill dead-codeInstalls into the current project.
Run `npx skills use "https://github.com/lukaskellerstein/claude-my-marketplace" --skill "lukaskellerstein/claude-my-marketplace/dead-code"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/lukaskellerstein/claude-my-marketplace" that are relevant to the current task. Run `npx skills add "https://github.com/lukaskellerstein/claude-my-marketplace"` and select the relevant skills, then follow their instructions.