Find and remove unused code added in the current branch. Use when asked to find dead code, remove unused functions, clean up unreferenced code, or check for orphaned controllers/services/SDK functions. Triggers on phrases like "find dead code", "remove unused code", "check for orphaned functions", or "clean up unreferenced exports".
/plugin marketplace add franchiseai/claude-code-plugins/plugin install dead-code@fsaiThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Find and remove code added in the current branch that is never actually used.
git diff master...HEAD --name-only to find changed filesBackend dead code
Frontend dead code
Shared dead code
For each new export ExportName:
import.*ExportName or require.*ExportNameExportName( or <ExportName or .ExportNameAn export is dead if: