This is an L3 worker that hunts down dead code in your project: unused imports, orphaned variables, functions nobody calls, and blocks of commented-out code that should have been deleted months ago. It follows a structured audit contract and spits out a compliance score out of 10, which is helpful if you're trying to quantify technical debt or prep a codebase for handoff. It's categorized as low priority cleanup work, so you're not going to run this during a production fire, but it's solid for those refactoring sessions when you're wondering how much cruft has accumulated. The skill has MCP tool integration and leans on specific reference docs for its audit methodology.
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-626-dead-code-auditor