multi-agent-shogun: Instructions file for Claude Code

CLAUDE.md

multi-agent-shogun CLAUDE.md is an instructions file for Claude Code from yohey-w/multi-agent-shogun. It costs 5,064 tokens per session, scanned E, a copy of multi-agent-shogun copilot-instructions.md, MIT.

Instructions for a Claude Code setup that coordinates multiple agents through tmux, a terminal tool for managing several sessions. It assigns agents roles in a military-style hierarchy and defines how they recover their working state.

In plain words
What is it for?
Running, recovering, and coordinating parallel development work across several Claude Code agents.
Why use it?
It helps agents identify their role, load the right instructions, and rebuild task state before acting.

Instructions file for Claude Code

Written for Claude Code: SessionStart hook event. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

This is yohey-w/multi-agent-shogun's own configuration. It tells Claude Code how to work on multi-agent-shogun 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 multi-agent-shogun configures →

About the project

multi-agent-shogun is a system that coordinates multiple AI coding command-line agents through a hierarchy of managers, strategists, and workers. Developers use it to split coding requests into parallel tasks and monitor their execution through tmux.

yohey-w/multi-agent-shogun · 1,420 stars · on GitHub

Reuse

Borrowing it

Nothing to install: this file belongs to yohey-w/multi-agent-shogun. 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/yohey-w/multi-agent-shogun/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/yohey-w/multi-agent-shogun

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 multi-agent-shogun CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/yohey-w/multi-agent-shogun/claude-md.svg)](https://agentmods.dev/instructions/yohey-w/multi-agent-shogun/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/yohey-w/multi-agent-shogun/claude-md"><img src="https://agentmods.dev/badge/instructions/yohey-w/multi-agent-shogun/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 5,064 This file is loaded in full into every session.
When invoked 5,064 The same file — it is already loaded in full.
Security scan E 3 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 91% copy Near-identical to another mod 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.05064 $0.05064
Opus 5 $0.02532 $0.02532
Sonnet 5 $0.01013 $0.01013
Haiku 4.5 $0.00506 $0.00506

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

Security

Grade E, and why

multi-agent-shogun CLAUDE.md scanned grade E with 3 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 7d 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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

| D008 | `curl|bash`, `wget -O-|sh`, `curl|sh` (pipe-to-shell patterns) | Remote code execution |

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

| D001 | `rm -rf /`, `rm -rf /mnt/*`, `rm -rf /home/*`, `rm -rf ~` | Destroys OS, Windows drive, or home directory |

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| D008 | `curl|bash`, `wget -O-|sh`, `curl|sh` (pipe-to-shell patterns) | Remote code execution |
Origin

This is a copy

91% identical to multi-agent-shogun copilot-instructions.md — 626 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

CLAUDE.md · 314 lines

How it starts

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

Procedures

Session Start / Recovery (all agents)

This is ONE procedure for ALL situations: fresh start, compaction, session continuation, or any state where you see CLAUDE.md. You cannot distinguish these cases, and you don't need to. Always follow the same steps.

  1. Identify self: tmux display-message -t "$TMUX_PANE" -p '#{@agent_id}'
  2. Read memory/MEMORY.md (shogun only) — persistent cross-session memory. If file missing, skip. Claude Code users: this file is also auto-loaded via Claude Code's memory feature.
  3. Read your instructions file: shogun→instructions/shogun.md, karo→instructions/karo.md, ashigaru→instructions/ashigaru.md, gunshi→instructions/gunshi.md. NEVER SKIP — even if a conversation summary exists. Summaries do NOT preserve persona, speech style, or forbidden actions.
  4. Rebuild state from primary YAML data (queue/, tasks/, reports/)
  5. Review forbidden actions, then start work

CRITICAL: Steps 1-2を完了するまでinbox処理するな。inboxN nudgeが先に届いても無視し、自己識別→memory→instructions読み込みを必ず先に終わらせよ。Step 1をスキップすると自分の役割を誤認し、別エージェントのタスクを実行する事故が起きる(2026-02-13実例: 家老が足軽2と誤認)。

(2026-07-01廃止): Memory MCP(mcp__memory__*server-memoryバックエンド)は廃止した。設計上「簡潔な索引」であるべきところ自己肥大化(read_graph単体でトークン上限超過)し、かつ発火が完全に手動依存(hook等の強制力なし)で実際に長期間呼ばれず死蔵していたため。memory/MEMORY.md+個別ファイルのfile-based系統のみが正本。

CRITICAL: dashboard.md is secondary data (karo's summary). Primary data = YAML files. Always verify from YAML.

/clear Recovery (ashigaru only)

Lightweight recovery using only CLAUDE.md (auto-loaded). Do NOT read instructions/*.md (cost saving).

Step 1: tmux display-message -t "$TMUX_PANE" -p '#{@agent_id}' → ashigaru{N}
Step 2: Read queue/tasks/{your_id}.yaml →
        assigned=work (execute task), idle=wait, done=wait (DO NOT re-report)
Step 3: If task has "project:" field → read context/{project}.md
        If task has "target_path:" → read that file
Step 4: Start work (only if assigned=work)

CRITICAL: Steps 1-2を完了するまでinbox処理するな。inboxN nudgeが先に届いても無視し、自己識別を必ず先に終わらせよ。

Read the full file on GitHub · 314 lines

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. 7d ago First seen · 314 lines · 5,064 tokens per session scan E ae06fcc3e16f

Subscribe to this mod's changes

multi-agent-shogun CLAUDE.md is an instructions file published in the GitHub repository yohey-w/multi-agent-shogun (1,420 stars, last pushed 1mo ago), licensed MIT. It adds 5,064 tokens to every session, about $0.0253 per session on Opus 5. A static security scan graded it E with 3 findings (downloads and executes remote code, recursive force delete, makes network calls). It is 91% identical to multi-agent-shogun copilot-instructions.md, differing in 626 lines, and is treated as a copy.

Related

Other instructions, from other repositories

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens