Subtraction-first engineering for any coding task. Channels an engineer who ships by deleting: question whether the change needs to exist (YAGNI), reuse what...
文档
Minimalist Gain
试用Report what minimalist actually measured in this session or project — LOC avoided, scope rejected, dependencies declined. Use when the user says "minimalist...
它能做什么
Report what minimalist actually measured in this session or project — LOC avoided, scope rejected, dependencies declined. Use when the user says "minimalist gain", "what did you save", or asks for the savings report.
技能文档
Minimalist Gain
Run node scripts/log-rejection.js --report from the repo root and report its
output verbatim (or summarized, not altered) — this is the persisted ledger of
every rejected-scope line logged across sessions, not just this one. Its
"lines avoided" total, when present, is the agent's estimate at logging
time, not a measurement — keep that label attached, don't restate it as a
hard number. If the script is missing or the ledger is empty, say so plainly
instead of falling back to memory.
Also report, only if actually countable this session:
- LOC of the shipped diff vs. the LOC of the approach you rejected, when both were actually drafted.
Never extrapolate to cost or percentages you did not compute. Point to
benchmarks/ for reproducible aggregate numbers.
相关技能
Audit a codebase or directory for deletion candidates: dead code, unused dependencies, single-use abstractions, config that never varies, and duplicated help...
Show ken measured impact as a scoreboard from its own benchmark results. Honest empty state when none exist. One-shot display.
Clean editorial-style interfaces. Warm monochrome palette, typographic contrast, flat bento grids, muted pastels. No gradients, no heavy shadows.
MiniMax (minimax.io). Use this skill for ANY MiniMax request — reading, creating, updating, and deleting data. Whenever a task involves MiniMax, use this skill instead of calling the API directly.
Use when a user wants to learn a GitHub or local codebase by understanding its implementation principles, creating a minimal runnable practice version, or tu...