Diagramming
Skill percymcn/agent-cookbook/skills/uncategorized/diagramming
Production-ready AI agent skills, playbooks, and workflows from the pharma6 automation lab
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.
What its author says it does
Copied from the file, not written here
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.
SKILL.md
0.9 KB, 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).