From maos
Slash commands for the multi-agent-os plugin. Commands are auto-discovered by Claude Code from this directory.
How this command is triggered — by the user, by Claude, or both
Slash command
/maos:READMEThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Multi-Agent OS Commands ## Overview Slash commands for the multi-agent-os plugin. Commands are auto-discovered by Claude Code from this directory. ## Available Commands | Command | File | Description | |---------|------|-------------| | `/sync` | `sync.md` | Sync content from framework to consumer | | `/audit` | `audit.md` | On-demand session/agent/task auditing | | `/agentic-status` | `agentic-status.md` | Display human-readable status maps | | `/worktree` | `worktree.md` | Manage git worktrees | | `/delegate` | `delegate.md` | Delegate tasks to sub-agents | | `/founder-playbook` | `...
Slash commands for the multi-agent-os plugin. Commands are auto-discovered by Claude Code from this directory.
| Command | File | Description |
|---|---|---|
/sync | sync.md | Sync content from framework to consumer |
/audit | audit.md | On-demand session/agent/task auditing |
/agentic-status | agentic-status.md | Display human-readable status maps |
/worktree | worktree.md | Manage git worktrees |
/delegate | delegate.md | Delegate tasks to sub-agents |
/founder-playbook | founder-playbook.md | Diagnose AI-native startup stage + route to stage skills |
/sync — Keep consumer projects updated with framework/audit — Deep analysis via Sentinel Protocol/agentic-status — Quick visual status check/worktree — Git worktree management/delegate — Sub-agent task delegation/founder-playbook — Diagnose AI-native startup stage; route to founder-stage-* skillsEach command file uses frontmatter:
---
name: command-name
description: Brief description
---
# /command-name Command
[Documentation...]
Commands are invoked in Claude Code conversations:
/sync all
/audit session
/agentic-status
/worktree create c614-feature
/delegate analyst "Review the requirements"
{name}.md in this directoryname and descriptionPart of multi-agent-os plugin v1.0.0
npx claudepluginhub ekson73/multi-agent-os --plugin multi-agent-os/READMEDisplays documentation for all available commands, including format, validation, and discovery scripts. Also supports listing commands by keyword.
/READMEDisplays list of SuperClaude slash commands: agent (AI agents), index-repo (repo indexing), recommend, research (web research), and sc (show all), with install notes.
/READMEGenerates self-contained HTML pages for diagrams, slide decks, visual plans, code reviews, and more. Supports sharing to Vercel for live URLs.
/READMEDisplays documentation for pixel art commands to create sprites with size/palette presets, manage palettes, export PNG/GIF/spritesheets/JSON, setup Aseprite MCP server, and show help.