Cca2a PR审计
- 作者仓库星标 0
- 作者仓库 skills-registry
CCA2A — Claude Code Agent-to-Agent
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<N> domain:<tag>..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 viaINTEGRATION_PLANS.md. Old versions stay with Status annotation; new versions prepend.
What to read when
- New session on this workspace:
.claude/BOOT.mdfirst, then the three mandatory reads it lists. - Understanding the A2A two-layer model: concepts.md.
- Comparing to official Claude Code conventions: divergence.md.
- Concrete recipe: code awareness in ~90 s via prompt↔PR ledger: procedure-bookkeeping.md. Three-pass Haiku→Opus→main-thread pipeline. First deployment: PR #213 (lance-graph, 41 prompts) + PR #110 (ndarray, 25 prompts) on 2026-04-19, both ~90 s wall clock.
The idea in one paragraph
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.
<!-- tomevault:4.0:skill_md:2026-05-23 -->Source: AdaWorldAPI/lance-graph — distributed by TomeVault.
- 流狐分类
- 通用
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 88 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @tomevault-io · 未声明 license
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 即装即用
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- 未声明
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 New session on this workspace: .claude/BOOT.md first, then the three mandatory reads it lists. Understanding the A2A two-layer model:
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
# CCA2A — Claude Code Agent-to-Agent
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<N> domain:<tag>.
- `.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
… 作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> What to read when → The idea in one paragraph
要点 -> Canonical files · Entry points · Eight bookkeeping files · Agent ensemble + orchestration · Governance + hooks · Active plans · New session on this workspace · Understanding the A2A two-layer model
文件/命令 -> .claude/BOOT.md · CLAUDE.md · .claude/board/LATESTSTATE.md · .claude/board/PRARCINVENTORY.md · .claude/board/STATUSBOARD.md · .claude/board/INTEGRATIONPLANS.md · .claude/board/EPIPHANIES.md · .claude/board/ISSUES.md
内容 SHA-256 -> 46b454f914be
原文结构
适用与边界
原文中的明确线索
.claude/BOOT.md、CLAUDE.md、.claude/board/LATESTSTATE.md、.claude/board/PRARCINVENTORY.md、.claude/board/STATUSBOARD.md、.claude/board/INTEGRATIONPLANS.md、.claude/board/EPIPHANIES.md、.claude/board/ISSUES.md