To provide AI with Mermaid chart rendering capability, supporting both SVG and ASCII output formats
npx skills add https://github.com/imxv/pretty-mermaid-skills --skill pretty-mermaidInstale esta skill com a CLI e comece a usar o fluxo de trabalho SKILL.md em seu espaço de trabalho.

Render Mermaid diagrams as beautiful SVGs or ASCII art
Ultra-fast, fully themeable, zero DOM dependencies. Built for the AI era.
English | 中文
A Mermaid diagram rendering skill for AI, supporting both SVG and ASCII output formats to make your documentation more vivid.
| Light Themes | Dark Themes | Other |
|---|---|---|
| zinc-light | zinc-dark | nord |
| tokyo-night-light | tokyo-night | nord-light |
| cappuccin-latte | tokyo-night-storm | dracula |
| github-light | cappuccin-mocha | one-dark |
| solarized-light | github-dark | |
| solarized-dark |
Seamlessly integrates with the following AI coding environments:
npx skills add https://github.com/imxv/pretty-mermaid-skills --skill pretty-mermaid
cd Pretty-mermaid
node scripts/themes.mjs
Note: Dependencies will be auto-installed on first run. Just ensure Node.js is available.
node scripts/themes.mjs
node scripts/render.mjs \
--input diagram.mmd \
--output output.svg \
--theme tokyo-night
node scripts/batch.mjs \
--input-dir ./diagrams \
--output-dir ./output \
--theme dracula
Check the 5 template files in assets/example_diagrams/:
flowchart.mmd - Flowchartsequence.mmd - Sequence Diagramstate.mmd - State Diagramclass.mmd - Class Diagramer.mmd - ER DiagramSee SKILL.md for detailed usage guide.
MIT License
Based on beautiful-mermaid