simplify

Installation
SKILL.md

Simplify

Overview

Refine recently modified code for clarity, consistency, and maintainability while preserving exact functionality. Prefer readable, explicit code over compact solutions.

When to Use

  • After writing or modifying code, before committing
  • When code works but feels overly complex or unclear
  • When you notice inconsistency with project patterns
  • After a feature is complete and needs a cleanup pass

Not for: Rewriting code that wasn't recently touched (unless explicitly asked).

Core Principles

Related skills
Installs
3
Repository
jssee/agents
First Seen
Mar 19, 2026