BeClaude

orca

New
4.9kGitHubGeneralby stablyai

Orca is the ADE for working with a fleet of parallel agents. Run any coding agent with your own subscription. Available on desktop and mobile.

First seen 5/22/2026

Summary

Orca is an agent development environment (ADE) that enables you to orchestrate and manage a fleet of parallel coding agents using your own API subscriptions.

  • It streamlines complex multi-agent workflows, allowing you to run, monitor, and coordinate agents from desktop or mobile for faster and more scalable development.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/orca.md

3
Invoke with @agent-name
@orca

Use Cases

Run multiple code review agents in parallel to analyze different parts of a large pull request simultaneously.
Deploy a fleet of bug-fixing agents to independently investigate and patch issues across multiple microservices.
Coordinate a team of agents to collaboratively refactor a monolithic codebase into modular components.
Use Orca on mobile to monitor agent progress and intervene when a task requires human input.
Orchestrate agents with different specialized roles (e.g., testing, documentation, security) to work on the same project concurrently.
Scale up code generation by launching parallel agents to implement multiple features from a shared specification.

Usage Examples

1

/orca launch 5 agents to review each file in the /src directory for security vulnerabilities

2

Use Orca to run three agents: one for writing unit tests, one for updating documentation, and one for optimizing performance

3

/orca monitor --fleet my-fleet --status

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is orca?

Orca is an agent development environment (ADE) that enables you to orchestrate and manage a fleet of parallel coding agents using your own API subscriptions. It streamlines complex multi-agent workflows, allowing you to run, monitor, and coordinate agents from desktop or mobile for faster and more scalable development.

How to install orca?

To install orca: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/orca.md. Finally, @orca in Claude Code.

What is orca best for?

orca is a agent categorized under General. It is designed for: agent. Created by stablyai.

What can I use orca for?

orca is useful for: Run multiple code review agents in parallel to analyze different parts of a large pull request simultaneously.; Deploy a fleet of bug-fixing agents to independently investigate and patch issues across multiple microservices.; Coordinate a team of agents to collaboratively refactor a monolithic codebase into modular components.; Use Orca on mobile to monitor agent progress and intervene when a task requires human input.; Orchestrate agents with different specialized roles (e.g., testing, documentation, security) to work on the same project concurrently.; Scale up code generation by launching parallel agents to implement multiple features from a shared specification..