orca
SolidUse when Pi bash/write/edit/read/discovery tool calls are protected by Orca runtime guardrails, or when secrets were captured from a Pi prompt.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- christopherkarani
- Repository
- christopherkarani/Orca
- Created
- 2 months ago
- Last Updated
- today
- Language
- Zig
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
orca-cli
Use the public `orca` CLI to operate Orca-managed worktrees, folder contexts, terminals, repos, automations, worktree comments, and the browser embedded inside the Orca app. Use when the user says "$orca-cli", "use orca cli", "Orca worktree", "child worktree", "cardStatus", "spawn codex/claude in a worktree", "read/wait/send Orca terminal", "terminal send", "full handoff", "handover", "give this to another agent", "another worktree", "Orca browser", or "control the browser inside Orca". Prefer this over raw `git worktree`, ad hoc PTYs, Playwright, or Computer Use when the task touches Orca-managed state. Use Computer Use for browser windows, webviews, or desktop UI outside Orca's embedded browser.
orchestration
Use Orca orchestration for structured multi-agent coordination: threaded messages, blocking ask/reply flows, task dispatch, worker_done/escalation waits, task DAGs, decision gates, coordinator loops, or decomposing work across agents. Use `orca-cli` instead for full ownership handoffs, including requests phrased as "hand off", "handoff", "handover", "give this to another agent", or "another worktree" when the user did not explicitly ask to supervise, monitor, wait for results, or coordinate a DAG. Use `orca-cli` for ordinary terminal control, lightweight terminal prompts, shell commands, Orca worktree management, reading or waiting on terminals, and automation of the browser embedded inside Orca. Use Computer Use for browser windows, webviews, Orca app UI, or desktop UI outside Orca's embedded browser.
orca
Triggered by the slash command "/orca path/to/plan.md". Takes a finalized project plan and executes it in parallel: splits it into independent task chunks, spawns coding agents in cmux panes (default 2 per wave, hard ceiling 4 — both constants live in SKILL-lib.sh; every wave size is confirmed by the user before spawning; each agent works in its own git worktree and branch), monitors progress via status.md, rebases each completed branch onto the default branch, fast-forwards it with --ff-only, auto-resolves simple conflicts, escalates complex ones to the user, and cleans up worktrees and branches once every wave is integrated. Use this skill whenever the user runs "/orca", or asks to "execute the plan," "run the plan in parallel," "spawn agents on this," "kick off multi-agent execution," "parallelize the build," or otherwise wants a finalized plan carried out using multiple coordinated coding agents.