agentic-diagrams
v0.1Author & validate .agentic.yaml files
Turns a natural-language description of an agent system into a valid .agentic.yaml document. Fetches the live spec on every run, picks node and edge types from the schema, validates with @agenticdiagrams/schema, and writes the file so you can import it at app.agenticdiagrams.com.
Fires on
- Create, author, or draft a .agentic.yaml
- Diagram an agent, multi-agent, or agentic workflow
- Validate or fix an existing .agentic.yaml
- Mentions Agentic Diagrams, agentic schema, or @agenticdiagrams/schema
Install
Save the SKILL.md under your assistant's skills directory. For Claude Code:
mkdir -p ~/.claude/skills/agentic-diagrams
curl -fsSL https://agenticdiagrams.com/skills/agentic-diagrams/SKILL.md \
-o ~/.claude/skills/agentic-diagrams/SKILL.md