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

Installs
6
GitHub Stars
20
First Seen
Feb 27, 2026
graphviz — johnlarkin1/claude-code-extensions