What problem does it solve?
Converting plain-text Mermaid v11 diagram definitions into high-quality, shareable visual assets is repetitive and error-prone when done manually; this Skill automates rendering, theming, and export so documentation and diagrams remain synchronized with source text.
Core Features & Use Cases
- Convert Mermaid v11 source into SVG, PNG, or PDF for documentation, slides, or reports.
- Support for diagram-level frontmatter, global configuration, custom CSS, and theme overrides for consistent styling.
- CLI, Docker, and programmatic integrations for batch processing and CI/CD pipeline generation of diagrams.
- Accessibility preservation with ARIA-friendly title and description tags, useful for public documentation and compliance.
- Use Cases: render architecture diagrams for README files, convert sequence diagrams for API docs, and generate Gantt charts for project timelines.
Quick Start
Render the supplied Mermaid v11 diagram text to an SVG file with the dark theme and a transparent background.