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.
Decision snapshot
Is this a fit?
Writing, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
4 months ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
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. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Writing
- Writing use cases
Declared skill metadata
- Source file: skills/dot-syntax/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- 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
Verified compatibility and discovery
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.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.