multi-agent-shogun
Run ten AI coding agents in parallel with zero coordination cost
All Skills in This Repository (8)
Pure Emerald Level Indicatorsshogun-screenshot
Capture and process screenshots with cropping, resizing, and masking.
shogun-readme-sync
Synchronize English and Japanese README files by detecting and resolving section differences.
shogun-model-list
List AI CLI tools, models, subscriptions, and Bloom's Taxonomy levels.
shogun-model-switch
Switch AI agent CLIs and models by modifying settings and restarting processes.
shogun-agent-status
Display AI agent operational status from tmux, task YAML, and inbox counts.
skill-creator
Design, create, and validate Claude Code skills following Anthropic guidelines.
shogun-bloom-config
Generate capability_tiers YAML and available_cost_groups for config/settings.yaml based on Claude and ChatGPT subscriptions.
inbox-write
Sends messages to another agent's inbox for agent-to-agent communication.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core