The 39 skills
What each skill produces and when to reach for it.
Add PMM OS to Claude Code, run the orchestrator or jump straight to the launch kit, then edit and export it — all locally.
Add the plugin, run a skill against your product, and open the generated launch kit in your browser.
# one command (npm) npx pmm-os install # — or straight from GitHub, in Claude Code — /plugin marketplace add buildingwithai/pmm-os # run the orchestrator, or jump straight to the kit /product-marketing-os /pmm-launch-kit
Social research uses the sessions you're already logged into in your browser — you never type a password into the plugin. One command per platform, and a doctor that names the exact fix when a session expires.
# X · Instagram · TikTok — reads your browser sessions, no passwords bash skills/agent-reach/scripts/reach.sh social-setup # LinkedIn — imports your session, runs a persistent local service bash scripts/linkedin-setup.sh # setup bash scripts/linkedin-setup.sh status # never-configured / down / expired + the fix bash scripts/linkedin-setup.sh reauth # after a session expires # health check: environment + live keyless engine calls npx pmm-os doctor --deep # optional Pro: hosted relevance reranking (the AI key stays server-side) npx pmm-os research-connect <gateway-url> <your-token>
What each skill produces and when to reach for it.
How skills are sequenced into an end-to-end workflow.
Generate the interactive app and the markdown mirrors.
Modeless editing, slash blocks, turn-into, and comments.
HTML, markdown, and a Marp deck → .pptx.
Add your own block types, transforms, and export targets.
Zero-dependency generator and the local editor server.
The launch-kit generator runs on Node built-ins; the editor and exports layer cleanly on top.
The plugin host — skills run locally in your terminal.
The launch-kit generator uses Node built-ins only.
Notion-style rich-text editing in the notebook.
Turns the blocks into a slide deck and a real .pptx.
Every section also mirrors to clean markdown.
Transparent, inspectable, forkable, self-hostable.