Skip to main content

micro-optimiz

Daily micro-refactoring. Each round is one small, behavior-preserving diff that raises code quality — deleting dead code, merging duplication into one generic helper, flattening control flow, purifying functions, fixing error paths, uniformizing names, separating concerns — never a big refactoring. Changes too large for one round are sliced into a ledger and done over several rounds. Use when the user asks to optimize, simplify, refactor, reduce complexity, clean up, or shrink code; asks to improve a function's design, make code more generic or reusable, or remove a flag/boolean parameter; mentions dead code, duplication, error handling, naming, SOLID, readability, maintainability, or a daily/recurring cleanup pass. Also triggers on a single pasted function or snippet the user asks to simplify, clean, or improve — small input still goes through the catalog, not ad-hoc advice. Not for adding features, performance tuning, or swapping libraries.

Jump to install

Source facts

Repository
thonymg/skills
Last source activity
July 20, 2026 at 13:05
Detected SKILL.md language
English
Stars
1
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.