ascii-diagram
Installation
SKILL.md
/ascii-diagram — Perfectly Aligned ASCII Diagrams
Orientation
Use when:
- The user wants any kind of text/ASCII diagram: architecture, flow, sequence, box-and-arrow, tree, table, org chart, network topology
- A diagram needs to be embedded in markdown, code comments, or plain text
- Visual alignment matters
Do NOT use when:
- The user wants an image (suggest Mermaid, PlantUML, or an image tool instead)
- The diagram is trivial (a single box or a one-line arrow)
What this skill needs:
- A description of what to diagram
- Optional: preferred style (single-line
+--+, double-line╔══╗, rounded╭──╮, heavy┏━━┓) - Optional: target width constraint
Related skills