recipe-to-dot Skill
Convention for generating DOT flowchart diagrams from Amplifier recipe YAML files Published by microsoft in amplifier-bundle-recipes.
What is recipe-to-dot Skill?
Convention for generating DOT flowchart diagrams from Amplifier recipe YAML files Published by microsoft in amplifier-bundle-recipes. 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
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use recipe-to-dot Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/amplifier-bundle-recipes
- Skill file: skills/recipe-to-dot/SKILL.md
What it does
Convention for generating DOT flowchart diagrams from Amplifier recipe YAML files
Skill instructions
Recipe-to-DOT Convention Purpose Recipe YAML files define multi-step AI agent workflows, but they're hard to understand at a glance. DOT flowchart diagrams make recipes visually understandable. This skill documents the standard mapping from recipe YAML structure to DOT visual elements. Visual Convention Mapping | Recipe Concept | DOT Shape | Fill Color | Style | |---|---|---|---| | Start/End nodes | oval | e0e0e0 (gray) | filled,rounded | | Bash step (type: bash) | box | bbdefb (blue) | filled,rounded | | Agent step (type: agent / default) | box | c8e6c9 (green) | filled,rounded | | Sub-recipe call (type: recipe) | box | e0e0e0 (gray) | filled,rounded,dashed | | Approval gate | diamond | ffe0b2 (orange) | filled | | Condition decision | diamond | fff9c4 (yellow) | filled | | Data/Output | note or cylinder | e1bee7 (purple) | filled | Graph Structure Rules - Graph flows top-to-bottom (rankdir=TB) - Every diagram has Start and Done nodes - Flat mode: steps flow sequentially, conditions g
Explore related resources
Frequently asked questions
What is recipe-to-dot?
recipe-to-dot is a open-source AI agent skill with Copy skill directory. Convention for generating DOT flowchart diagrams from Amplifier recipe YAML files
Who is recipe-to-dot best for?
recipe-to-dot is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install recipe-to-dot?
Install or run recipe-to-dot using Copy skill directory. Check recipe-to-dot for the latest setup command.
Is recipe-to-dot actively maintained?
recipe-to-dot may need a closer maintenance check before production use.
Auto-fetched from GitHub.