From auto-mobile
Detects and removes dead TypeScript code using repo scripts like detect-dead-code-ts.sh, reviews in context, and validates with lint, build, tests to prevent regressions.
npx claudepluginhub kaeawc/auto-mobile --plugin auto-mobileThis skill uses the workspace's default tool permissions.
Use this when the user wants dead-code analysis or cleanup.
Detects unused functions, imports, unreachable code in Python (vulture), TypeScript (knip), Rust (cargo clippy) codebases for cleanup and refactoring.
Identifies unused imports, variables, functions, unreachable code, dependencies, and CSS for safe removal. Generates reports categorizing safe-to-remove, potentially unused, and review-required items.
Checks and configures dead code detection tools: Knip (JS/TS), Vulture/deadcode (Python), cargo-machete (Rust). Audits setups, migrates tools, adds to CI/CD pipelines, standardizes monorepos.
Share bugs, ideas, or general feedback.
Use this when the user wants dead-code analysis or cleanup.
bash scripts/detect-dead-code-ts.sh, optionally writing reports to scratch/dead-code/.bun tasks over ad hoc dead-code tools.package.json dependency findings as suggestions until confirmed.bun run lintbun run buildbun testbash scripts/validate-bun-test-timings.sh when test changes may affect the 100ms expectation