Навыки
Короткие карточки, которые говорят агенту, как подходить к повторяющемуся виду задач. Данные, никогда не код — здесь ничто не выполняется.
Меньше карточек, и за каждой стоит имя. Каждую карточку здесь до слияния прочитал сопровождающий, она несёт происхождение, которое этот разбор ей дал, и отдаётся вместе с хешем ровно тех байтов, что на этой странице. Этого каталог на девяносто тысяч записей предложить не может.
карточек: 10
assert-what-the-generator-found
ПаттернcleanA generator that crashes tells you it failed; one that emits plausible output tells you nothing. Test what it found, never that it ran.
build-the-gate-before-the-content
ПаттернcleanA check added after the thing it guards is a check somebody switches off to ship. Wire it shut while there is nothing to block.
declare-when-a-setting-takes-effect
ПаттернcleanA 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.
derive-instead-of-transcribing
ПаттернcleanAnything 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.
do-not-ship-an-empty-surface
АнтипаттернcleanAn 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.
keep-the-caveat-with-the-number
ПаттернcleanA figure and its qualification must be one artifact. Two paragraphs drift apart; one component cannot.
pin-the-case-that-narrowed-the-rule
ПаттернcleanWhen 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.
publish-the-run-that-did-not-work
ПаттернcleanReport the experiment that failed, preserve the superseded one unchanged, and never re-roll for significance. Selection is the bias, not the number.
verify-before-claiming
ПаттернcleanBefore reporting a task as done, run the check that would fail if it were not — an explanation is not a fix.
warn-before-the-thing-you-are-warning-about
ПаттернcleanA caution placed after the action it concerns arrives after the reader has already decided. Put it above, and make it undismissable when it matters.
Предложить карточку
Откройте пул-реквест в каталог skills/ репозитория продукта. Заводить задачу не нужно — это открытая область, и разобрать карточку значит прочитать страницу, а не проверять разницу файлов.