Skills · Preview

Agent skills for agentic diagrams

Drop-in SKILL.md files that teach Claude Code and other skill-aware assistants how to author, validate, and fix .agentic.yaml files from a plain-English description of your system. A steppingstone toward a full skills manager — for now, copy the file into your skills directory and go.

agentic-diagrams

v0.1

Author & 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

What's next

A proper skills manager (discovery, versioning, install) is on the way. For now, the agentic-diagrams skill is shipped here as a single SKILL.md you can paste into any skill-aware assistant. Want to contribute one? Open a PR on GitHub.