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

  1. Preserve functionality exactly.
    • Keep features, outputs, side effects, data contracts, permissions, and error behavior intact.
    • Change how code is expressed, not what it does.
Installs
3
GitHub Stars
10.7K
First Seen
May 9, 2026
code-simplifier — elie222/inbox-zero