Slash commands for the multi-agent-os plugin. Commands are auto-discovered by Claude Code from this directory.
Manages slash commands for the multi-agent-os plugin with auto-discovery and execution.
/plugin marketplace add ekson73/multi-agent-os/plugin install multi-agent-os@multi-agent-osSlash 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