claude-org-ja: Skill for Claude Code

.claude/skills/dispatcher-handover/SKILL.md

dispatcher-handover is a skill for Claude Code from suisya-systems/claude-org-ja. It costs 141 tokens per session (4,524 once invoked), scanned A, original, MIT.

A handover routine for saving a dispatcher’s monitoring state—active workers, the latest polling position, and pending escalations—before starting a fresh session.

In plain words
What is it for?
Use it when the secretary requests a handover or when the dispatcher’s context is getting long. It prepares the handover file and signals the steps for resuming in a new session.
Why use it?
It prevents a long-running session from becoming too full to manage and preserves the information needed to continue monitoring.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md; mentions Claude Code; mentions Codex.

This is suisya-systems/claude-org-ja's own configuration. It tells Claude Code how to work on claude-org-ja itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-org-ja configures →

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is Bash(py -3 ../tools/journal_append.py:*).

Reuse

Borrowing it

Nothing to install: this file belongs to suisya-systems/claude-org-ja. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/suisya-systems/claude-org-ja/main/.claude/skills/dispatcher-handover/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/suisya-systems/claude-org-ja

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dispatcher-handover

README.md
[![agentmods](https://agentmods.dev/badge/skills/suisya-systems/claude-org-ja/dispatcher-handover/github.svg)](https://agentmods.dev/skills/suisya-systems/claude-org-ja/dispatcher-handover)
Your own site
<a href="https://agentmods.dev/skills/suisya-systems/claude-org-ja/dispatcher-handover"><img src="https://agentmods.dev/badge/skills/suisya-systems/claude-org-ja/dispatcher-handover/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for dispatcher-handover

Your own site · 80×15
<a href="https://agentmods.dev/skills/suisya-systems/claude-org-ja/dispatcher-handover"><img src="https://agentmods.dev/badge/skills/suisya-systems/claude-org-ja/dispatcher-handover.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 141 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,524 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00141 $0.04524
Opus 5 $0.00071 $0.02262
Sonnet 5 $0.00028 $0.00905
Haiku 4.5 $0.00014 $0.00452

Measured 11d ago against content hash f60052193c7d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

dispatcher-handover scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/dispatcher-handover/SKILL.md · 219 lines

How it starts

The opening of the file, as written. The whole thing — 219 lines — stays where its author put it; the contents beside it link to each section on GitHub.

dispatcher-handover: ディスパッチャーの引き継ぎ

ディスパッチャー session を長期化させずに、現在の monitoring 状態と組織員としての 立ち位置を次 session へ受け渡すための handover ファイルを作る。書き出した後、 secretary に「ack を受けたら send_keys で /clear → /dispatcher-resume を打って ほしい」と通知する。

輸送層(transport)両系 — 既定 broker / opt-in renga: 本ファイル(および各スキル)の peer message・pane 操作は mcp__org-broker__* で書いてあり、ORG_TRANSPORT 無設定=既定 broker ではそのまま従えばよい。ORG_TRANSPORT=renga(opt-in、切戻し可)では MCP サーバー名が renga-peers になり、完全修飾名が mcp__org-broker__*mcp__renga-peers__* に機械置換される(引数形・セマンティクスは同一なので操作の論理は変わらない)。輸送依存で手順が変わる差は次の 3 点:

  • 受信モデル(既定 = push 一次 = claude/channel / pull フォールバック): 既定 broker は push 一次に設計されている(runtime push-first 0.1.24+、設計 SoT は transport-lab docs/design/broker-native-roles.md §9): 各ペイン同居の channel sidecarserver:org-broker-channel)が broker キューを ~1 秒間隔で claim→push し、notifications/claude/channel で本文を idle セッションへ注入する(「受けたら即応答」契機が生まれる)。ワーカー ack(to_id="worker-{task_id}")・retro gate ack(to_id="dispatcher")・ディスパッチャー handover 経路の send_message / check_messages / send_keys / inspect_pane は同じツール名(mcp__org-broker__*)で動く。pull はフォールバック層: sidecar 不在 / unhealthy(heartbeat timeout で delivery_mode=PULL)/ channel 非対応ペイン(codex pull-peer)/ claude.ai login 不在時は、各役割が自身の cadence で能動的に check_messages する(役割別 cadence: worker=ターン境界 / 完了後 bounded /loop・dispatcher=/loop 3m・secretary=ターン冒頭。「ナッジを見たら check_messages」prose は撤回せずこの fallback cadence として読む)。ORG_TRANSPORT=renga(opt-in)では、ワーカー報告・ディスパッチャー応答が <channel source="renga-peers" …> として in-band で push される(renga の in-band push と broker push 一次は同じ即応契機)。契約面は Surface 8 + push-primary amendment で push 一次が ratified 済み(2026-06-15、S3。pull は fallback として retain・renga 不変)。
  • spawn 儀式(既定 = folder-trust 承認 + dev-channel sidecar 承認の 2 段): 子ペイン起動時、既定 broker は --mcp-config <broker> を注入し Claude Code の folder-trust プロンプトsend_keys(enter=true) で機械承認するのに加えて、push 一次のため channel sidecar を --dangerously-load-development-channels server:org-broker-channel で load し dev-channel 承認プロンプト(spawn-flow 3-3b)を send_keys(enter=true) で機械承認する(folder-trust + dev-channel の 2 段承認。詳細は .dispatcher/references/spawn-flow.md 3-2 / 3-3b、設計は broker-native-roles.md §9.5)。ORG_TRANSPORT=renga(opt-in)では --dangerously-load-development-channels server:renga-peers を注入し「Load development channel?」を Enter 承認する 1 段。注: attention watcher は transport 非依存の CLI ペインであり、folder-trust / dev-channel いずれの 2 段承認の対象外(spawn 儀式の反転に巻き込まない)。
  • エラー分岐(既定 = broker 拡張コード込み): 既定 broker は shared codes(pane_not_found / last_pane / invalid-params、Surface 6)に加え broker 固有 [token_invalid] / [session_invalid] / [tool_not_authorized] / [no_backend](= adapter_unavailable)/ [nudge_failed] / [peer_not_found] / [name_taken] / [unknown_tool] を返しうる(未知コードは default-branch で escalate)。ORG_TRANSPORT=renga 時は broker 固有コードは発生せず shared codes + renga 固有コードのみ。

契約面の正本は docs/contracts/backend-interface-contract.md Surface 8(broker auth & delivery、ratified 2026-06-14)+ 末尾「Ratified amendment (2026-06-15): push-primary delivery」(S3。broker push 一次が既定の契約、pull は structural fallback として retain)、設計 SoT は transport-lab docs/design/broker-native-roles.md §9(push 一次)/ docs/design/ja-migration-plan.md §5・§8。opt-in renga は削除せず常時有効な fallback として維持する(切戻しの安全装置)。broker 実走(dogfood)は Epic #6 Issue G スコープであり、本ファイルの既定運用経路ではない(既定の二フレーム注記(Refs #604): ここでの「既定 broker」はコード既定フレーム — tools/transport.py: DEFAULT_TRANSPORT が runtime 0.1.28 (Epic #586) で broker にフリップ済みで、ja 生成器・transport.resolve() はこのコードフレームで render するため生成面はこう表示する。別に運用既定フレームがあり、broker 実走 dogfood が Epic #6 Issue G まで未活性のため運用上の既定経路は renga。両フレームは指す対象(コード定数 vs 運用経路)が異なり矛盾しない。総説は root CLAUDE.md「輸送層(transport)両系」節。)

重要な前提:

  • 本 skill は ディスパッチャー自身.dispatcher/ cwd)が実行する。 secretary から直接呼ぶものではない。
  • ワーカー / 窓口 / キュレーターのペインは生かしたまま残す。/clear は ディスパッチャー Claude のコンテキストだけをリセットするので、state.db と handover ファイルから復帰できれば monitoring は途切れない。
  • ディスパッチャーペイン (name=dispatcher) も生かしたまま残す。ペイン自体を 閉じると pane_id / peer_id が変わり、/loop 3m の hook 再登録が必要になる。 secretary は mcp__org-broker__send_keys(target="dispatcher", ...)/clear/dispatcher-resume を打鍵するだけで pane を維持する canonical 経路を取る。
  • state DB (.state/state.db) は唯一の SoT。pane/peer identity は handover に 参考値として書くが、resume 時の真値は list_panes / list_peers の現観測。
  • 監視ループに gap を生まないために、以下のファイルは 絶対に削除・編集しない:
    • .state/dispatcher-event-cursor.txt(次サイクルの poll_events cursor。backend session に束縛されており、resume 後の 1 サイクル目が束縛を照合してから使う)
    • .state/dispatcher/worker-idle-state.json(stall 検出の idle streak)
    • .state/dispatcher/curate-inflight.json(オンデマンド curate の開始記録。存在する場合のみ)
    • .state/pending_decisions.json(判断仰ぎ register)
    • .state/workers/worker-*.md(各ワーカー run state) handover ファイルは上記の 追加コンテキスト(人間とのやり取りの温度感は無いが、 進行中の派遣事情・直近の anomaly 観測)に絞る。

Read the full file on GitHub · 219 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 219 lines · 141 tokens per session scan A f60052193c7d

Subscribe to this mod's changes

dispatcher-handover is a skill published in the GitHub repository suisya-systems/claude-org-ja (5 stars, last pushed 5d ago), licensed MIT. It adds 141 tokens to every session and 4,524 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

alephnet-node-operator

A complete social/economic network for AI agents. Provides semantic computing, distributed memory, social networking, coherence verification, autonomous learning, and token economics through an agent-centric API.

rondoflow/rondoflow · 42 tokens

agent-lessons-learned-capture

Capture durable lessons from debugging, user corrections, missing capabilities, and repeated workflow friction so future sessions avoid the same mistakes. Use this skill when a non-obvious failure is diagnosed, the user corrects or updates the agent, a workaround or project conv…

rondoflow/rondoflow · 60 tokens

agent-memory-continuity-infrastructure

Agent continuity and cognitive health infrastructure. Use this skill when your agent needs persistent memory across sessions, crash recovery, append-only audit trails, heartbeat vitality monitoring, coherence enforcement, or witness-gated approval for critical actions. Also use…

rondoflow/rondoflow · 54 tokens

adaptive-coding-style-memory

Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.

rondoflow/rondoflow · 24 tokens

add-persistent-memory-to-agents

Add persistent memory to any agent so it can remember prior work, maintain context across sessions, and continue long-running workflows.

rondoflow/rondoflow · 32 tokens

agent-provenance-graph-memory

The Agent Provenance Graph for AI agents — the only memory layer where agents can prove what they knew, trace why they knew it, and coordinate without an LLM in the loop. Timestamped facts. Auditable decisions. Deterministic trust. Ask 'what blocks deploy?' → exact typed answer.…

rondoflow/rondoflow · 69 tokens