dead-code-detector
Installation
SKILL.md
Dead Code Detector
Detect and eliminate dead code in TypeScript/JavaScript codebases.
Quick Start
Run the automated scanner:
node ~/.claude/skills/dead-code-detector/scripts/find-dead-code.js .
Output: Console report + dead-code-report.json with all findings.
What Gets Detected
1. Unused Exports
Exported symbols never imported elsewhere in the codebase.