소스 정보
- 저장소
- tomevault-io/skills-registry
- 최근 소스 활동
- 2026년 7월 3일 19:45
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
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.