graphviz

Installation
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;
}

Output Formats

Related skills

More from johnlarkin1/claude-code-extensions

Installs
6
GitHub Stars
19
First Seen
Feb 27, 2026