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: - , - Application entry points - , - Test functions - , - Fixtures - , - 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 invocat…