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

mop-flow

v1.0.0

Published

MOP Flow — portable agent memory core, workflow engine, and provider bridge for Claude, Codex, Gemini, and Antigravity.

Downloads

581

Readme


What Is MOP Flow?

MOP Flow is a portable MOP (Memory of Planet) core for AI coding workspaces. It gives every supported AI provider the same project memory, agent rules, workflow gates, artifact folders, autosycn flow, and deployment setup.

The goal is simple: install once, then Claude, Codex / ChatGPT, Gemini, and Antigravity can enter the same project with the same source of truth.

MOP Flow

MOP Flow is the provider-neutral orchestration and skill bridge for MOP. It keeps the MOP brand and rules above upstream Ruflo / Claude Flow runtime compatibility, so Claude, Codex, Gemini, and Antigravity can see the same skill inventory and MCP runtime surface.

npx mop-flow

The active improvement roadmap lives in .MOP/flow/ROADMAP.md.

Install

Run this inside your terminal to launch the interactive Dashboard:

npx mop-flow

The interactive TUI will allow you to Install, Update, Delete, or check the Status of MOP Flow in your project directly without needing to remember complex commands.

After install, open your AI coding chat in that project and run:

/mop-setup

What Gets Installed

| Path | Purpose | | --- | --- | | .MOP/ | MOP state, protocol, scripts, workflow config, and artifact templates. | | AGENTS.md | Provider-neutral instructions for Codex / ChatGPT coding agents. | | CLAUDE.md | Claude Code entrypoint and behavior rules. | | GEMINI.md | Gemini CLI entrypoint. | | .agents/ | Antigravity-compatible agents and skills. | | .codex/, .gemini/, .claude/ | Provider-specific config and skill surfaces. |

Core Features

| Feature | What it does | | --- | --- | | Auth Gate | First action is always setup/login. No work starts before the gate passes. | | Agent Router | 32 specialized agents available via .MOP/STATE.json. Picks one primary agent and adds support agents only when useful. | | Party Mode | Shows visible agent-to-agent discussion for multi-role decisions. | | MOP Flow | Provider-neutral skill bridge and MCP runtime wrapper across Claude, Codex, Gemini, and Antigravity. | | MOP Workflow | BMAD-inspired 10-phase flow from idea to release with readiness gates. | | Artifacts | Keeps plans, specs, reviews, and release notes under .MOP/artifacts/. | | Autosync | Commits and pushes as the real user, not as the AI tool identity. | | Auto Deploy | Optional setup path for GitHub, Docker, and Vercel. |

First Session Flow

1. AI reads .MOP/STATE.json
2. If not initialized, AI asks you to run /mop-setup
3. Setup asks for project name, owner, codename, password, mode, language, and GitHub info
4. After login, every task goes through the Agent Router
5. Complex tasks use MOP Workflow and readiness gates before coding

Useful Commands

npx mop-flow

Local project helpers:

node .MOP/scripts/mop-core.mjs status
node .MOP/scripts/mop-core.mjs validate
node .MOP/scripts/mop-flow.mjs status
node .MOP/scripts/mop-workflow.mjs help --actor <codename> --task "<task>"
node .MOP/scripts/mop-autosycn.mjs run --actor <codename> --reason "<what changed>"
node .MOP/scripts/mop-mcp.mjs start  # Native Model Context Protocol (MCP) server

Team Workflow

In team mode, work is pushed to a user branch first:

dev/<codename> -> BURHAN-MOP review -> main

BURHAN-MOP acts as the merge guardian. It checks the branch, validates state, and merges only when the workflow is safe.

Release

| Item | Value | | --- | --- | | npm package | mop-flow | | latest command | npx mop-flow install | | legacy alias | npx burhan-mop install | | GitHub release | v1.0.0 | | Node | >=20 |

Links

  • npm: https://www.npmjs.com/package/mop-flow
  • GitHub: https://github.com/BURHANDEV-ENTERPRISE/BURHAN-MOP
  • Bahasa Melayu README: README.bm.md