with one click
pmm-plugin
pmm-plugin contains 23 collected skills from NominexHQ, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Seed your user identity layer from a prior AI or direct interview. Generates user.md (operative identity — how you think, communicate, decide) and routes PII to secrets.md. Works solo or in org-wide deployments (gated to a single designated agent). Trigger on: "pmm-onboard", "/pmm-onboard"
Seed your user identity layer from a prior AI or direct interview. Generates user.md (operative identity — how you think, communicate, decide) and routes PII to secrets.md. Works solo or in org-wide deployments (gated to a single designated agent).
Initialize Poor Man's Memory in your project — runs preference wizard, scaffolds memory/ directory, configures hooks. Trigger on: "pmm-init", "/pmm-init", "initialize memory", "set up memory", "start pmm", "init pmm", "scaffold memory", "set up poor man's memory", or any request to initialize the PMM memory system in a project.
Save current session to memory — dispatches maintain agent, updates memory files, commits to git. Trigger on: "pmm-save", "/pmm-save", "save memory", "commit memory", "persist session", "save session", "wrap up memory", "update memory files", or any request to save the current session state to memory.
Change Poor Man's Memory configuration. Re-presents preference prompts for save cadence, commit behaviour, push behaviour, sliding window size, verbosity, repository visibility, maintain agent model, maintain strategy, readonly agent model, session start mode, recall beyond window, secrets_git, pre-compact hook, active files, and load strategies. Use when the user runs /pmm-settings or asks to change memory system settings. Trigger on: "pmm-settings", "/pmm-settings", "change memory settings", "configure pmm", "memory configuration", "update pmm settings", "pmm preferences", or any request to view or change PMM configuration.
Quick PMM health dashboard. Shows initialization state, last save time, recent commits, file health, and warnings. Runs as a subagent. Use when the user runs /pmm-status or asks if memory is saving, working, or healthy. Trigger on: "pmm-status", "/pmm-status", "memory status", "pmm health", "is memory working", "is memory saving", "memory dashboard", or any request to check the health or status of the PMM system.
Initialize Poor Man's Memory in your project — runs preference wizard, scaffolds memory/ directory, configures hooks.
Save current session to memory — dispatches maintain agent, updates memory files, commits to git.
Change Poor Man's Memory configuration. Re-presents preference prompts for save cadence, commit behaviour, push behaviour, sliding window size, verbosity, repository visibility, maintain agent model, maintain strategy, readonly agent model, session start mode, recall beyond window, secrets_git, pre-compact hook, active files, and load strategies. Use when the user runs /pmm:settings or asks to change memory system settings.
Quick PMM health dashboard. Shows initialization state, last save time, recent commits, file health, and warnings. Runs as a subagent. Use when the user runs /pmm:status or asks if memory is saving, working, or healthy.
Query memory — context-first recall with deep traversal across vectors, graph, and taxonomy when needed. Trigger on: "pmm-query", "/pmm-query", "query memory", "search memory", "recall", "what did we decide about", "find in memory", "look up", "what do we know about", or any request to search or recall information from memory files.
Query memory — context-first recall with deep traversal across vectors, graph, and taxonomy when needed.
Context-switching recall — synthesizes a focused briefing on a topic from across all memory files. Use when switching workstreams or coming back to a topic. Trigger on: "pmm-recall", "/pmm-recall"
Check for and apply updates to Poor Man's Memory system files from upstream. Compares local version to latest upstream, shows what changed, and applies updates to system files only — never touches memory/ or user data. Use when the user runs /pmm-update or asks to update PMM. Trigger on: "pmm-update", "/pmm-update", "update pmm", "check for pmm updates", "upgrade memory system", "pmm version", or any request to check for and apply upstream PMM updates.
Context-switching recall — synthesizes a focused briefing on a topic from across all memory files. Use when switching workstreams or coming back to a topic.
Check for and apply updates to Poor Man's Memory system files from upstream. Compares local version to latest upstream, shows what changed, and applies updates to system files only — never touches memory/ or user data. Use when the user runs /pmm:update or asks to update PMM.
Dump PMM memory state as ASCII art in the terminal. Three depth levels: status (heatmap only), summary (heatmap + clusters + timeline), detailed (full ASCII). Runs as a subagent. Use when the user runs /pmm-dump or asks for a text-based memory overview. Trigger on: "pmm-dump", "/pmm-dump", "dump memory", "ascii memory", "text memory overview", "show memory heatmap", "memory dump", or any request for a text-based ASCII visualization of memory state.
Populate empty or thin memory files from current session context. Supports single file, batch, and force re-hydration. Trigger on: "pmm-hydrate", "/pmm-hydrate", "hydrate memory", "populate memory", "fill in memory files", "hydrate files", "backfill memory", or any request to populate empty or thin memory files from existing context.
Interactive D3.js memory graph visualization with time slider. Parses all memory files across git history, builds a force-directed graph with temporal navigation, and opens it in the browser. Runs as a subagent. Use when the user runs /pmm-viz or asks to visualize their memory as an interactive graph. Trigger on: "pmm-viz", "/pmm-viz", "visualize memory", "memory graph", "show the graph", "interactive graph", "d3 visualization", "open memory viz", or any request to generate an interactive memory visualization.
Install local skill variants for Cowork compatibility. Creates symlinks from .claude/skills/pmm-* to pre-built cached local skills shipped with the plugin. Run once per project. Idempotent.
Populate empty or thin memory files from current session context. Supports single file, batch, and force re-hydration.
Dump PMM memory state as ASCII art in the terminal. Three depth levels: status (heatmap only), summary (heatmap + clusters + timeline), detailed (full ASCII). Runs as a subagent. Use when the user runs /pmm:dump or asks for a text-based memory overview.
Interactive D3.js memory graph visualization with time slider. Parses all memory files across git history, builds a force-directed graph with temporal navigation, and opens it in the browser. Runs as a subagent. Use when the user runs /pmm:viz or asks to visualize their memory as an interactive graph.