skills/code-simplifier/SKILL.md
Simplifies and refines code for clarity, readability, and maintainability. Reduces complexity without changing behavior. Use when simplifying, cleaning up, or reducing complexity in code.
npx skillsauth add envy-7z/mobile-agent-skillpack code-simplifierInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
STARTER_CHARACTER = 🧹
When starting, announce: "🧹 Using CODE-SIMPLIFIER skill".
Default scope: code modified in the current session or specified by the user. Broader scope only when explicitly requested.
Read CLAUDE.md for project-specific coding standards before making changes.
Prioritize clarity over brevity.
These make code worse, not better. Do not apply them:
development
Use when you have a spec or requirements for a multi-step task, before touching code
data-ai
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
tools
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
testing
Applies Kent Beck's Thinkies—pattern-based thinking habits that generate ideas. Use when stuck, exploring alternatives, or reframing decisions.