Help us improve
Share bugs, ideas, or general feedback.
From maos
Slash commands for the multi-agent-os plugin. Commands are auto-discovered by Claude Code from this directory.
npx claudepluginhub ekson73/multi-agent-os --plugin multi-agent-osHow 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 | | `/status` | `status.md` | Display human-readable status maps | | `/worktree` | `worktree.md` | Manage git worktrees | | `/delegate` | `delegate.md` | Delegate tasks to sub-agents | ## Command Categories ### Synchronizati...
/READMEDisplays the README for the Commands plugin, listing all available slash commands with descriptions and installation instructions.
/helpShows available Hydra commands by parsing plugin.yaml and explains Git worktree concept for parallel agent workflows.
/CLAUDEProvides reference documentation on slash command system: required YAML headers, category overview, protocols, and directory contents analysis.
/COMMANDSGuides creation of custom slash commands for Claude Code, covering requirements, file structure, frontmatter fields, best practices, and examples.
/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.
Share bugs, ideas, or general feedback.
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 |
/status | status.md | Display human-readable status maps |
/worktree | worktree.md | Manage git worktrees |
/delegate | delegate.md | Delegate tasks to sub-agents |
/sync — Keep consumer projects updated with framework/audit — Deep analysis via Sentinel Protocol/status — Quick visual status check/worktree — Git worktree management/delegate — Sub-agent task delegationEach 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
/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