jmstar85jmstar85Communityยท22 Agent Skills Included

oh-my-githubcopilot

Multi-agent orchestration and autonomous coding workflows for GitHub Copilot

Coordinates 28 specialized agents and 37 reusable skills inside GitHub Copilot for planning, coding, review, and verification. Automates full development pipelines from vague ideas to tested code, eliminating manual task breakdown and repeated prompting. Keeps workflow state, checkpoints, and project memory persistent across sessions so long tasks resume without losing progress.
npx skills add jmstar85/oh-my-githubcopilot --all -g -y

All Skills in This Repository (22)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
jmstar85jmstar85

cancel

Cancel active OMG modes and clean up their state.

Community
Advanced
๐Ÿ“ฆ In Repo
jmstar85jmstar85

deep-dive

Trace root causes and interview to define actionable requirements.

Community
Advanced
๐Ÿ“ฆ In Repo
jmstar85jmstar85

trace

Evaluate competing hypotheses to identify root causes in runtime failures.

Community
Advanced
๐Ÿ“ฆ In Repo
jmstar85jmstar85

coding-standards

Reference cross-language coding standards for naming, error handling, and structure.

Community
Advanced
๐Ÿ“ฆ In Repo
jmstar85jmstar85

verify

Identify required behavior and verify it through tests, builds, and manual validation.

Community
Intermediate
๐Ÿ“ฆ In Repo
jmstar85jmstar85

deep-interview

Guide vague ideas into crystallized requirements through Socratic questioning and ambiguity scoring.

Community
Advanced
๐Ÿ“ฆ In Repo
jmstar85jmstar85

self-improve

Automate evolutionary code improvement with tournament selection across a codebase.

Community
Advanced
๐Ÿ“ฆ In Repo
jmstar85jmstar85

plan

Generate structured work plans with requirements, steps, and risks.

Community
Advanced
๐Ÿ“ฆ In Repo
jmstar85jmstar85

ultraqa

Automate run-diagnose-fix-repeat QA cycles until defined quality goals are met.

Community
Advanced
๐Ÿ“ฆ In Repo
jmstar85jmstar85

ultrawork

Execute multiple independent tasks concurrently across agents within the OMG workflow.

Community
Intermediate
๐Ÿ“ฆ In Repo
jmstar85jmstar85

ralph

Automates a PRD-driven loop verifying all user stories pass before completion.

Community
Advanced
๐Ÿ“ฆ In Repo
jmstar85jmstar85

status

Read OMG state files and summarize active agents and workflow progress.

Community
Intermediate

Frequently Asked Questions

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