multi-agent-shogun: Skill for Cursor

.cursor/skills/inbox-write/SKILL.md

inbox-write is a skill for Cursor from yohey-w/multi-agent-shogun. It costs 32 tokens per session (322 once invoked), scanned A, original, MIT.

A messaging procedure for sending task and status messages between software agents.

In plain words
What is it for?
Assigning tasks, issuing commands, reporting completed work, resetting sessions, and requesting model changes.
Why use it?
It provides a defined channel for agent-to-agent communication instead of relying on direct terminal messaging.

Skill for Cursor

Written for Cursor: installed under .cursor/.

This is yohey-w/multi-agent-shogun's own configuration. It tells Cursor 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 →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is bash scripts/inbox_write.sh <target_agent> "<message>" <type> <from>.

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/.cursor/skills/inbox-write/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/yohey-w/multi-agent-shogun

Made for: Cursor.

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 inbox-write

README.md
[![agentmods](https://agentmods.dev/badge/skills/yohey-w/multi-agent-shogun/inbox-write.svg)](https://agentmods.dev/skills/yohey-w/multi-agent-shogun/inbox-write)
Your own site
<a href="https://agentmods.dev/skills/yohey-w/multi-agent-shogun/inbox-write"><img src="https://agentmods.dev/badge/skills/yohey-w/multi-agent-shogun/inbox-write.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 322 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00032 $0.00322
Opus 5 $0.00016 $0.00161
Sonnet 5 $0.00006 $0.00064
Haiku 4.5 $0.00003 $0.00032

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

Security

Grade A, and why

inbox-write 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 6d 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.

.cursor/skills/inbox-write/SKILL.md · 32 lines

What it actually says

他のエージェントにメッセージを送るには、必ずこのスキルを使うこと。 tmux send-keys で直接メッセージを送ることは禁止。

使い方

bash scripts/inbox_write.sh <target_agent> "<message>" <type> <from>

type 一覧

type 用途
cmd_new 新規コマンド(shogun→karo)
task_assigned タスク割り当て(karo→ashigaru)
report_received 作業完了報告(ashigaru→karo/gunshi)
clear_command セッションリセット指示
model_switch モデル切り替え指示

bash scripts/inbox_write.sh karo "cmd_048を書いた。実行せよ。" cmd_new shogun
bash scripts/inbox_write.sh ashigaru3 "タスクYAMLを読んで作業開始せよ。" task_assigned karo
bash scripts/inbox_write.sh gunshi "足軽5号、任務完了。品質チェックを仰ぎたし。" report_received ashigaru5
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. 6d ago First seen · 32 lines · 32 tokens per session scan A 7ed93663a827

Subscribe to this mod's changes

inbox-write is a skill published in the GitHub repository yohey-w/multi-agent-shogun (1,420 stars, last pushed 1mo ago), licensed MIT. It adds 32 tokens to every session and 322 once invoked, about $0.0002 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-30.