📊
AI EngineeringShell

Shogun Agent Status

by yohey-w

Shogun Agent Status is an AI Engineering skill for Claude Code, published by yohey-w in multi-agent-shogun.

1.4K stars292 forkson yohey-w/multi-agent-shogunAdded 2026/08/19Repository updated 2026/08/06
ai-agentanthropicautomationclaude-codellmmulti-agentparallel-processingsamuraishoguntmux
Install in seconds
Install Shogun Agent Status
Copy Shogun Agent Status into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/yohey-w/multi-agent-shogun/tree/main/skills/shogun-agent-status ~/.claude/skills/shogun-agent-status

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/yohey-w/multi-agent-shogun.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/shogun-agent-status/SKILL.md in yohey-w/multi-agent-shogun
Installs to
~/.claude/skills/shogun-agent-status
Collection
One of 7 skills cataloged from this repository
Category
AI Engineering2451 skills

What Shogun Agent Status does

Shogun Agent Status displays the operational state of all agents (karō, ashigaru 1-7, strategist) by combining tmux pane status, task YAML status, and unread inbox counts. Use it to check which agents are idle, busy, or missing before assigning tasks.

Shogun Agent Status is cataloged under AI Engineering on DirSkills. Shogun Agent Status comes from a repository tagged ai-agent, anthropic, automation, claude-code and llm.

Documentation

README

/agent-status - エージェント稼働確認

Overview

全エージェントの稼働状態を2つのデータソースから統合判定して一覧表示する。

  1. Pane状態: tmux capture-paneの末尾5行からCLI固有のidle/busyパターンを検出
  2. タスクYAML: queue/tasks/{agent}.yaml のtask_idとstatus
  3. 未読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メッセージ数

状態の解釈

This is the opening of the README. Read the full README on GitHub.

Commands Shogun Agent Status provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /agent-status

Frequently asked about Shogun Agent Status

  • What else does yohey-w publish alongside Shogun Agent Status?

    Shogun Agent Status is one of 7 skills that DirSkills catalogs from yohey-w/multi-agent-shogun, the repository it ships in. Its siblings there include Shogun Bloom Config, Shogun Model List and Shogun Model Switch. Each one is a separate skill with its own page in this directory, installs the same way Shogun Agent Status does, and is maintained by yohey-w in that same repository. The rest of the collection is listed on the yohey-w/multi-agent-shogun page.

  • How does Shogun Agent Status compare to other AI Engineering skills?

    Shogun Agent Status ranks #1030 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Shogun Agent Status against them. Open each page to compare what they document and how they install.

More from yohey-w/multi-agent-shogun

Shogun Agent Status is one of 7 skills cataloged on DirSkills from yohey-w/multi-agent-shogun.

See all 7 skills
🔀
2w ago

Shogun Bloom Config

Shogun Bloom Config asks interactive multiple-choice questions about Claude and ChatGPT subscriptions, then generates a ready-to-paste capability_tiers YAML configuration and recommended fixed agent model assignments for multi-agent routing.
AI Engineering
1.4K292
🤖
2w ago

Shogun Model List

Shogun Model List provides a reference table of AI CLI tools, available models, required subscriptions, and maximum Bloom cognitive level per model. Use it before configuring capability_tiers in multi-agent-shogun.
AI Engineering
1.4K292
🔄
2w ago

Shogun Model Switch

Shogun Model Switch updates agent CLI type, model, and thinking settings in settings.yaml, then restarts the selected tmux pane. Use it to switch agents between Claude, Codex, Copilot, or Kimi, or toggle extended thinking without leaving the session.
AI Engineering
1.4K292
🔄
2w ago

Shogun Readme Sync

Shogun Readme Sync detects differences between README.md (English) and README_ja.md (Japanese) and updates missing sections or numbering so both stay in sync after README edits.
Writing
1.4K292
📸
2w ago

Shogun Screenshot

Shogun Screenshot captures and processes screenshots: retrieves the latest local screenshots, captures web pages with Playwright, crops and resizes images, and masks sensitive information in black boxes. Use it when writing articles, creating reports, checking UIs, or editing images.
Automation
1.4K292
🛠️
2w ago

Skill Creator

Skill Creator designs, creates, validates, and reviews Claude Code skills (SKILL.md) following the Anthropic 2026-03 guide. Use it for new skill creation, improving existing skills, description quality checks, and trigger test design.
AI Engineering
1.4K292