oxgeneraloxgeneralCommunityยท1 Agent Skills Included

ORCH

Coordinate multiple coding agents on one project in parallel

Coordinates teams of coding agents working on one codebase in parallel, with isolated git worktrees and automatic task routing. Eliminates manual copy-pasting between terminals, merge conflicts, and unnoticed overnight agent crashes. Decomposes high-level goals into tasks, runs QA and review gates automatically, and ships approved pull requests without supervision.
npx skills add oxgeneral/ORCH --all -g -y
Available:

Explains the ORCH engine architecture, adapter system, and orchestrator loop so your AI agent can correctly build, test, and extend this codebase.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ORCH?โ–ผ

Run `npx skills add oxgeneral/ORCH --all -g -y` in your terminal to install all skills in this suite globally.

How to run multiple AI coding agents in parallel?โ–ผ

ORCH lets you deploy a team of agents with one command, then runs them in isolated git worktrees so they work in parallel without file conflicts.

Does ORCH work with Claude Code, Codex, and Cursor?โ–ผ

Yes. ORCH includes adapters for Claude, Codex, Cursor, OpenCode, Pi, Grok, and any shell command, all coordinated from one dashboard.

Can agents merge code without my approval?โ–ผ

No. Every task passes through a mandatory review state, and nothing touches your main branch until you explicitly approve and merge it.

Can I use ORCH without coding experience?โ–ผ

Yes. You describe goals in plain English, and a lead agent decomposes them into tasks, assigns work, and reports back with finished pull requests.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’