File contents
name: shogun-agent-status
description: 全エージェント(家老・足軽1-7・軍師)の稼働状態を一覧表示するスキル。tmux pane状態(稼働中/待機中/不在)とタスクYAML状態(task_id, status)と未読inbox数を統合表示。「稼働確認」「エージェント状態」「布陣確認」「agent status」で起動。
/agent-status - エージェント稼働確認
Overview
全エージェントの稼働状態を2つのデータソースから統合判定して一覧表示する。
Pane状態 : tmux capture-paneの末尾5行からCLI固有のidle/busyパターンを検出
タスクYAML : queue/tasks/{agent}.yaml のtask_idとstatus
未読inbox : queue/inbox/{agent}.yaml の未処理メッセージ数
Claude Code / Codex CLI 両方に対応。
When to Use
「稼働確認」「エージェント状態」「布陣確認」と言われた時
足軽が暇そうか確認したい時
タスク配分前に空いているエージェントを探す時
誰かが止まっているか調べたい時
Instructions
以下のコマンドを実行する:
bash scripts/agent_status.sh
出力の読み方
Column
意味
Agent
エージェント名
CLI
CLI種別(claude/codex)
Pane
tmux pane状態: 稼働中/待機中/不在
Task ID
タスクYAMLのtask_id(---=未割当)
Status
タスクYAMLのstatus: assigned/done/idle等
Inbox
未読inboxメッセージ数
状態の解釈
Pane=待機中 + Status=done : 完了済み、次タスク待ち。新タスク配分可能。
Pane=稼働中 + Status=assigned : 正常にタスク実行中。放置してよい。
Pane=待機中 + Status=assigned : タスク割当済みだがCLIが止まっている。要調査。
Pane=稼働中 + Status=done : タスク完了後に別作業中(inbox処理等)。
Inbox > 0 : 未読メッセージあり。エージェントが処理していない可能性。
Pane=不在 : tmux paneが存在しない(shutsujin未実行 or pane killed)。
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1 --- 2 name: yohey-w-multi-agent-shogun-shogun-agent-status 3 description: --- 4 --- 5 --- 6 name: shogun-agent-status 7 description: 全エージェント(家老・足軽1-7・軍師)の稼働状態を一覧表示するスキル。tmux pane状態(稼働中/待機中/不在)とタスクYAML状態(task_id, status)と未読inbox数を統合表示。「稼働確認」「エージェント状態」「布陣確認」「agent status」で起動。 8 --- 9 10 # /agent-status - エージェント稼働確認 11 12 ## Overview 13 14 全エージェントの稼働状態を2つのデータソースから統合判定して一覧表示する。 15 16 1. **Pane状態**: tmux capture-paneの末尾5行からCLI固有のidle/busyパターンを検出 17 2. **タスクYAML**: `queue/tasks/{agent}.yaml` のtask_idとstatus 18 3. **未読inbox**: `queue/inbox/{agent}.yaml` の未処理メッセージ数 19 20 Claude Code / Codex CLI 両方に対応。 21 22 ## When to Use 23 24 - 「稼働確認」「エージェント状態」「布陣確認」と言われた時 25 - 足軽が暇そうか確認したい時 26 - タスク配分前に空いているエージェントを探す時 27 - 誰かが止まっているか調べたい時 28 29 ## Instructions 30 31 以下のコマンドを実行する: 32 33 ```bash 34 bash scripts/agent_status.sh 35 ``` 36 37 ## 出力の読み方 38 39 | Column | 意味 | 40 |--------|------| 41 | Agent | エージェント名 | 42 | CLI | CLI種別(claude/codex) | 43 | Pane | tmux pane状態: 稼働中/待機中/不在 | 44 | Task ID | タスクYAMLのtask_id(---=未割当) | 45 | Status | タスクYAMLのstatus: assigned/done/idle等 | 46 | Inbox | 未読inboxメッセージ数 | 47 48 ## 状態の解釈 49 50 - **Pane=待機中 + Status=done**: 完了済み、次タスク待ち。新タスク配分可能。 51 - **Pane=稼働中 + Status=assigned**: 正常にタスク実行中。放置してよい。 52 - **Pane=待機中 + Status=assigned**: タスク割当済みだがCLIが止まっている。要調査。 53 - **Pane=稼働中 + Status=done**: タスク完了後に別作業中(inbox処理等)。 54 - **Inbox > 0**: 未読メッセージあり。エージェントが処理していない可能性。 55 - **Pane=不在**: tmux paneが存在しない(shutsujin未実行 or pane killed)。 56 57 --- 58 > Converted and distributed by [TomeVault](https://tomevault.io/claim/yohey-w) — claim your Tome and manage your conversions. 59 <!-- tomevault:4.0:skill_md:2026-04-11 -->
tomevault-io/skills-registry/tree/main/yohey-w--multi-agent-shogun--shogun-agent-status commit e940690d28
Frequently asked questions How do I install the Yohey W Multi Agent Shogun Shogun Agent Status skill? Run npx skillmds@latest add tomevault-io/yohey-w-multi-agent-shogun-shogun-agent-status in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Yohey W Multi Agent Shogun Shogun Agent Status skill do? --- It is listed under AI & ML on SkillMD.
Is Yohey W Multi Agent Shogun Shogun Agent Status safe to use? This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Yohey W Multi Agent Shogun Shogun Agent Status? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Yohey W Multi Agent Shogun Shogun Agent Status free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Yohey W Multi Agent Shogun Shogun Agent Status? tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.