code-simplifier

Installation
SKILL.md

Code Simplifier

Overview

Run a behavior-preserving simplification pass on recently changed code.

Optimize for recoverability:

  • Make the next safe edit easier
  • Make intent and data flow easier to see
  • Reduce responsibility overload and incidental complexity

Do not optimize for:

  • Fewer lines
  • Wider architectural cleanup
  • Cleverness

Clarity beats brevity. A little local duplication is acceptable when it keeps meaning obvious.

Scope

Installs
2
First Seen
Jun 20, 2026
code-simplifier — nbsp1221/agent-skills