graphviz
✓Create complex directed/undirected graphs with precise layout control. Best for dependency trees, org charts, network topologies, and module relationships. Use when you need fine-grained edge routing or hierarchical layouts with many levels. NOT for simple flowcharts (use mermaid) or data charts (use vega).
Installation
SKILL.md
Important: Use `dot as the code fence identifier, NOT `graphviz .
Quick Start: Choose digraph (directed) or graph (undirected) → Define nodes with attributes (shape, color, label) → Connect with -> or -- → Set layout (rankdir, spacing) → Wrap in `dot fence. Default: top-to-bottom (rankdir=TB), cluster names must start with cluster, use semicolons.
| Nodes overlapping | Increase nodesep and ranksep | | Poor layout | Change rankdir or add {rank=same} | | Edges crossing | Use splines=ortho or adjust node order | | Cluster not showing | Name must start with cluster | | Label not displaying | Check quote escaping |
Create complex directed/undirected graphs with precise layout control. Best for dependency trees, org charts, network topologies, and module relationships. Use when you need fine-grained edge routing or hierarchical layouts with many levels. NOT for simple flowcharts (use mermaid) or data charts (use vega). Source: xicilion/markdown-viewer-extension.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/xicilion/markdown-viewer-extension --skill graphviz- Category
- {}Data Analysis
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is graphviz?
Create complex directed/undirected graphs with precise layout control. Best for dependency trees, org charts, network topologies, and module relationships. Use when you need fine-grained edge routing or hierarchical layouts with many levels. NOT for simple flowcharts (use mermaid) or data charts (use vega). Source: xicilion/markdown-viewer-extension.
How do I install graphviz?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/xicilion/markdown-viewer-extension --skill graphviz Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/xicilion/markdown-viewer-extension
Details
- Category
- {}Data Analysis
- Source
- skills.sh
- First Seen
- 2026-02-01