用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill index-integrity-craft命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
基于 SOC 职业分类
正在显示 SKILL.md
| name | index-integrity-craft |
| description | >- Use when this capability is needed. |
The cursor rule akos-index-integrity.mdc and the canonical
INDEX_INTEGRITY_DISCIPLINE.md tell you when to run the sweep and
what the 8 dimensions are. This skill tells you how to run them
well, how to disposition findings without producing brand-drift or
governance-debt, and how to wire the discipline into a new specialty
mint without copy-pasting mistakes.
Read this skill before running scripts/baseline_index_sweep.py for the
first time in a session, OR before authoring a follow-up specialty mint
that should inherit the INDEX_INTEGRITY mint pattern (Wave N P3
worked-example).
The sweep is mechanical evidence for the wave-close UAT. If you fill in the UAT verdict line before running the sweep, you have to amend the UAT when the sweep surfaces drift. Always:
git status
noise — uncommitted edits will skew probes).py scripts/baseline_index_sweep.py --sweep-trigger wave_close --output docs/wip/planning/<NN-coordinator>/reports/index-sweep-<date>-wave-<X>-close.md.This is the same shape as the INTER_WAVE_REGRESSION sweep (Wave M precedent). The two sweeps compose: a wave with a clean INTER_WAVE_REGRESSION sweep but a drift-laden INDEX_INTEGRITY sweep is NOT closure-ready.
When the sweep surfaces ≥ 1 non-fresh finding, you do NOT silently
auto-fix and move on. You disposition via the 5-option enum from the
canonical §6, surfaced as AskQuestion per akos-inline-ratification.mdc.
Bad (auto-fix without ratification):
# Sweep says PRECEDENCE missing 5 CSV rows.
# Agent appends them silently.
# Operator never sees the drift.
Good (inline-ratify):
AskQuestion: 5 IDX-02 gaps — for each missing CSV, recommended:
deterministic-fix-now via manual append (judgement-call: each CSV
needs canonical-class + mirror-class declaration). Alternatives:
defer-OPS / accept-as-canon / escalate.
When findings exceed 10, split into 2 AskQuestion batches, grouped by dimension. Sample batching:
Time-box recovery (24h+ operator silence + clean validators + reversible
dispositions auto-default to recommended) applies only to reversible
findings. Per akos-inline-ratification.mdc §"Time-box recovery":
irreversible findings (e.g., PRECEDENCE row that names canonical-class
incorrectly) NEVER auto-default.
The runbook supports 4 deterministic-fix paths (IDX-01 / IDX-02 / IDX-07 / IDX-08) and 4 judgement-call paths (IDX-03 / IDX-04 / IDX-05 / IDX-06).
Deterministic-fix = the runbook can compute the correct state from the source-of-truth (filesystem + CSV row counts) and write it mechanically. Safe to auto-apply IF operator ratifies the path choice.
Judgement-call = the runbook can detect the drift but cannot auto-compose the correct prose (CHANGELOG bullet; dependency narrative; USER_GUIDE sentence; ARCHITECTURE registry row). These require an agent or operator to author the prose. Do NOT pretend the runbook can auto-write these; the result will be brand-drift slop.
When in doubt about which path to use: default to manual-fix-now. Reversible. Always recoverable. Mechanical-fix-now is the optimisation when the path is unambiguous; manual is the safe default.
The UAT report's §3 mechanical-evidence section MUST cite the sweep report path. Bad:
- Index sweep: clean.
Good:
- Index sweep: see [`reports/index-sweep-2026-05-21-wave-n-close.md`](reports/index-sweep-2026-05-21-wave-n-close.md)
— 8 findings (6 fresh, 2 drift), all 2 drifts dispositioned via
deterministic-fix-now at D-IH-86-CD.X / D-IH-86-CD.Y.
The citation makes the audit trail traceable. Every closure UAT amender 3 months from now needs to find the sweep without grepping git.
When minting a NEW Quality Fabric specialty (this skill's mint at Wave
N P3 is the third worked example after UAT_DISCIPLINE at Wave J P1 and
INTER_WAVE_REGRESSION at Wave M P1), inherit the 15-surface quartet from
akos-index-integrity.mdc RULE 5. Land all 15 in the same commit (or
the next material commit). Common mistakes:
akos-executable-process-catalog.mdc
Rule 1, every process_list row needs an AC-HUMAN SOP + AC-AUTOMATION
runbook. The runbook ships in this quartet; the SOP must too.akos-people-discipline-of-disciplines.mdc Rule 1, every specialty is
a People-area pattern that other areas inherit from. The registry row
is the load-bearing reference for cross-area adoption.Before running py scripts/baseline_index_sweep.py:
git log -1).After running:
.cursor/rules/akos-index-integrity.mdc
(the when layer).docs/references/hlk/v3.0/Admin/O5-1/People/canonicals/INDEX_INTEGRITY_DISCIPLINE.md
(the doctrine)..cursor/skills/inline-ratify-craft/SKILL.md
(Principle 1 evidence sweep + Principle 5 batching apply directly to
this discipline's findings disposition).INTER_WAVE_REGRESSION_DISCIPLINE.md + paired
runbook scripts/inter_wave_regression_sweep.py (the sister
discipline minted at Wave M P1; same quartet shape).UAT_DISCIPLINE.md (the 5th specialty minted; first
worked example of the quartet shape).Source: FraysaXII/openclaw-akos — distributed by TomeVault.