code-cleanup
✓Detect and clean redundant code in Python and TypeScript projects. Finds unused imports, dead functions, stale comments, debug statements, and unused dependencies. Use when asked to "clean code", "find dead code", "remove unused imports", "check redundant code", or "清理代码".
Installation
SKILL.md
| scandeadcode.py | Unused imports, functions, classes, variables | High | | scanstalecode.py | Commented code, old TODOs, debug statements | Medium | | scanunuseddeps.py | Unused packages in requirements.txt/package.json | Low |
| high | Definitely unused | Safe to remove | | medium | Likely unused | Review before removing | | low | Possibly unused | Manual inspection needed |
Detect and clean redundant code in Python and TypeScript projects. Finds unused imports, dead functions, stale comments, debug statements, and unused dependencies. Use when asked to "clean code", "find dead code", "remove unused imports", "check redundant code", or "清理代码". Source: wade56754/ai_ad_spend02.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/wade56754/ai_ad_spend02 --skill code-cleanup Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/wade56754/ai_ad_spend02 --skill code-cleanup- Source
- wade56754/ai_ad_spend02
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is code-cleanup?
Detect and clean redundant code in Python and TypeScript projects. Finds unused imports, dead functions, stale comments, debug statements, and unused dependencies. Use when asked to "clean code", "find dead code", "remove unused imports", "check redundant code", or "清理代码". Source: wade56754/ai_ad_spend02.
How do I install code-cleanup?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/wade56754/ai_ad_spend02 --skill code-cleanup 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/wade56754/ai_ad_spend02
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01