🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

oh-my-githubcopilot

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oh-my-githubcopilot

Multi-agent orchestration for GitHub Copilot CLI. 19 agents, 59 skills, parallel execution, HUD, PSM, SWE-bench.

latest
Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
29
-62.82%
Maintainers
1
Weekly downloads
 
Created
Source

oh-my-githubcopilot (omp)

Sister projects: oh-my-claudecode (OMC) | oh-my-codex (OMX) | oh-my-githubcopilot (OMP) | oh-my-antigravity (OMG) | oh-my-auggie (OMA)

Multi-agent orchestration for GitHub Copilot CLI. Zero learning curve.

Don't learn GitHub Copilot CLI. Just use omp.

Get StartedCLI ReferenceWorkflowsDiscord

Why omp?

Every software team juggles implementation, architecture, security review, testing, and DevOps — all simultaneously. omp orchestrates specialized agents so every dimension gets expert attention, in parallel, without you herding cats.

GitHub Copilot is already where many developers ask for help; omp turns that surface into a coordinated engineering team. It keeps Copilot-facing agents, skills, hooks, MCP setup, and HUD state in one predictable workflow so you can move from prompt to verified delivery without hand-wiring the orchestration layer.

Quick Start

npm install -g oh-my-githubcopilot
omp setup --scope project
omp

After setup, restart your CLI for the / commands to appear.

omp doctor              # check prerequisites
omp team run --task "..." --workers 2   # parallel work
omp hud --watch         # live status

Features

FeatureDescription
Specialized Agents19 agents (analyst, architect, executor, debugger, critic, verifier, test-engineer, writer, and more)
Parallel Team Modetmux-based multi-worker orchestration with shared task state
Workflow Skills59 skills built in — plan, deep-interview, ralph, autopilot, ultrawork, code-review, and more
Persistent HooksAutomatic tool tracking, project memory, session management
Real-time HUDLive status overlay showing agents, costs, and progress
CI/CD ReadyVerification gates, test integration, release workflows
MultilingualREADME in 12 languages

CLI Reference

CommandDescription
ompLaunch interactive session
omp setupConfigure GitHub Copilot CLI integration
omp doctorCheck prerequisites and fix issues
omp team runStart parallel team execution
omp team statusCheck team progress
omp hud --watchShow live status overlay
omp traceShow execution trace

See the full documentation for all commands.

Workflows

omp ships execution-mode and planning-mode workflows as built-in skills.

Execution Modes

SkillPurpose
$autopilotIdea → working code end-to-end
$teamN coordinated agents on a shared task
$ralphPersistent completion loop until verified
$ultraworkMaximum parallel throughput execution
$ultraqaQA cycling until goals are met

Planning Modes

SkillPurpose
$planStrategic planning with optional interviews
$deep-interviewSocratic clarification before execution
$ralplanConsensus planning with Architect + Critic review

Utility Modes

SkillPurpose
$code-reviewComprehensive code review
$security-reviewSecurity audit
$doctorDiagnose and fix installation issues
$traceAgent flow trace and summary
$noteSave session notes
$wikiPersistent project wiki

Team Mode

tmux-first multi-worker orchestration with persistent state and lifecycle controls.

omp team run --task "review src/ for reliability gaps" --workers 4
omp team status --team omp --json
omp team resume --team omp
omp team shutdown --team omp --force

For GitHub Copilot CLI, team mode keeps .copilot/ agent and skill assets synchronized while terminal workers coordinate through durable OMX/OMP state. Use it when a Copilot task needs separate implementation, verification, documentation, or release lanes and you want each lane to report evidence before the branch moves forward.

Documentation

License

omp is open source under the Apache-2.0 License.

Star History

Star History Chart

Sponsors

If omp saves you time, consider sponsoring the project ❤️

AI SDLC v3

This repo follows the v3 AI-SDLC layout. See .ai/matrix.json, .memory/human-override/, and docs/architecture/adr/. Modules at r3dlex/skills/ai-sdlc-init/modules/.

Keywords

orchestration

FAQs

Package last updated on 13 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts