render-html

Convert ARIS Markdown or JSON artifacts into single-file HTML views.

Updated May 29, 2026
One-click install
npx skills add https://github.com/Mang30/myskills --skill render-html-mang30
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: render-html
Source: https://github.com/Mang30/myskills/tree/main/skills/render-html
Command: npx skills add https://github.com/Mang30/myskills --skill render-html-mang30

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Render ARIS Markdown or JSON artifacts into a single-file HTML view that humans can read easily, without losing structure, tables, math, code blocks, or callouts.

Core Features & Use Cases

  • Single-file HTML export: Generates one self-contained .html with embedded source metadata (path, SHA256, timestamp) for drift detection.
  • Academic vs dashboard templates: Produces a readable long-form view for review-facing artifacts or a denser cockpit-style dashboard view.
  • Safety-focused rendering: Sanitizes unsafe HTML passthrough (dangerous tags, event handlers, and unsafe URLs) and preserves Markdown canonically as the source.
  • Use when users ask to “render HTML”: Ideal for IDEA_REPORT, AUTO_REVIEW (with state sidecar), KILL_ARGUMENT, PAPER_PLAN, and research-wiki SUMMARY.

Quick Start

Run the renderer on an artifact like idea-stage/IDEA_REPORT.md to produce a polished, human-readable HTML report in one step.

Frequently Asked Questions about render-html

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

FAQPage Schema
How do I convert Markdown to a single-file HTML dashboard?

To render Markdown as a single-file HTML dashboard, apply the dashboard template to ARIS artifacts, generating a self-contained file with embedded source path, SHA256, and timestamp metadata for drift detection.

What is the safest way to render HTML from Markdown with code blocks?

Safe HTML rendering from Markdown requires sanitizing dangerous tags, event handlers, and unsafe URLs, while preserving the canonical Markdown as the source.

Can I export IDEA_REPORT or PAPER_PLAN artifacts into a readable academic template?

Yes, you can render IDEA_REPORT or PAPER_PLAN artifacts into a readable academic template, producing a long-form HTML view tailored for review-facing research deliverables.

Does rendering ARIS JSON artifacts to HTML require external dependencies?

Rendering ARIS JSON artifacts to HTML requires no external dependencies, utilizing stdlib-only execution via render_html.py to generate self-contained output.

Why does my single-file HTML export lose table and math formatting?

A single-file HTML export loses table and math formatting if the renderer lacks fidelity checks or applies unsafe sanitization that strips structural elements instead of preserving them.

How do I embed source path and SHA256 metadata into an HTML view?

To embed source path and SHA256 metadata into an HTML view, render ARIS Markdown or JSON artifacts with canonical handling, automatically injecting source metadata for drift detection.