yohey-wyohey-wCommunityยท8 Agent Skills Included

multi-agent-shogun

Run ten AI coding agents in parallel with zero coordination cost

Orchestrates up to ten AI coding agents in parallel across Claude Code, Codex, Copilot, Kimi, OpenCode, Cursor, and Antigravity using a samurai-style command hierarchy. Eliminates expensive API coordination overhead by routing all agent communication through plain YAML files and tmux panes. Includes skills for model routing, agent status checks, screenshots, and skill creation to speed up daily development work.
npx skills add yohey-w/multi-agent-shogun --all -g -y
Available:

Defines the Shogun-to-Ashigaru agent hierarchy, file-based inbox messaging protocol, session recovery steps, and task status rules that every agent must follow when executing work.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install multi-agent-shogun?โ–ผ

Run `npx skills add yohey-w/multi-agent-shogun --all -g -y` in your terminal to install all skills in this suite globally.

What does multi-agent-shogun do?โ–ผ

It runs up to ten AI coding agents in parallel under a samurai-style hierarchy, where a Shogun receives your command, a Karo manager splits it into tasks, and seven workers execute them simultaneously.

Which AI coding tools does it support?โ–ผ

It works with Claude Code, OpenAI Codex, GitHub Copilot, Kimi Code, OpenCode, Cursor, and Antigravity, all coordinated through shared instruction files.

How do agents communicate without burning API tokens?โ–ผ

Agents exchange messages through plain YAML files and a file-based inbox system instead of API calls, so you only pay for actual coding work.

Can I switch agent models while tasks are running?โ–ผ

Yes. The model-switch skill updates the config, restarts the agent's CLI, and refreshes its pane metadata in one command.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’