npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

oh-my-copilot

v4.13.79

Published

Multi-agent orchestration system for Copilot CLI - Inspired by oh-my-opencode

Readme

     ██████╗ ██╗  ██╗     ███╗   ███╗██╗   ██╗
    ██╔═══██╗██║  ██║     ████╗ ████║╚██╗ ██╔╝
    ██║   ██║███████║     ██╔████╔██║ ╚████╔╝
    ██║   ██║██╔══██║     ██║╚██╔╝██║  ╚██╔╝
    ╚██████╔╝██║  ██║     ██║ ╚═╝ ██║   ██║
     ╚═════╝ ╚═╝  ╚═╝     ╚═╝     ╚═╝   ╚═╝
               ██████╗ ██████╗ ██████╗ ██╗██╗      ██████╗ ████████╗
              ██╔════╝██╔═══██╗██╔══██╗██║██║     ██╔═══██╗╚══██╔══╝
              ██║     ██║   ██║██████╔╝██║██║     ██║   ██║   ██║
              ██║     ██║   ██║██╔═══╝ ██║██║     ██║   ██║   ██║
              ╚██████╗╚██████╔╝██║     ██║███████╗╚██████╔╝   ██║
               ╚═════╝ ╚═════╝ ╚═╝     ╚═╝╚══════╝ ╚═════╝    ╚═╝
       Turbocharge your Copilot CLI with multi-agent orchestration

npm version npm downloads GitHub stars License: MIT This work is based on oh-my-claudecode by Yeachan Heo, but with copilot cli focus.

Quick Start

# Step 1: Install
/plugin marketplace add https://github.com/RobinNorberg/oh-my-copilot
/plugin install oh-my-copilot@omcp
# or
npm i -g oh-my-copilot@latest

# Step 2: Setup
/setup

# Step 3: Build something
/autopilot: build a todo-app
# or
autopilot: build a todo-app

# If you enjoy the output, give the repo att ⭐ and tell a friend

Known npm warning: npm i -g oh-my-copilot@latest may print deprecated [email protected]. This comes from the upstream better-sqlite3 native-addon dependency (better-sqlite3 -> prebuild-install); [email protected] is still the latest published version, so there is no safe repo-side dependency bump or override to remove the warning yet. The warning is tracked upstream in yeachan-heo/oh-my-claudecode#2913 and does not by itself mean the install failed.

Not Sure Where to Start?

If you're uncertain about requirements, have a vague idea, or want to micromanage the design:

/deep-interview "I want to build a todo-app"

The deep interview uses Socratic questioning to clarify your thinking before any code is written.


Key Features

  • Copilot CLI friendly — Perfect for development in the terminal
  • Natural language interface — no commands to memorize, just describe what you want
  • Team-first orchestration — staged pipeline with plan, exec, verify, and fix loop
  • Automatic parallelization — complex tasks distributed across our specialized agents
  • Smart model routing — Haiku for simple tasks, Sonnet for average and Opus for complex reasoning
  • Persistent execution — won't give up until the job is verified complete
  • Azure DevOps/GitHub native — auto-detection, work item management, PR operations, triage workflows
  • Stop your yolo abuse — using a layered permission model to help your agents perform safe work without your interference

Magic Keywords

Optional shortcuts for power users. Natural language works fine without them.

| Keyword | Category | Effect | Example | | ------- | -------- | ------ | ------- | | team | orchestration | Canonical Team orchestration | team 3:executor "fix all TypeScript errors" | | ask copilot | orchestration | Delegate to Copilot CLI | ask claude "review auth architecture" | | ask claude | orchestration | Delegate to Claude Code CLI | ask claude "review auth architecture" | | ask codex | orchestration | Delegate to Codex CLI | ask codex "security analysis" | | ask gemini | orchestration | Delegate to Gemini CLI | ask gemini "suggest UX improvements" | | cccg | orchestration | Quadri-model orchestration | cccg review this PR | | omcp team | orchestration | tmux CLI workers (codex/gemini/copilot) | omcp team 2:codex "security review" | | code review | analysis | Code review mode | code review the auth module | | critique | analysis | Pre-push adversarial critique | critique my changes | | debug, diagnose | analysis | Session/repo diagnostics | debug why hooks aren't firing | | deep-analyze | analysis | Deep analysis mode | deep-analyze why tests are failing | | deep-dive | analysis | Trace → interview pipeline | deep-dive why auth is slow | | deepinit | analysis | Deep codebase init with AGENTS.md | deepinit | | deep-interview | analysis | Socratic requirements clarification | deep-interview "vague idea" | | deep-review | analysis | Multi-pass code review (4 passes) | deep-review this PR | | deepsearch | analysis | Codebase-focused search routing | deepsearch for auth middleware | | deslop, anti-slop | analysis | AI code slop cleanup | deslop the auth module | | discover | analysis | Parallel codebase quality scan | discover src/hooks/ | | external-context | analysis | Parallel external doc/web search | external-context React Server Components | | sciomc | analysis | Parallel scientist orchestration | sciomc analyze test failures | | security review | analysis | Security review mode | security review the API endpoints | | tdd, test first | analysis | TDD workflow enforcement | tdd: implement password validation | | trace | analysis | Evidence-driven causal tracing | trace why auth is broken | | verify | analysis | Verify changes work before claiming done | verify the fix | | ultrathink | analysis | Deep reasoning mode | ultrathink about this architecture | | ralplan | planning | Iterative planning consensus | ralplan this feature | | autopilot | execution | Full autonomous execution | autopilot: build a todo app | | cancelomc, stopomc | execution | Stop active OMC modes | stopomc | | experiment | execution | Hypothesis-driven experiment loop | experiment: optimize API latency | | ralph | execution | Persistence mode | ralph: refactor auth | | ralphthon | execution | Autonomous hackathon mode | ralphthon: build MVP in 2 hours | | self-improve | execution | Autonomous evolutionary code improvement | self-improve the parser module | | skillify | execution | Extract reusable skill from session | skillify this workflow | | ulw | execution | Maximum parallelism | ulw fix all errors | | gh setup | github | Configure GitHub integration | gh setup | | gh triage | github | GitHub issue/PR/CI triage | gh triage | | gh review | github | Interactive GitHub PR review | gh review | | gh auto-review | github | Automated code review via code-reviewer agent | gh auto-review | | gh project | github | Manage GitHub Projects (v2) boards | gh project | | ado sprint | devops | Sprint planning and iteration management | ado sprint | | ado setup | devops | Configure Azure DevOps integration | ado setup | | ado triage | devops | Azure DevOps work item triage | ado triage | | ado review | devops | Interactive Azure DevOps PR review | ado review | | ado auto-review | devops | Automated code review via code-reviewer agent | ado auto-review | | hud | utility | Configure status line display | hud preset minimal | | learner | utility | Learn a skill from the current conversation | learner | | remember | utility | Save reusable project knowledge | remember this pattern | | wiki | utility | Persistent markdown knowledge base | wiki add auth architecture notes |

Notes:

  • Informational filtering: Asking "what is ralph?" or "explain ultrawork" won't trigger execution — only actionable uses activate keywords.

Orchestration between agents

Team Mode

Team is the canonical orchestration surface. It runs a staged pipeline:

team-plan → team-prd → team-exec → team-verify → team-fix (loop)

/team 3:executor "fix all TypeScript errors"

CCCG

CCCG uses multi-model advisor synthesis — fans out via ask-copilot + ask-claude + ask-codex + ask-gemini, then Copilot synthesizes the results:

/cccg "review this branch — architecture, security, and UI components"

OMC Team Mode

Omc team spawn real tmux CLI workers for cross-model tasks:

omcp team 1:copilot "review the ingestion module for performance issues"
omcp team 2:claude "review the database module for sql issues"
omcp team 3:codex "review the auth module for security issues"
omcp team 5:gemini "redesign UI components for accessibility"

Full Team Mode docs →


Documentation


Requirements


Optional enhancements

Platform & tmux

OMC features like omcp team and rate-limit detection require tmux:

| Platform | tmux provider | Install | | -------------- | ------------------------------------------------------ | ----------------------- | | macOS | tmux | brew install tmux | | Ubuntu/Debian | tmux | sudo apt install tmux | | Fedora | tmux | sudo dnf install tmux | | Arch | tmux | sudo pacman -S tmux | | Windows | psmux (native) | winget install psmux | | Windows (WSL2) | tmux (inside WSL) | sudo apt install tmux |

Windows users: psmux provides a native tmux binary for Windows with 76 tmux-compatible commands. No WSL required.

Multi-AI Orchestration

OMC can orchestrate multiple AI CLI providers as tmux workers for cross-validation, design consistency, and parallel execution. All four major CLI tools are supported:

| Provider | Install | What it enables | | ------------------------------------------------------------- | -------------------------------------- | ------------------------------------------------ | | Copilot CLI | npm install -g @github/copilot | Core orchestration platform | | Claude Code | npm install -g @anthropic-ai/claude-code | Deep reasoning, architecture analysis | | Gemini CLI | npm install -g @google/gemini-cli | Design review, UI consistency (1M token context) | | Codex CLI | npm install -g @openai/codex | Architecture validation, code review cross-check |

omcp team 2:claude "review auth architecture"
omcp team 2:codex "security analysis"
omcp team 2:gemini "UI consistency check"
omcp team 1:copilot "review existing tests"

Only Copilot CLI is required — the others are optional and add cross-provider validation.


Star History


Inspired by:oh-my-claudecode, oh-my-opencodeSuperpowersget-shit-doneOuroborosBMAD


🤝 Contributing

Contributions welcome! Open an issue or PR on GitHub to the dev branch.


License

MIT — see LICENSE.