Loading...
Loading...
Create SVG infographics, architecture diagrams, and flowcharts in various styles. Be sure to use this skill whenever the user mentions any of the following scenarios: - Draw flowcharts, architecture diagrams, system diagrams, infographics, schematic diagrams - Use SVG to draw charts, visualize a process or concept - "Help me draw a diagram to explain...", "Generate an architecture diagram", "Draw a schematic" - Visualize text-described systems or processes into diagrams - Want illustrations in specific styles (Anthropic style, dark theme, etc.) Even if the user doesn't explicitly mention "SVG", this skill should be used whenever process/architecture/information visualization is involved.
npx skill4agent add lumincui/skills infographic| Type | Applicable Scenarios | Reference Document |
|---|---|---|
| layered-flow | Vertical layered process: Session initialization → Loop execution → Result; single main line, emphasizing stage progression | |
| column-layer | Horizontal multi-column architecture: N vertical columns side by side, each column represents a system layer; arrows flow between columns; a shared plane can be at the bottom | |
| swimlane | Swimlane diagram: Multiple horizontal participants each occupy a row, messages/arrows flow between swimlanes; suitable for protocol interaction and multi-party collaboration | |
| pattern-grid | Pattern comparison grid: Multiple columns display different patterns/schemes side by side, each column has an independent vertical process, with text descriptions at the bottom | |
| side-by-side | Side-by-side comparison: Two schemes/patterns each occupy half the frame, separated by a dotted line in the middle; suitable for "old vs new", "Scheme A vs Scheme B" | |
| nested-layer | Horizontal layered nested architecture: 3–4 large horizontal layers (e.g., "Application Layer → Production Layer → Data Layer"), each layer has nested sub-blocks, and a control panel can be attached on the left | |
layered-flowcolumn-layerswimlanepattern-gridside-by-sideside-by-sidepattern-gridnested-layer| Style | Description | Reference Document |
|---|---|---|
| anthropic-flat | Visual language of Anthropic/Claude official documents; low-saturation color blocks, flat without shadows, thin borders | |
anthropic-flatAdding new types: Create a newfile under.mdand register it in the type table above.types/
Adding new styles: Create a newfile under.mdand register it in the style table above.styles/