AI AGENT ADDONS

Keeping your code clean makes it easier to work with. Dead code and unused functions can slow down your project and cause confusion. This tool helps you find them quickly using static analysis.

You can scan your entire project or just a specific folder. It works on Windows, Mac, and Linux. The results show you exactly which functions are not used and where they are located.

By removing dead code, you make your codebase smaller and faster. It also helps you prepare for refactoring or upgrades. This is a simple way to improve code quality without any extra setup.

Add Dead Code skill to your workflow

Global

mkdir -p ~/.claude/skills/dead-code

Project

mkdir -p .claude/skills/dead-code

Source Repository

Stars
3,845
Forks
293
Watchers
3,845
License
MIT
Last Push
6 months ago
Created
7 months ago