Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tomevault-io/skills-registry --skill cca2a명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? 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 | cca2a |
| description | > Use when this capability is needed. |
Explanation-only skill. Documents the pattern so a new session can grok it once instead of the user re-deriving it for 30 turns.
Canonical files (read these, not template copies):
Entry points:
.claude/BOOT.md — session entry point (one page).CLAUDE.md — workspace spec, links to all of the below.Eight bookkeeping files (rows are history; specific fields are state; never delete a row; method hierarchy: APPEND preferred → Edit-field after prior Read → Write prompts for confirmation):
History / dashboards:
.claude/board/LATEST_STATE.md — current contract inventory..claude/board/PR_ARC_INVENTORY.md — APPEND-ONLY per-PR arc..claude/board/STATUS_BOARD.md — deliverable-level dashboard..claude/board/INTEGRATION_PLANS.md — versioned plan index.Kanban / audit (priority + scope tags on every entry):
.claude/board/EPIPHANIES.md — date-prefixed insight log.
Status: FINDING / CONJECTURE / SUPERSEDED..claude/board/ISSUES.md — Open + Resolved bugs / regressions.
Double-entry: issue captured on discovery; Resolution appends on
close. Priority P0-P3, Scope @agent D domain:..claude/board/IDEAS.md — Open + Implemented + Rejected
speculation. Triple-entry: idea captured, shipped appended,
plan-update logged. Priority + Scope..claude/board/TECH_DEBT.md — Open + Paid knowingly-deferred
work. Priority + Scope + Introduced-by-PR + Payoff-estimate.Agent ensemble + orchestration:
.claude/agents/BOOT.md — orchestration spec + Knowledge
Activation + Handover Protocol..claude/agents/README.md — function inventory of all agents.Governance + hooks:
.claude/settings.json — team-shared governance (ask-on-Edit for
the two strictest bookkeeping files, deny on destructive ops,
SessionStart + PostCompact hooks)..claude/hooks/session-start.sh / post-compact.sh — inject
bootload context at turn 0 / after compaction.Active plans:
.claude/plans/<name>-v<N>.md — indexed via
INTEGRATION_PLANS.md. Old versions stay with Status annotation;
new versions prepend..claude/BOOT.md first, then
the three mandatory reads it lists.Every new session pays a 30-turn rediscovery tax rebuilding context about what types exist, which conventions are locked, what work is queued. CCA2A is the scaffold that cuts that to 3-5 turns: two mandatory knowledge files that state current inventory and decision history, one agent ensemble file that routes subagents, one hook that injects critical state after compaction. Append-only governance on the history files so drift can't erode the arc.
Source: AdaWorldAPI/lance-graph — distributed by TomeVault.