html-writer

Converts Markdown documents into self-contained HTML reports with inline assets.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/fabioabr/ia-ws --skill html-writer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: html-writer
Source: https://github.com/fabioabr/ia-ws/tree/main/projects/discovery-to-go/base/behavior/skills/html-writer
Command: npx skills add https://github.com/fabioabr/ia-ws --skill html-writer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converte documentos Markdown (.md) em relatórios HTML auto-contidos que seguem o Design System do workspace, permitindo distribuição direta no navegador sem servidor.

Core Features & Use Cases

  • Geração de relatórios HTML auto-contidos com logos e estilos inline, prontos para distribuição.
  • Suporte a tema escuro/claro e integração com o Design System do workspace.
  • Conversão de documentos Markdown para apresentações visuais sem depender de ferramentas externas.

Quick Start

Passe o caminho do arquivo .md como argumento para o html-writer e gere o HTML correspondente no mesmo diretório.

Frequently Asked Questions about html-writer

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

FAQPage Schema
How do I convert Markdown to a self-contained HTML report?

To convert Markdown to a self-contained HTML report, you pass the .md file path to generate polished HTML in the same directory with inline styles and logos, requiring no external server for distribution.

Can I use dark and light themes when generating HTML reports from Markdown?

Yes, you can apply dark and light themes when generating HTML reports from Markdown. The conversion integrates directly with the workspace design system to support optional theme selection.

Do I need an external server to distribute HTML reports converted from Markdown?

No, you do not need an external server to distribute HTML reports converted from Markdown. The output is entirely self-contained with inline assets, allowing direct browser distribution.

What is the best way to embed logos and styles inline in HTML reports?

The best way to embed logos and styles inline in HTML reports is by converting Markdown using a tool that automatically bundles assets into a self-contained file, adhering to the workspace design system.

Are there limitations on generating diagrams when converting Markdown to HTML?

Yes, a limitation is that diagram generation is explicitly avoided when converting Markdown to self-contained HTML reports, focusing instead on inline styles, logos, and text formatting.

Does html-writer support embedding external CSS files for Markdown conversion?

html-writer focuses on generating self-contained HTML by embedding styles inline rather than linking external CSS files, ensuring the Markdown conversion output remains a single, portable file.