html-draft

Solid

Use when user wants a standalone HTML diagram in flat engineering blueprint style — architecture diagrams, system flows, technical spec sheets, component maps. Generates one HTML file using Tailwind v4 (browser CDN) for layout and D3 v7 (CDN) for SVG diagrams. User-invoked only — do NOT auto-trigger. Triggers on "/html-draft", "сделай blueprint", "технический чертёж", "архитектурная схема", "инженерная схема", "blueprint diagram", "engineering blueprint", "technical spec sheet", "architecture diagram", "system flow diagram".

Web & Frontend 176 stars 21 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
75
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# html-draft — Flat Engineering Blueprint Diagrams Generate one HTML page that renders a technical diagram in a strict flat-blueprint aesthetic — the look of a printed engineering specification sheet, not a marketing landing. **Stack:** Tailwind v4 via `@tailwindcss/browser` CDN for layout + utilities, D3 v7 via jsDelivr CDN for SVG-based diagrams (nodes, connectors, layouts, animations). **Use this when** the user wants an architecture diagram, system flow, technical spec sheet, or component map as a standalone HTML artifact (suitable for slides, reports, exports). **Don't use this for:** - Inline schemas inside markdown documents — use a mermaid renderer instead - Newspaper / reading-first single-column pages with monospace ink-on-cream feel - Multi-section interactive explainers with pill navigation ## Design philosophy Precise. Objective. High data-ink ratio (Tufte). Every pixel earns its place; nothing decorative. The stack is modern (Tailwind + D3) but the output looks like a printed engineering doc. ## Visual rules ### Flat, outlined, monochrome - **No** drop shadows, gradients, glassmorphism, blur, rounded buttons - 1px or 2px solid borders define structure - White content blocks on a light-gray canvas - Accent: black, or a single semantic color (red for error, etc.) used sparingly - Do **not** import a Tailwind component library — pure utility classes only ### Design tokens (declared once via `@theme`) ```css @theme { --color-c-bg: #f8fafc; /* p...

Details

Author
serejaris
Repository
serejaris/personal-corp-skills
Created
5 months ago
Last Updated
yesterday
Language
HTML
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category