dot-syntax Skill
Use when writing or reading DOT/Graphviz code and needing quick syntax reference — node declarations, edge syntax, attributes, subgraphs, HTML labels, and common gotchas Published by microsoft in amplifier-bundle-dot-graph.
What is dot-syntax Skill?
Use when writing or reading DOT/Graphviz code and needing quick syntax reference — node declarations, edge syntax, attributes, subgraphs, HTML labels, and common gotchas Published by microsoft in amplifier-bundle-dot-graph. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Writing
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use dot-syntax Skill
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/amplifier-bundle-dot-graph
- Skill file: skills/dot-syntax/SKILL.md
What it does
Use when writing or reading DOT/Graphviz code and needing quick syntax reference — node declarations, edge syntax, attributes, subgraphs, HTML labels, and common gotchas
Skill instructions
DOT Syntax Quick Reference Overview Fast lookup for DOT graph description language syntax. Covers the constructs you'll use 90% of the time. Core principle: DOT describes structure (what connects to what). Layout engines handle positioning. You never specify coordinates. Graph Declaration dot digraph name { } // directed graph (use -) graph name { } // undirected graph (use --) strict digraph name { } // no multi-edges allowed Nodes dot mynode // implicit creation mynode [label="Display Name" shape=box] // explicit with attributes mynode [label="Line 1\nLine 2"] // multiline label "node with spaces" // quoted ID for special chars ID rules: [a-zA-Z][a-zA-Z0-9] unquoted. Use quotes for spaces/special chars. Edges dot A - B // directed edge A - B [label="calls"] // labeled edge A - B - C // chain A - {B C D} // fan-out (A connects to B, C, and D) A - B [style=dashed color=red] // styled edge Attributes dot // Defaults (apply to all subsequent nodes/edges) node [shape=box style="rounded,fi
Explore related resources
Frequently asked questions
What is dot-syntax?
dot-syntax is a open-source AI agent skill with Copy skill directory. Use when writing or reading DOT/Graphviz code and needing quick syntax reference — node declarations, edge syntax, attributes, subgraphs, HTML labels, and common gotchas
Who is dot-syntax best for?
dot-syntax is best for reusing agent instructions, scripts, and references, writing workflows.
How do I install dot-syntax?
Install or run dot-syntax using Copy skill directory. Check dot-syntax for the latest setup command.
Is dot-syntax actively maintained?
dot-syntax may need a closer maintenance check before production use.
Auto-fetched from GitHub.