Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

pmm-plugin

pmm-plugin 收录了来自 NominexHQ 的 23 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
23
Stars
15
更新
2026-03-31
Forks
8
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

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). Trigger on: "pmm-onboard", "/pmm-onboard"

2026-03-31
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).

2026-03-31
pmm-init
软件开发工程师

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.

2026-03-29
pmm-save
软件开发工程师

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.

2026-03-29
pmm-settings
软件开发工程师

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.

2026-03-29
pmm-status
网络与计算机系统管理员

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.

2026-03-29
pmm-init
软件开发工程师

Initialize Poor Man's Memory in your project — runs preference wizard, scaffolds memory/ directory, configures hooks.

2026-03-29
pmm-save
软件开发工程师

Save current session to memory — dispatches maintain agent, updates memory files, commits to git.

2026-03-29
pmm-settings
软件开发工程师

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.

2026-03-29
pmm-status
网络与计算机系统管理员

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.

2026-03-29
pmm-query
软件开发工程师

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.

2026-03-27
pmm-query
软件开发工程师

Query memory — context-first recall with deep traversal across vectors, graph, and taxonomy when needed.

2026-03-27
pmm-recall
软件开发工程师

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"

2026-03-25
pmm-update
软件开发工程师

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.

2026-03-25
pmm-recall
软件开发工程师

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.

2026-03-25
pmm-update
软件开发工程师

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.

2026-03-25
pmm-dump
软件开发工程师

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.

2026-03-22
pmm-hydrate
软件开发工程师

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.

2026-03-22
pmm-viz
软件开发工程师

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.

2026-03-22
pmm-init-local-skills
软件开发工程师

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.

2026-03-22
pmm-hydrate
软件开发工程师

Populate empty or thin memory files from current session context. Supports single file, batch, and force re-hydration.

2026-03-22
pmm-dump
软件开发工程师

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.

2026-03-21
pmm-viz
软件开发工程师

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.

2026-03-21