omegacode
Orchestrate parallel coding agents with deterministic JavaScript workflows
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install omegacode?โผ
Run `npx skills add SawyerHood/omegacode --all -g -y` in your terminal to install the skill globally. You also need Node 20+ and at least one worker CLI such as codex or claude.
What does omegacode do?โผ
It runs plain JavaScript workflow files that spawn and coordinate multiple coding agents in parallel using simple primitives like agent(), parallel(), pipeline(), and phase().
Can omegacode mix different coding agents in one run?โผ
Yes. A single workflow can drive Codex, Claude Code, OpenCode, and pi together, letting you cross-verify findings across providers for more reliable results.
Can I resume an interrupted omegacode run?โผ
Yes. Every run is journaled, and re-running with --resume reuses cached results for unchanged steps so only the edited portion runs again.
Do I need to write code to use omegacode?โผ
No. Once the skill is installed, you can ask your agent in plain English, and it will author and run the workflow for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core