Code cleanup, technical debt reduction, and code quality improvement. Use when cleaning up messy code.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill cleanup --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cleanup?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-cleanup)More formats (shields.io, HTML) on the badges page.
---
name: cleanup
description: Code cleanup, technical debt reduction, and code quality improvement. Use when cleaning up messy code.
---
## cleanup
Reduce technical debt systematically.
### What to clean
- Dead code (unused imports, functions, files)
- Duplicated logic
- Magic numbers/strings
- Overly long functions
- Deeply nested conditionals
- Outdated comments
### Approach
1. Identify most impactful areas
2. Ensure tests exist
3. One concern at a time
4. Run linter + tests after each change
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!