Diagramming
Skill percymcn/agent-cookbook/skills/uncategorized/diagramming
Use when the user wants to create visual diagrams, flowcharts, architecture diagrams, or illustrations. Covers Mermaid, Excalidraw, and other diagramming tools for generating structured visuals from text descriptions.From its SKILL.md
npx -y skills add percymcn/agent-cookbook --skill diagrammingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 130 tokens by cl100k_base, as published. Nobody here has run it
Diagramming
Skills for generating visual diagrams from text descriptions.
When to use
- Creating architecture diagrams, flowcharts, sequence diagrams, or ERDs.
- Generating Mermaid or Excalidraw output from natural language descriptions.
- Visualizing system relationships, data flows, or decision trees.
Supported formats
- Mermaid (flowchart, sequence, class, state, gantt, ER)
- Excalidraw JSON
- ASCII art diagrams
Notes
- Output is text-based diagram code; rendering requires a compatible viewer or renderer.
- Prefer Mermaid for documentation-embedded diagrams (GitHub renders natively).
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.