code-simplify
Originally frompaulrberg/agent-skills
Installation
SKILL.md
Code Simplify
Objective
Simplify code while preserving behavior, public contracts, and side effects. Favor explicit code and local clarity over clever or compressed constructs.
Arguments
--no-verify: Skip verification because a parent orchestrator will verify the final result separately.--no-report: Skip the full user-facing report. Keep only concise working notes needed by the caller.- Default: verify touched behavior and present the full report.