dream-health

Generate a self-contained HTML dashboard reporting memory confidence scores, decay trends, and dream run history.

1|Updated Jun 27, 2026
One-click install
npx skills add https://github.com/vickysrawat/AI-Assisted-development --skill dream-health-vickysrawat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dream-health
Source: https://github.com/vickysrawat/AI-Assisted-development/tree/main/skills/dream-health
Command: npx skills add https://github.com/vickysrawat/AI-Assisted-development --skill dream-health-vickysrawat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams using persistent AI memory files (CLAUDE.md, MEMORY.md, topic files, dream logs) have no visibility into knowledge quality over time — which entries are stale, which are ready to promote, and how confidence decays across consolidation runs. This Skill turns those raw memory files into a single readable health report. ## Core Features & Use Cases - Memory health dashboard: Computes per-entry and aggregate metrics (confidence distribution, at-risk entries, promote candidates, file size budgets) and renders them as a self-contained memory/health.html file with inline SVG charts and no external dependencies. - Dream run history with justifications: Parses dream-log.md into a clickable operations table where each ADD/UPDATE/DELETE/PROMOTE row opens a side panel showing reason, evidence, before/after, and source session links. - Read-only and safe: Never modifies memory files; degrades gracefully to "No data yet" states when logs or topic files are missing. - Use Case: After several weeks of AI-assisted sessions, run the dashboard to see that 6 entries dropped below 0.3 confidence, 3 entries are ready to promote into CLAUDE.md, and MEMORY.md is approaching its 200-line budget. ## Quick Start Run the /dream-health command to generate the memory health dashboard at memory/health.html and open it in any browser.

Frequently Asked Questions about dream-health

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

FAQPage Schema
How do I generate a memory health dashboard for AI memory files?

Invoke the /dream-health command, which reads CLAUDE.md, MEMORY.md, topic files, and dream-log.md, computes confidence metrics, and writes a self-contained dashboard to memory/health.html. Open the file directly in any browser; no server is required.

What metrics does the dream health report include?

The report includes total entries, average confidence, confidence distribution bands, a decay curve per dream run, topic coverage, entries at risk (score ≤ 0.3), promote candidates (score ≥ 0.85), and MEMORY.md/CLAUDE.md size budgets.

Does the health dashboard modify my memory files?

No. The command is strictly read-only for CLAUDE.md, MEMORY.md, topic files, and dream-log.md. It only writes the generated report to memory/health.html and never edits source memory content.

Does the generated HTML dashboard need an internet connection?

No. The dashboard uses only inline CSS, vanilla JavaScript, and inline SVG charts with no CDN links, fetch calls, or external charting libraries, so it renders correctly over the file:// protocol offline.

What happens if there is no dream log or topic files yet?

The report degrades gracefully: the decay curve shows a "No dream runs yet" message, topic coverage lists only CLAUDE.md and MEMORY.md, and any uncomputable metric displays "No data yet" instead of fabricated values.