.claude/skills/analyze-dead-code/SKILL.md
Find unused code, deprecated paths, and documentation drift. Use when cleaning up codebase, preparing for refactor, or auditing technical debt.
npx skillsauth add akashmeshram/claude-disco analyze-dead-codeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Detect unused and deprecated code using the dead-code-analyzer agent.
### Dead Code Inventory
| Location | Type | Confidence | Notes |
|----------|------|------------|-------|
### Deprecated Paths
| Location | Pattern | Signal | Recommendation |
### Documentation Divergence
| Documented Claim | Actual State | Severity |
### Summary
- High confidence (safe to remove): X items
- Medium confidence (verify first): X items
- Priority actions: [list]
Use subagent_type: dead-code-analyzer
tools
Scaffold new projects with proper structure and boilerplate. Use for creating APIs, CLIs, web apps, or libraries from scratch.
tools
Initialize development configurations: CI/CD, linting, testing, Docker. Use for setting up project tooling.
testing
Generate comprehensive analysis report by running multiple agents. Use for full audits, onboarding docs, or architecture reviews.
development
Generate new features, components, services, and modules that follow existing codebase patterns.