SawyerHoodSawyerHoodCommunityยท2 Agent Skills Included

omegacode

Orchestrate parallel coding agents with deterministic JavaScript workflows

Runs JavaScript workflow files that coordinate fleets of coding agents across Codex, Claude Code, OpenCode, and pi in a single run. Replaces manual multi-step reviews, audits, and migrations with deterministic fan-out, adversarial verification, and structured output. Journals every run for instant resume, enforces token budgets, and ships a live dashboard to watch each agent work.
npx skills add SawyerHood/omegacode --all -g -y

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’