diagram-design

Solid

Create technical and product diagrams as standalone HTML files with inline SVG. Use for architecture, flow, sequence, state, data, process, and other diagrams; choose the appropriate type and follow its reference. For FluencyLoop product-overview and architectural-record diagrams, use the embedded fast path.

AI & Automation 44 stars 3 forks Updated 5 days ago Apache-2.0

Install

View on GitHub

Quality Score: 84/100

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

Skill Content

# Diagram Design Create one self-contained HTML file with inline SVG and CSS. Use a diagram only when it explains a relationship, flow, or structure better than prose or a table. ## FluencyLoop embedded diagram fast path Use this path when FluencyLoop asks for either `docs/fluencyloop/diagrams/product-overview.html` or a file under `docs/fluencyloop/diagrams/records/`. For a product overview, its prose is always `docs/fluencyloop/distillations/product.md`; its companion is always `docs/fluencyloop/diagrams/product-overview.html`. Never write `docs/fluencyloop/product.md`. It is a focused companion inside FluencyLoop's local site, not a branded design-system deliverable. FluencyLoop owns the surrounding site design, but the diagram must still describe the product faithfully. Use a self-contained HTML document with inline SVG and CSS: no scripts, remote URLs, remote fonts, iframes, or embedded executable content. Support the reader's themes with local light tokens and a `:root[data-fluencyloop-theme="dark"]` token override. Choose the rendering path by topology, not by the convenience of the renderer: 1. Use the native renderer only when one of its layouts faithfully captures every material node and relationship: `linear` for a 2–6 step path, `hub` for a shared service/boundary with 2–7 direct participants, `merge` for inputs or short chains that end at one result, or `layered` for one-to-one adjacent-layer mappings. It supports 2–8 nodes and at most 10 edges. A ...

Details

Author
baokhang83
Repository
baokhang83/fluencyloop
Created
1 months ago
Last Updated
5 days ago
Language
HTML
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Listed

diagram-design

Design editorial-quality diagrams as self-contained inline SVG — architecture diagrams, flows, sequences, state machines, data models, timelines, layer stacks, quadrants, comparisons, and system maps. Use when explaining how a system is arranged, how a process moves, how components depend on each other, or how options compare; when a Mermaid or draw.io diagram needs to be converted into a document's design system; or when an existing diagram looks auto-generated and needs editorial judgment. Do not use for quantitative charts of measured data (use chart-design), for the surrounding report structure (use analytical-document-design), for UI mockups or wireframes, or for producing editable .drawio files.

2 Updated 1 weeks ago
Avinava
AI & Automation Solid

diagram-design

Create polished, accessible, self-contained HTML/SVG diagrams for architecture, workflows, data flows, sequences, state machines, ER models, timelines, swimlanes, charts, security views, and other editorial visual types. Redraw Mermaid and draw.io sources into a fresh layout, apply optional brand tokens, and verify geometry, accessibility, motion, and single-file safety. Use when the output should be an editable HTML/SVG artifact rather than an ASCII sketch, generated raster image, or editable whiteboard canvas.

5 Updated 2 days ago
vanducng
AI & Automation Solid

diagram-concept

Generate flat, minimal light/dark-aware SVG diagrams as standalone HTML files, using a unified educational visual language with 9 semantic color ramps, sentence-case typography, and automatic dark mode. Best suited for educational and non-software visuals — physics setups, chemistry mechanisms, math curves, physical objects (aircraft, turbines, smartphones, mechanical watches), anatomy, floor plans, cross-sections, narrative journeys (lifecycle of X, process of Y), hub-spoke system integrations (smart city, IoT), and exploded layer views. If a more specialized skill exists for the subject (dedicated software/cloud architecture, hand-drawn sketches, animated explainers, etc.), prefer that — otherwise this skill can also serve as a general-purpose SVG diagram fallback with a clean educational look. Ships with 15 example diagrams.

14 Updated 6 days ago
xiaohei-info