Installation
Step 1 — Install the CLI (v1.0.0)
# pip (standard)
pip install mmo
# pipx (recommended — isolated install, globally available)
pipx install mmo
# uv (fast Python package manager)
uv tool install mmo
# Run directly without installation
uvx mmo
Step 2 — Initialize in your project
Platform-Specific Installs
Pass one or more platform flags to install for specific AI coding assistants.
Claude Code
Creates: CLAUDE.md, .claude/skills/ (53 skills), .claude/commands/ (9 workflows),
.claude/agents/ (11 persona), .claude/shared/, .claude/hooks/hooks.json.
GitHub Copilot
Creates: .github/copilot-instructions.md, .github/skills/, .github/agents/,
.github/shared/, .github/hooks/hooks.json.
OpenCode
Creates: AGENTS.md, CLAUDE.md, .opencode/skills/, .opencode/commands/,
.opencode/agents/, .opencode/shared/, .opencode/hooks/hooks.json.
Codex
Creates: AGENTS.md, .codex/skills/, .codex/agents/, .codex/shared/,
.codex/hooks/hooks.json.
pi-coding-agent
Creates: AGENTS.md, CLAUDE.md, .pi/skills/, .pi/prompts/, .pi/agents/,
.pi/shared/, .pi/hooks/hooks.json, .agents/skills/.
Multiple platforms
When flags are passed, only the requested platforms are installed — .agent/ is not created.
Overwriting
Verify Installation
Then in your AI assistant, run /verify to confirm all skills are correctly installed.