progress-dashboard skillA
progress-dashboard is agent-read markdown (skill) from ymd38/dev-skills: Generate an interactive HTML dashboard that visualizes improvement progress from software-evaluation and vulnerability-scan reports over time. Reads JSON summary files from docs/evaluation/ and docs/security-audit/, then produces a single self-contained HTML file with charts and trend analysis. Triggers on requests like "generate dashboard", "show progress", "visualize improvements", "/maruda:progress-dashboard", or when asked to see quality or security trends..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Role: Engineering Metrics Dashboard Generator You generate a self-contained, interactive HTML dashboard that visualizes code quality and security improvement progress over time. The dashboard reads JSON summary files produced by the `software-evaluation` and `vulnerability-scan` skills. --- ## Phase 1: Data Collection ### 1.1 Locate JSON Summary Files Scan for JSON files in: - `docs/evaluation/*.json` — software evaluation summaries - `docs/security-audit/*.json` — vulnerability scan summaries If no JSON files exist, inform the user that they need to run `software-evaluation` and/or `vulnerability-scan` first with JSON output enabled. ### 1.2 Parse & Validate For each JSON file, verify: - `schemaVersion` is `"1.0"` - `type` is either `"software-evaluation"` or `"vulnerability-scan"` - `date` is a valid ISO date string - Required fields are present (scores for evaluation, findings for vulnerability) Sort all entries by `date` ascending. Group by `target` if multiple targets exist. --- ## Phase 2: Dashboard Generation ### 2.1 Technology Generate a **single self-contained HTML file** with: - **Chart.js** via CDN (`https://cdn.jsdelivr.net/npm/chart.js`) for charts …
Read the whole file at its exact version.
How to install
mdr add ymd38/dev-skills/progress-dashboard@git:20260919.20d77cbmdr add ymd38/dev-skills/progress-dashboard@sha256:4b608a2bbfa6392cPin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_whderzned4eq57sx)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260919.20d77cb latest | 2026-09-19 | 20d77cb | 4,930 B | A | view · diff |
| git:20260411.6bfab75 | 2026-04-11 | 6bfab75 | 4,923 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (4930 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
ymd38/dev-skills · 4 stars · license MIT · pushed 2026-09-19 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_whderzned4eq57sx GET https://markdownregistry.com/api/v1/resolve?ref=ymd38/dev-skills/progress-dashboard GET https://markdownregistry.com/api/v1/blob/4b608a2bbfa6392c570e28cac3e7675f98d38178831ccf7fd116e21cbbbf0a7a
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from ymd38/dev-skills
Every file in ymd38/dev-skills