Update Orchestrator banner
Mybono Mybono

Update Orchestrator

AI community

Description

Initialize ai-orchestrator for the current project. ## Step 1 — Verify global installation ```bash ls ~/.claude/agents/ 2>/dev/null && echo "OK" || echo "MISSING" ``` If the output is `MISSING` — stop immediately and tell the user: > ai-orchestrator is not installed globally. Run the installer first: > > ```bash > curl -sSL https://raw.githubusercontent.com/Mybono/ai-orchestrator/main/scripts/install.sh | bash > ``` ## Step 2 — Create project context directory ```bash mkdir -p .claude/cont

Installation

Installs to ~/.claude/skills/mybono-ai-orchestrator-update-orchestrator/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mybono-ai-orchestrator-update-orchestrator && curl -fsSL https://raw.githubusercontent.com/Mybono/ai-orchestrator/HEAD/commands/update-orchestrator.md -o ~/.claude/skills/mybono-ai-orchestrator-update-orchestrator/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository