dead-code-removal
✓Detects and safely removes unused code (imports, functions, classes) across multiple languages. Use after refactoring, when removing features, or before production deployment. Includes safety checks and validation.
Installation
SKILL.md
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.
The skill includes a Python helper script for finding unused imports:
Before import os import json from datetime import datetime, timedelta import requests
Detects and safely removes unused code (imports, functions, classes) across multiple languages. Use after refactoring, when removing features, or before production deployment. Includes safety checks and validation. Source: 89jobrien/steve.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/89jobrien/steve --skill dead-code-removal- Source
- 89jobrien/steve
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is dead-code-removal?
Detects and safely removes unused code (imports, functions, classes) across multiple languages. Use after refactoring, when removing features, or before production deployment. Includes safety checks and validation. Source: 89jobrien/steve.
How do I install dead-code-removal?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/89jobrien/steve --skill dead-code-removal Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/89jobrien/steve
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-05