
Readeasy Html Report
- 1 repo stars
- Updated June 21, 2026
- godrong/readeasy-html-report
ReadEasy HTML Report is a Claude Code marketplace plugin that renders compact Markdown reports into themeable single-file HTML for developers who need readable analysis deliverables without regenerating CSS boilerplate e
About
ReadEasy HTML Report is a Claude Code marketplace plugin with 1 skill that converts agent-authored Markdown into polished, self-contained HTML. Claude writes a compact source with frontmatter and `:::` components—metrics, callouts, bar charts, quotes, and dividers—then runs the bundled zero-dependency `render.js` to emit a portable `.html` file. Five CSS themes ship in the plugin: editorial (default), antd, material, shadcn, and dark, selectable via `--theme` or frontmatter. Because structure and style are separated, theme CSS costs zero tokens on repeat runs while Claude authors roughly 15% of the final file bytes. The renderer requires only Node.js with no npm install. Developers reach for ReadEasy when security reviews, status summaries, or research reports need shareable HTML instead of wall-of-text Markdown replies.
- Renders compact Markdown into single-file HTML via zero-dependency render.js
- Ships 5 CSS themes: editorial, antd, material, shadcn, and dark
- Supports ::: metrics, callout, chart bar, quote, and divider components
- Separates content from theme CSS so repeat runs avoid token-heavy styling
- Requires only Node.js with no npm install for local rendering
Readeasy Html Report by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add godrong/readeasy-html-reportAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | June 21, 2026 |
| Repository | godrong/readeasy-html-report ↗ |
How do you turn Claude reports into readable HTML?
Render a compact Markdown report into a single themeable HTML file using ReadEasy's bundled render.js and 5 CSS themes.
Who is it for?
Developers who want Claude Code to deliver report-shaped outputs as branded, single-file HTML using fixed themes instead of token-heavy inline CSS each time.
Skip if: Teams standardized on PDF-only executive templates, interactive dashboards requiring JavaScript data APIs, or workflows that must stay plain Markdown end-to-end.
What you get
Single portable .html report file with themed CSS, metrics components, callouts, and bar charts ready to open or email.
- single-file themed report.html
By the numbers
- Bundles 5 CSS themes: editorial, antd, material, shadcn, dark
- Zero npm dependencies in the render.js pipeline
- Claude authors roughly 15% of final HTML bytes; theme CSS is fixed
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
How it compares
Use ReadEasy when agents should emit themed HTML reports from compact Markdown—not hand-written HTML or full CSS regeneration every reply.
FAQ
How many themes does ReadEasy HTML Report include?
ReadEasy HTML Report bundles 5 CSS themes—editorial, antd, material, shadcn, and dark—applied via `--theme` on render.js or a `theme:` field in Markdown frontmatter without regenerating styles each run.
Does ReadEasy require npm dependencies?
ReadEasy HTML Report uses a zero-dependency Node renderer at `scripts/render.js`, so only Node.js is required. No npm install step is needed to produce a single portable HTML file.
What Markdown components does ReadEasy support?
ReadEasy HTML Report extends standard Markdown with `metrics` KPI rows, `callout` emphasis boxes, `chart bar` horizontal bars, `quote` pull quotes, and `divider` section breaks using `:::` component syntax.