dev.diagram
Installation
SKILL.md
Dev Diagram
Overview
Construct diagrams that stay readable in their final destination. Support only two output formats: ASCII for plain-text readability and Mermaid for renderable Markdown.
Invocation Shape
When the user invokes the skill with positional hints, treat them as:
$dev.diagram [format] [diagram-kind]
Examples:
$dev.diagram mermaid general-flow$dev.diagram mermaid linear-flow$dev.diagram ascii decision-tree