What problem does it solve?
Creating visual diagrams for documentation often involves external tools, image files, and complex embedding, making maintenance difficult. This skill provides a simple, text-based solution for embedding diagrams directly into any GitHub Flavored Markdown file.
Core Features & Use Cases
- Universal ASCII Diagramming: Create flowcharts, pipelines, and system diagrams for READMEs, design docs, and specifications using pure text.
- Automatic Layout: Define relationships, and
graph-easy handles the visual arrangement, saving design time.
- Markdown-Native Embedding: Diagrams are rendered as text, eliminating external image dependencies and simplifying version control.
- Use Case: When explaining a complex system flow in a README or a design document, use this skill to quickly generate a clear, self-contained diagram that is easy to update and review in plain text.
Quick Start
Create an ASCII diagram for the README.md file.
Show a pipeline with 'Input' flowing to 'Process' and then to 'Output'.