dead-code-removal

Installation
SKILL.md

Dead Code Removal

This skill safely identifies and removes unused code across multiple programming languages. It includes comprehensive safety checks to prevent removing code that's actually needed.

When to Use This Skill

  • After refactoring code and removing features
  • Before production deployment to reduce bundle size
  • When cleaning up legacy code
  • When removing deprecated functionality
  • When optimizing codebase size
  • When maintaining code quality standards

What This Skill Does

  1. Language Detection: Identifies project languages and structure
  2. Entry Point Mapping: Maps entry points and critical paths
  3. Dependency Analysis: Builds dependency graphs and usage patterns
  4. Safe Detection: Identifies unused elements with safety checks
Related skills
Installs
143
Repository
89jobrien/steve
GitHub Stars
4
First Seen
Jan 24, 2026