legacy-html-exporter

Convert Markdown files to standalone HTML companion documents.

Updated May 12, 2026
One-click install
npx skills add https://github.com/wwa-lab/legacy-spec-factory --skill legacy-html-exporter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: legacy-html-exporter
Source: https://github.com/wwa-lab/legacy-spec-factory/tree/main/.opencode/skills/legacy-html-exporter
Command: npx skills add https://github.com/wwa-lab/legacy-spec-factory --skill legacy-html-exporter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill addresses the need for stakeholders to review documents in a more accessible format by converting Markdown files into standalone HTML companions.

Core Features & Use Cases

  • Markdown to HTML Conversion: Converts stakeholder-facing Markdown documents into HTML for easier reading.
  • Companion Files: Generates .html files alongside the original Markdown files, providing a convenient view without altering the source content.
  • Use Case: For example, a user can export a business requirements document (BRD) from Markdown to HTML to facilitate a review session with stakeholders who prefer a web view.

Quick Start

Run the command 'legacy-html-exporter path/to/brd.md' to convert a BRD from Markdown to HTML.

Frequently Asked Questions about legacy-html-exporter

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

FAQPage Schema
How do I convert Markdown to HTML for stakeholder reviews?

Converting Markdown to HTML for stakeholder reviews involves generating a standalone HTML companion file alongside the original Markdown document. This process provides a web-readable format for stakeholders without altering the source content.

Can I generate HTML companion files without altering the original Markdown content?

Generating HTML companion files without altering the original Markdown content is possible because the conversion process creates standalone .html files alongside the existing Markdown files. The source documents remain completely untouched during the export.

What is the best way to share Markdown documentation in a web-readable format?

Sharing Markdown documentation in a web-readable format is best achieved by converting it into standalone HTML files. This approach creates HTML companions for your Markdown documents, making them easily accessible for stakeholder communication and review sessions.

Does converting Markdown to HTML affect my original source files?

Converting Markdown to HTML does not affect your original source files. The process operates on your Markdown files to output standalone HTML files separately, leaving the original Markdown content entirely unmodified for future edits.

How do I export a business requirements document from Markdown to HTML?

Exporting a business requirements document from Markdown to HTML involves running a conversion command targeting your specific Markdown file path. This generates a standalone HTML companion file, facilitating a review session with stakeholders who prefer a web view.