oh-my-githubcopilot
Multi-agent orchestration and autonomous coding workflows for GitHub Copilot
All Skills in This Repository (22)
Pure Emerald Level Indicatorscancel
Cancel active OMG modes and clean up their state.
deep-dive
Trace root causes and interview to define actionable requirements.
trace
Evaluate competing hypotheses to identify root causes in runtime failures.
coding-standards
Reference cross-language coding standards for naming, error handling, and structure.
verify
Identify required behavior and verify it through tests, builds, and manual validation.
deep-interview
Guide vague ideas into crystallized requirements through Socratic questioning and ambiguity scoring.
self-improve
Automate evolutionary code improvement with tournament selection across a codebase.
plan
Generate structured work plans with requirements, steps, and risks.
ultraqa
Automate run-diagnose-fix-repeat QA cycles until defined quality goals are met.
ultrawork
Execute multiple independent tasks concurrently across agents within the OMG workflow.
ralph
Automates a PRD-driven loop verifying all user stories pass before completion.
status
Read OMG state files and summarize active agents and workflow progress.
Frequently Asked Questions
FAQPage SchemaHow to install oh-my-githubcopilot?โผ
Run `npx skills add jmstar85/oh-my-githubcopilot --all -g -y` in your terminal to install all skills globally. Alternatively, install the VS Code extension and run the OMG: Initialize Workspace command.
What does oh-my-githubcopilot do?โผ
It adds multi-agent orchestration to GitHub Copilot, coordinating 28 specialized agents and 37 skills for planning, execution, code review, and verification. You can trigger full autonomous pipelines with plain-English requests like building a REST API.
Does it work with VS Code and Copilot CLI?โผ
Yes. It runs natively in VS Code agent mode and the standalone Copilot CLI using standard .github convention files, with no external tools required.
Can it resume interrupted coding sessions?โผ
Yes. The MCP server stores persistent checkpoints, PRD state, and project memory, and it can even import sessions from Claude Code to continue the work.
Do I need coding experience to use it?โผ
Basic familiarity helps, but the deep-interview skill asks structured questions to turn vague ideas into clear specs before any code is written.
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