Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Write minimal, clean code with no unnecessary boilerplate
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-09 | ✗→✓ | ▲ Improved | -52% | 0% |
| case-01 | ✗→✓ | ▲ Improved | -31% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -44% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -29% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 0% | 0% |
Write the minimum code necessary to accomplish the task. Every line must earn its place.
belongs in middleware/decorators only — never inside functions.
contract requires handling that specific error. Let exceptions propagate.
names replace comments.
imperative code.
print() or logger.*() calls inside functions. Use returnvalues and let the caller decide what to observe.
Boilerplate logging, defensive error handling, and unnecessary comments create noise that obscures intent, makes diffs harder to review, and increases maintenance burden. Clean code is debuggable code.
Other measured skills in the registry, with their headline benchmark lift.