t-html-show

Convert Markdown documents into self-contained HTML previews.

64|6|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/timzaak/web-dev-skills --skill t-html-show
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: t-html-show
Source: https://github.com/timzaak/web-dev-skills/tree/main/skills/t-html-show
Command: npx skills add https://github.com/timzaak/web-dev-skills --skill t-html-show

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate HTML previews from Markdown documents to provide an accessible visual representation of content.

Core Features & Use Cases

  • Convert any Markdown document into a self-contained HTML preview suitable for quick review.
  • Supports PRD and general workflows by writing previews to .ai/preview paths and reflecting the source document.
  • Use case: Reviewers can visually inspect Markdown content without rendering in external tools.

Quick Start

Run /t-html-show <path-to-markdown> to generate an HTML preview for your document.

Frequently Asked Questions about t-html-show

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

FAQPage Schema
How do I convert Markdown to HTML for quick visual review?

Convert Markdown to HTML by running the preview command with your document path; it generates a self-contained HTML file using a standards-based template with inline CSS for immediate visual review.

What is the best way to generate an HTML preview from a PRD Markdown file?

Generate an HTML preview from a PRD Markdown file by sourcing from .ai/prd or docs/prd directories; the tool writes self-contained visual previews to .ai/preview locations for accessible review.

Does the Markdown to HTML preview tool require external CSS files?

No, the Markdown to HTML preview tool does not require external CSS files; it renders content using a standards-based HTML template with inline CSS, keeping the generated previews completely self-contained.

Can I use this tool to preview Markdown documents outside of PRD workflows?

Yes, you can preview Markdown documents outside of PRD workflows using the general mode, which accepts a provided Markdown path to generate an HTML preview without needing the specific .ai/prd or docs/prd directory structure.

Why are inline CSS and self-contained HTML used for Markdown rendering?

Inline CSS and self-contained HTML are used for Markdown rendering to ensure the preview remains accessible and visually consistent without depending on external stylesheets or separate tooling environments during document review.