code-simplifier

Installation
SKILL.md

Code Simplifier

Simplify code. Preserve behavior.

When to Use

  • Code was recently edited.
  • Logic works but reads harder than needed.
  • Nesting, repetition, or indirection grew during implementation.
  • User asks for cleanup without behavior change.

Goal

Make code easier to read, debug, and maintain. Do not change outputs, side effects, APIs, or user behavior.

Scope

Installs
7
GitHub Stars
4
First Seen
May 7, 2026
code-simplifier — flpbalada/fb-skills