html-summary

Convert stakeholder Markdown summaries into self-contained HTML executive reports.

198|19|Updated May 7, 2026
One-click install
npx skills add https://github.com/testdouble/han --skill html-summary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: html-summary
Source: https://github.com/testdouble/han/tree/main/han-reporting/skills/html-summary
Command: npx skills add https://github.com/testdouble/han --skill html-summary

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This HTML summary skill converts a stakeholder Markdown summary into a single, self-contained HTML executive report that can be shared offline and loaded directly in a browser.

Core Features & Use Cases

  • Self-contained HTML output next to the source Markdown, with inlined CSS and an offline Mermaid rendering.
  • Preserves the source's executive framing and mermaid diagrams, applying the report palette and layout principles.
  • Supports typical stakeholder summaries including a TL;DR, stakeholder asks, problem statement, what this opens up, user walkthrough, and data flow.

Quick Start

Convert a stakeholder-summary.md into a self-contained HTML report next to the source file.

Frequently Asked Questions about html-summary

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

FAQPage Schema
How do I convert a stakeholder markdown summary into a self-contained HTML executive report?

To convert a stakeholder markdown summary into a self-contained HTML executive report, process the markdown file to generate a single HTML output with inlined CSS and offline Mermaid diagrams adjacent to the source.

Can I generate an offline HTML report that preserves Mermaid diagrams from my markdown?

Yes, you can generate an offline HTML report that preserves Mermaid diagrams by inlining the CSS and rendering Mermaid directly within the single output HTML file, ensuring it loads without external dependencies.

What sections are supported when converting markdown to an executive HTML report?

When converting markdown to an executive HTML report, supported sections include TL;DR, stakeholder asks, problem statement, outcomes, user walkthrough, and data flow, adhering to executive layout guidelines.

Does the HTML executive report output require external stylesheets or dependencies to load?

No, the HTML executive report output does not require external stylesheets or dependencies to load because it is a self-contained file that inlines all CSS and renders Mermaid diagrams offline in the browser.

What is the best way to format stakeholder summaries for offline browser viewing?

The best way to format stakeholder summaries for offline browser viewing is to transform the markdown source into a single HTML file, applying the report palette and layout principles directly within the output document.