Skills
Short cards that tell the agent how to approach a recurring kind of task. Data, never code — nothing here is executed.
Fewer cards, each with a name behind it. Every card here was reviewed by a maintainer before it merged, carries the provenance that review conferred, and is served with a hash of the exact bytes on this page. That is the part a catalogue of ninety thousand entries cannot offer.
23 cards
Define · 3
chimera-thin-vertical-slice
Patternsoftware-devcleanBuild one narrow path that crosses every layer and runs, before building any layer in full — an integration that has never executed is a guess.
chimera-write-the-check-before-the-code
Patternsoftware-devcleanA criterion written after the implementation describes the implementation. Write the failing check first, watch it fail, then build.
declare-when-a-setting-takes-effect
Patternsoftware-devcleanA control that saves successfully and changes nothing until a restart is worse than one that fails. Say when it applies, and derive that from where it is read.
Build · 4
chimera-budget-the-context
Patternai-agentscleanSpend against a budget below the real window, and count the tool schemas you re-send on every step — they are the floor compaction cannot reach.
chimera-carry-the-failure-forward
Patternai-agentscleanA retry loop that overwrites its feedback variable shows attempt 3 only the failure of attempt 2 — so it re-derives the patch attempt 1 already tried.
chimera-ground-it-in-the-source
Patternsoftware-devcleanTake the signature from the installed version, not from memory — a plausible API is indistinguishable from a real one until it runs.
derive-instead-of-transcribing
Patternsoftware-devcleanAnything copied by hand from another file is correct exactly once. If it can be generated, generate it and fail the build when the copy is stale.
Verify · 7
assert-what-the-generator-found
Patternsoftware-devcleanA generator that crashes tells you it failed; one that emits plausible output tells you nothing. Test what it found, never that it ran.
chimera-prove-the-test-discriminates
Patternsoftware-devcleanA regression test you never saw fail is a guess. Re-break the code and watch it go red before you commit it.
chimera-reproduce-before-diagnosing
Patternsoftware-devcleanA diagnosis is a claim about a machine you have not run. Reproduce the failure in one short command first — especially when the diagnosis arrived from someone else.
chimera-run-the-projects-own-gate-command
PatterndevopscleanRun the project's verification command literally — same scope, same flags. The near-identical variant you improvise lies in both directions.
chimera-test-the-wiring-not-the-class
Patternsoftware-devcleanA class assembled by hand in a test proves the class works, not that anything reaches it — cover the path production actually takes.
pin-the-case-that-narrowed-the-rule
Patternsoftware-devcleanWhen a check fires on the wrong target, the fix makes it weaker. Capture the false positive as a test in the same commit, or the rule erodes silently.
verify-before-claiming
Patternsoftware-devcleanBefore reporting a task as done, run the check that would fail if it were not — an explanation is not a fix.
Review · 5
chimera-give-the-denominator
PatternresearchcleanA rate without its denominator and its composition misleads while every digit stays true — say n, and say how much of the numerator is already-known noise.
chimera-state-what-you-did-not-check
PatternresearchcleanA ranking built from part of the system reads as a ranking of the system — write the scope and the exclusions next to the findings, not after them.
chimera-when-two-results-contradict-suspect-the-apparatus
PatternresearchcleanWhen two of your own measurements disagree by a margin no mechanism could produce, the defect is in the instrument. Audit the harness before building theory on top of it.
keep-the-caveat-with-the-number
PatternresearchcleanA figure and its qualification must be one artifact. Two paragraphs drift apart; one component cannot.
publish-the-run-that-did-not-work
PatternresearchcleanReport the experiment that failed, preserve the superseded one unchanged, and never re-roll for significance. Selection is the bias, not the number.
Ship · 4
build-the-gate-before-the-content
PatterndevopscleanA check added after the thing it guards is a check somebody switches off to ship. Wire it shut while there is nothing to block.
chimera-list-exemptions-not-obligations
PatterndevopscleanA gate that lists what to check fails open — the site nobody remembered to add is the one that breaks. List the exemptions instead, each with a written reason, and the default becomes fail.
do-not-ship-an-empty-surface
Anti-patternsoftware-devcleanAn empty screen, tab or category is a promise the product is not keeping. Hide it until it has content, or do not build it yet.
warn-before-the-thing-you-are-warning-about
Patternsoftware-devcleanA caution placed after the action it concerns arrives after the reader has already decided. Put it above, and make it undismissable when it matters.
Contribute a card
Open a pull request against skills/ in the product repository. No issue needed — it is an open area, and reviewing a card is reading a page rather than auditing a diff.