pmm-dump

Generate ASCII heatmaps, clusters, timelines, and graphs from PMM memory files.

15|8|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/NominexHQ/pmm-plugin --skill pmm-dump
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pmm-dump
Source: https://github.com/NominexHQ/pmm-plugin/tree/main/local/pmm-dump
Command: npx skills add https://github.com/NominexHQ/pmm-plugin --skill pmm-dump

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PMM memories are fragmented across markdown files, making it hard to quickly grasp context or activity, so this skill renders compact ASCII visualizations that surface heat, clusters, timelines, and relationships without editing anything.

Core Features & Use Cases

  • Depth-controlled visualization: Choose status, summary, or detailed levels to balance brevity against depth, with heatmap, cluster, timeline, graph, and similarity matrix outputs per level.
  • Git-backed freshness signals: Parse git log timestamps to render file activity heatmaps and estimate token burn, helping users see what changed most recently.
  • Readonly subagent execution: Dispatch a general-purpose Readonly Agent Model configured in memory/config.md to pull data from memory files, run git queries, and emit the final ASCII dump verbatim.

Quick Start

Invoke /pmm-dump status to render the ASCII memory heatmap for PMM immediately.

Frequently Asked Questions about pmm-dump

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I visualize markdown memory state changes in the terminal?

You can visualize markdown memory state changes in the terminal by generating ASCII visualizations from memory files and git history. This renders heatmaps, clusters, and timelines to surface activity without editing any files.

What is the best way to generate an ASCII heatmap for file activity?

The best way to generate an ASCII heatmap for file activity is by parsing git log timestamps from your repository. This process estimates token burn and visualizes what memory files changed most recently.

Can I get a quick memory summary without parsing individual markdown files?

Yes, you can get a quick memory summary without parsing individual markdown files by requesting a status or summary level visualization. This provides a compact overview of fragmented memory data.

Does generating a memory dump modify my existing memory files?

Generating a memory dump does not modify your existing memory files. It uses a readonly agent model to run git queries and file parsing, ensuring your markdown data remains completely untouched.

How do I control the depth of detail in a memory visualization?

You control the depth of detail in a memory visualization by choosing status, summary, or detailed levels. Each depth level balances brevity against detail, outputting appropriate heatmaps, graphs, and similarity matrices.