Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Safely identify and remove dead code with test verification at every step. Use when Codex needs to clean unused exports, files, dependencies, helpers, wrappers, re-exports, or duplicate code without risking regressions. Trigger for dead-code cleanup, unused dependency audits, stale utility removal, cleanup refactors, or requests to reduce code safely before or alongside maintenance work.
Use a conservative cleanup loop. Prefer keeping uncertain code over deleting something with hidden runtime or external consumers.
SAFE, CAUTION, or DANGER.SAFE item at a time.CAUTION items before touching them.DANGER items unless the user explicitly wants deeper investigation.Choose tools by ecosystem. Prefer the project's package manager and existing scripts where possible.
| Tool | What it finds | Command |
|---|---|---|
knip | Unused exports, files, dependencies | npx knip |
npx skills add julianromli/ai-skills --skill refactor-cleanHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Partially actionable with several concrete steps, but still missing important details.