dead-code

Installation
SKILL.md

Dead Code Detection

Find unused functions and dead code using TLDR static analysis.

Quick Start

# Scan entire project
tldr dead .

# Scan specific directory
tldr dead src/

# Specify entry points (functions to exclude from analysis)
tldr dead . --entry main cli test_
Installs
10
GitHub Stars
507
First Seen
Mar 23, 2026
dead-code — vibeeval/vibecosystem