render-notes-html

Generate a self-contained HTML dashboard from participant progress data.

1|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/cless75/2026-03-Leadership-AI --skill render-notes-html
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: render-notes-html
Source: https://github.com/cless75/2026-03-Leadership-AI/tree/main/.cursor/skills/render-notes-html
Command: npx skills add https://github.com/cless75/2026-03-Leadership-AI --skill render-notes-html

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Collects and visualizes a participant's progress data from My-Notes, Sessions, Logs, Diagnostics, HW, and Ideas into a single, self-contained HTML dashboard that can be kept locally on the desktop for privacy-aware review.

Core Features & Use Cases

  • Aggregates period-based progress data (day, week, module, or custom range) and privacy flags to render a coherent timeline.
  • Produces an offline, browser-ready dashboard with a burnout status banner, profile version, active programs, and a detailed timeline of Logs, Sessions, Diagnostics, HW, and Ideas.
  • Supports module-scoped views and privacy-aware banners to prevent accidental data leakage when private content is present.

Quick Start

Run the render-notes-html skill to generate a local HTML dashboard for your chosen period.

Frequently Asked Questions about render-notes-html

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

FAQPage Schema
How do I generate a standalone HTML dashboard from my markdown notes and session logs?

To generate a standalone HTML dashboard from markdown notes, this skill aggregates your progress data from notes, sessions, logs, diagnostics, homework, and ideas, then renders it into an offline, browser-ready HTML file via a Python generator.

Can I create a weekly progress dashboard that hides sensitive information?

Yes, you can create a weekly progress dashboard that hides sensitive information because the skill reads per-file frontmatter privacy flags and applies privacy-aware banners to prevent accidental data leakage when private content is present.

What is the best way to visualize progress tracking data locally without uploading it?

The best way to visualize progress tracking data locally is to generate a self-contained HTML dashboard that remains on your desktop, ensuring privacy-aware review without requiring an internet connection or external hosting.

Does the dashboard generator support filtering data by custom date ranges and modules?

Yes, the dashboard generator supports filtering data by custom date ranges and modules, allowing you to aggregate period-based progress data for daily, weekly, module-scoped, or range-based views.

Do I need any external dependencies to render my notes into an HTML dashboard?

No external dependencies are required to render your notes into an HTML dashboard, as the skill uses a built-in Python generator to read frontmatter and produce a completely self-contained offline HTML file.