find-dead-code

Installation
SKILL.md

Find Dead Code

Identify code that is defined but never used: functions, classes, methods, variables, constants, types, imports, and exports. Reports candidates with file and line number. Accounts for patterns that make code appear unused but are actually invoked at runtime (dependency injection, reflection, serialization, entry points, decorators).

This skill is read-only. It produces a report. It does not delete or modify any file.

Task Tracking

Before doing any work, call TaskCreate for each phase below. Call TaskUpdate (status in_progress) when you begin a phase and TaskUpdate (status completed) when you finish it.

  • Detect languages and tooling
  • Identify safe symbols
  • Analyze code (language-specific)
  • Detect reflection patterns
  • Rank findings by confidence
  • Write report

Phase 1: Detect Languages and Tooling

Installs
16
GitHub Stars
8
First Seen
May 18, 2026
find-dead-code — dan323/easier-life-skills