// Visual content generation and diagram creation. USE WHEN user needs diagrams, flowcharts, technical visualizations, or any visual content to explain concepts.
| name | Art |
| description | Visual content generation and diagram creation. USE WHEN user needs diagrams, flowcharts, technical visualizations, or any visual content to explain concepts. |
Visual content generation skill for creating diagrams, flowcharts, and technical visualizations to support documentation and communication.
This skill helps create visual content when text alone isn't sufficient.
This skill activates when:
It's particularly useful for:
When creating diagrams, consider:
Best for:
Best for:
Best for:
| Workflow | Trigger | File |
|---|---|---|
| Visualize | "create a diagram", "visualize this" | workflows/Visualize.md |
| Mermaid | "mermaid diagram", "flowchart" | workflows/Mermaid.md |
Example 1: Architecture Diagram
User: "Create a diagram showing the NixOS deployment flow"
โ Invokes Visualize workflow
โ Determines Mermaid flowchart is appropriate
โ Creates flowchart showing: local changes โ build โ deploy โ activate
Example 2: Comparison Chart
User: "Compare stable vs unstable NixOS approaches"
โ Invokes Visualize workflow
โ Creates comparison table
โ Shows trade-offs clearly
Example 3: Process Flow
User: "Show the git commit workflow as a diagram"
โ Invokes Mermaid workflow
โ Creates flowchart with decision points
โ Shows happy path and error handling
This skill complements: