What problem does it solve?
This Skill solves the problem of creating complex diagrams within markdown documents, such as flowcharts, sequence diagrams, Gantt charts, and ER diagrams, without the need for external tools or software.
Core Features & Use Cases
- Inline Diagrams: Embed diagrams directly within markdown files for seamless documentation.
- Diagram Types: Supports a wide range of diagram types including flowcharts, sequence diagrams, Gantt charts, state diagrams, ER diagrams, and more.
- Azure Resource Visualization: Integrates with Azure Resource Graph to visualize live Azure resource groups as Mermaid diagrams.
- Astro/Starlight Integration: Allows for client-side rendering of Mermaid diagrams in projects using Astro or Starlight frameworks.
- Theming & Styling: Offers theming options for dark mode compatibility and node styling for consistent visualization.
Quick Start
Use the mermaid skill to add a flowchart to your markdown file: mermaid graph LR A --> B