dead-code

Find unused functions and dead code in the codebase

By parcadei · 694 installs

npx skills add parcadei/continuous-claude-v3 --skill dead-code

Source repository · Upstream listing

Dead Code Detection Find unused functions and dead code using TLDR static analysis. Quick Start Output Format Cross Platform Works on Windows, Mac, and Linux (including WSL). Entry Points Functions matching entry patterns are excluded from dead code analysis: main , cli Application entry points test , test Test functions setup , teardown Fixtures @app.route , @api.endpoint Framework handlers Integration This skill replaces the session start dead code hook with on demand analysis. Approach Pros Cons Hook (removed) Automatic Slowed startup by 3s Skill (this) On demand, fast Manual invocation Related Commands