Gera diagramas visuais a partir de descricoes em texto: flowcharts, mind maps, hierarquias, timelines, matrizes e mapas de relacionamento. Exporta como arquivos Excalidraw compativeis com Obsidian.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
A direct command skips the review prompt. Inspect the source before running it.
Gera diagramas visuais a partir de descricoes em texto: flowcharts, mind maps, hierarquias, timelines, matrizes e mapas de relacionamento. Exporta como arquivos Excalidraw compativeis com Obsidian.
license
Apache-2.0
compatibility
claude-code
allowed-tools
Read Write Glob Grep
metadata
{"author":"vector-labs","version":"1.0"}
tags
["diagrams","documentation"]
complexity
beginner
featured
true
Excalidraw Diagram Generator
Generate visual diagrams from text content as Obsidian-compatible .excalidraw.md files with embedded Excalidraw JSON.
When to Use This Skill
Activate when:
User asks to create a diagram, chart, flowchart, or visual
User mentions "diagrama", "fluxo", "mapa mental", "excalidraw", "timeline", "hierarquia"
User wants to visualize a process, architecture, relationships, or structure
User asks to diagram something from existing documentation
Workflow
Analyze content — Identify concepts, relationships, hierarchies, and flow
Select diagram type — Choose from 8 types based on content structure
Generate JSON — Build valid Excalidraw element array
Write file — Save as .excalidraw.md in Obsidian format
Diagram Types
Type
When to Use
Key Elements
Flowchart
Sequential processes, workflows
Rectangles + arrows, left-to-right or top-to-bottom
Mind Map
Concept expansion, brainstorming
Central node + radiating branches
Hierarchy
Org charts, taxonomies, tree structures
Parent-child rectangles, top-down
Relationship
Entity interactions, system dependencies
Nodes + bidirectional connectors
Comparison
Multi-option analysis, pros/cons
Side-by-side columns or grouped boxes
Timeline
Chronological events, roadmaps
Horizontal line + milestone markers
Matrix
2D classification, quadrants
Grid layout with labeled axes
Freeform
Unstructured layouts, mixed visuals
Free positioning, mixed elements
Output Format
File Structure (Obsidian .excalidraw.md)
---
excalidraw-plugin: parsed
tags: [excalidraw]
---
==⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠== You can decompress Drawing data with the command palette: 'Decompress current Excalidraw file'. For more info check in plugin settings under 'Saving'
%%
Event markers: rectangles above/below the line (alternating)
Date labels below each marker
Spacing: 250px between events
Comparison (columns)
[Option A] [Option B] [Option C]
┌────────┐ ┌────────┐ ┌────────┐
│ Point 1│ │ Point 1│ │ Point 1│
│ Point 2│ │ Point 2│ │ Point 2│
│ Point 3│ │ Point 3│ │ Point 3│
└────────┘ └────────┘ └────────┘
Column width: 300px
Column gap: 40px
Header rectangles: accent color
Content rectangles: neutral fill
Matrix (2x2 quadrant)
High
┌────┬────┐
│ Q1 │ Q2 │
├────┼────┤
│ Q3 │ Q4 │
└────┴────┘
Low High