afk-code-simplify
Installation
SKILL.md
Code Simplification
Use this skill when the code already works, but it is harder to read, reason about, maintain, or review than it should be.
This skill is not for adding behavior. It is for making existing behavior easier to live with.
The experience should feel disciplined and conservative:
- understand first
- simplify second
- preserve behavior exactly
- keep the diff reviewable
Goal
Reduce unnecessary complexity while preserving exact behavior.