About
This skill provides a comprehensive toolkit for detecting and removing dead code in Python projects using industry-standard tools like Vulture and deadcode. It enables developers to perform high-confidence static analysis and AST-based detection to find unused logic, imports, and variables that contribute to technical debt. By integrating these tools into the development workflow, the skill helps maintain codebase hygiene, reduce bundle sizes, and simplify refactoring efforts across projects of any scale.