html-draft

Generate a standalone HTML engineering diagram using Tailwind v4 and D3 v7.

215|26|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/serejaris/personal-corp-skills --skill html-draft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: html-draft
Source: https://github.com/serejaris/personal-corp-skills/tree/main/skills/html-draft
Command: npx skills add https://github.com/serejaris/personal-corp-skills --skill html-draft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate quick, publication-ready engineering diagrams as a single HTML file, avoiding multi-page tools or heavy dependencies.

Core Features & Use Cases

  • Standalone HTML artifact for architecture diagrams, system flows, technical spec sheets, and component maps.
  • Uses Tailwind v4 via browser CDN for layout and D3 v7 via CDN for SVG diagrams.
  • One-click exportable diagram that opens in any modern browser.

Quick Start

Ask the agent to render a blueprint: "Draw me a system diagram for my microservices."

Frequently Asked Questions about html-draft

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

FAQPage Schema
How do I generate a standalone HTML system diagram for microservices architecture?

To generate a standalone HTML system diagram, this Skill outputs a complete HTML document using Tailwind v4 and D3 v7 CDNs. It creates a flat engineering blueprint style file that opens directly in any modern browser without external dependencies.

Can I create an architecture diagram as a single HTML file without installing dependencies?

Yes, you can create an architecture diagram as a single HTML file without local dependencies. The Skill loads Tailwind v4 and D3 v7 via browser CDNs, returning a full document from DOCTYPE to closing HTML with no external fonts required.

What's the best way to build a technical spec sheet in a flat engineering blueprint style?

The best way to build a technical spec sheet in blueprint style is using this Skill, which produces a standalone HTML artifact with design tokens defined in a single style block. It renders component maps and spec sheets via D3 SVG diagrams and Tailwind layout.

Does this HTML diagram generator work with Tailwind v4 and D3 v7?

Yes, this HTML diagram generator works specifically with Tailwind v4 and D3 v7 loaded through browser CDNs. Tailwind handles the layout structure while D3 generates the SVG-based engineering diagrams within the single output HTML file.

How to export an engineering component map that opens in any browser?

To export an engineering component map, the Skill generates a complete standalone HTML document with inline design tokens. The single file output opens in any modern browser and requires no build tools or local packages to render.

Are there limitations to using CDN-loaded libraries for standalone HTML diagrams?

A limitation of using CDN-loaded Tailwind and D3 is that the standalone HTML diagram requires an active internet connection to fetch the libraries. No external fonts are loaded, but the blueprint styling depends entirely on CDN availability rather than bundled assets.