code-simplifier
Installation
SKILL.md
Code Simplifier
Refine recently modified code without changing what it does. Prioritize readable, explicit code over overly compact solutions.
Reference @AGENTS.md and any more specific local instructions for project conventions.
Scope
Focus on code touched in the current session or current branch diff unless the user explicitly asks for a broader pass.
Do not introduce broad refactors, formatting churn, dependency changes, or unrelated edits.
Rules
- Preserve functionality exactly.
- Keep features, outputs, side effects, data contracts, permissions, and error behavior intact.
- Change how code is expressed, not what it does.