pi-mom

extensionmaintained

MOM skills for Pi — installs MOM's user-invocable memory skills into the Pi coding agent

by · v0.2.0 · published 1mo ago

$ pi install npm:pi-mom
downloads/mo
150
stars
1
last push
1mo ago
open issues
0

Signals

license: MITtestspi manifest: missinginstall size: —deps: 0peer deps: 0

Download trend

1.6K downloads · last 12 weeks (weekly)

README

pi-mom

MOM skills for MOM (Memory Oriented Machine) on the Pi coding agent.

Installs MOM's user-invocable memory skills into Pi:

  • /mom-status — check MOM health, Ledger stats, and vault watermark
  • /mom-project — bind the current directory to a MOM project id for scoped memory
  • /mom-fold — fold newly captured sessions into the markdown vault (end-of-session save)
  • /mom-rebuild — rebuild the vault from scratch over the full captured history

Installation

pi install npm:pi-mom

Or let mom init handle it automatically when it detects Pi in your project.

Requirements

How it works

MOM captures your Pi sessions in the background (via the mom watch daemon) and folds them into a navigable markdown vault under .mom/vault/. These skills are thin wrappers over MOM's CLI and the vault files — the agent reads the vault directly with its file tools. There is no MCP server: as of MOM v0.50 memory is delivered entirely through the per-project markdown vault and the always-loaded context block.

The skill files here are kept byte-identical to the canonical copies in momhq/mom via scripts/verify-skills-sync.sh.

Related