graphviz
SKILL.md
GraphViz DOT Generation
Generate graph descriptions using DOT language. GraphViz provides powerful automatic layout algorithms for complex graphs.
Quick Start
Minimal directed graph:
digraph G {
A -> B -> C;
}
Generate graph descriptions using DOT language. GraphViz provides powerful automatic layout algorithms for complex graphs.
Minimal directed graph:
digraph G {
A -> B -> C;
}