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

@mstar-harness/omp

v3.6.3

Published

Morning Star harness omp (Oh My Pi) plugin — engine-backed runtime gates (status/dispatch/lease) + mstar-* skills, commands, and agents for omp.

Readme

@mstar-harness/omp

Morning Star (启明星) harness plugin for omp (Oh My Pi).

Install this package with omp plugin install — it bundles the engine inline (zero runtime @mstar-harness/engine dependency), plus mstar-* skills, role agents, iteration commands, and the omp runtime gates (status/dispatch/lease validation), so multi-role workflows (PM routing, SDD implement, QC tri-review, iteration lifecycle) work the same way as in the OpenCode, Cursor, and Codex plugins.

Install

omp plugin install @mstar-harness/omp
# project scope:
omp plugin install @mstar-harness/omp --scope project

Restart / new session to pick up skills, commands, and agents.

Or use the installer CLI:

npx @mstar-harness/cli init --target omp

Maintainers / local checkouts: omp plugin link /path/to/mstar-harness/packages/omp — the linked package tree needs a local build first (bun install && bun run engine:build && bun run --cwd packages/omp build; the linked tree resolves the engine via the workspace member, whose dist/ is gitignored). Linking the repo root no longer provides the runtime gates — hooks/tools moved into this package.

What you get

| Path in package | Contents | |-----------------|----------| | hooks/pre/mstar-gates.js | tool_call pre-hook — blocking enforcement gate for harness coordination-document writes and task dispatches | | tools/mstar_*.js | Six model-callable validator tools (mstar_status_validate, mstar_dispatch_validate, mstar_lease_verify, mstar_path_resolve, mstar_iteration_gate, mstar_worktree_check) | | skills/ | mstar-harness-core, mstar-iteration, mstar-sdd, roles, phase/dispatch gates, … | | commands/ | /iteration-start, /iteration-drive, /iteration-loop, /codebase-audit, /amazing-pr-review | | agents/ | Role shells (project-manager, fullstack-dev, qc-specialist, …) |

The engine is bundled inline into every hook/tool bundle at build time — the installed package has no runtime @mstar-harness/engine resolution, so module link can never fail on a missing package.

Quick start

  1. Install the plugin (above).
  2. In omp, enter PM with /skill:pm.
  3. For a full iteration: run /iteration-start (Phase 1 grill-me → auto-continues Phase 2→5; add pause to stop after Phase 1), or one-shot /iteration-loop (autonomous Phase 1→5). Use /iteration-drive to resume an interrupted iteration.

Entry skill: mstar-harness-core (loaded before other mstar-* skills).

Docs

  • Monorepo README — cross-host overview
  • Host adapter: mstar-hostreferences/omp.md (skill://mstar-host/references/omp.md)

Development (this monorepo)

From the repository root:

bun install
bun run omp:build   # bundle-assets + dist bundles + root discovery mirrors

Plugin sources: packages/omp/src/hooks/pre/mstar-gates.ts + packages/omp/src/tools/mstar_*/index.ts (moved here from the repo root 2026-09-03).

License

MIT — see LICENSE.