Orra banner
bjornj12 bjornj12

Orra

Development community

Description

--- description: "Start or attach the Orra standing orchestrator background agent" --- Run the `orra` launcher to ensure the orchestrator is running as a persistent background agent. Execute: `node "${CLAUDE_PLUGIN_ROOT}/dist/bin/orra-launch.js"` If the orchestrator is already running, this prints the `claude attach` command to connect to it. If it is not running, it spawns a new `claude --bg --agent orchestrator --name orra` session and prints the attach hint.

Installation

Installs to ~/.claude/skills/bjornj12-orra-mcp-orra/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bjornj12-orra-mcp-orra && curl -fsSL https://raw.githubusercontent.com/bjornj12/Orra-mcp/HEAD/commands/orra.md -o ~/.claude/skills/bjornj12-orra-mcp-orra/SKILL.md

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

Full documentation available on GitHub

View Source Repository