---
name: pretty-mermaid
slug: pretty-mermaid
score: 48
rubric: 1.0
provenance: community
publisher: imxv
license: MIT
capability: read-write
canonical: https://top-agent-skills.com/skill/pretty-mermaid
---

# pretty-mermaid

Actually renders Mermaid to SVG or ASCII instead of emitting text and hoping something downstream draws it. Bundles the render scripts.

## Install

### Claude Code

```bash
npx skills add https://github.com/imxv/pretty-mermaid-skills --skill pretty-mermaid
```

## Best for

Turning Mermaid source into a finished SVG or a terminal-friendly ASCII diagram, with themes applied and batches handled in one pass.

## Not ideal for

Anything needing a recent upstream. This is community-maintained and its last release predates most of the current agent tooling — useful, but not actively tracking the ecosystem.

## About

Render beautiful Mermaid diagrams as SVG or ASCII art using the beautiful-mermaid library. Supports 15+ themes and 5 diagram types (flowchart, sequence, state, class, ER). Use when asked to render a Mermaid diagram or given .mmd files, to create a flowchart, sequence diagram or state diagram, to apply a theme or beautify a diagram, to batch process multiple diagrams, when an ASCII or terminal-friendly diagram is needed, or to visualize architecture, workflows and data models.

## Compatibility

claude-code

## Metadata

- Categories: diagrams-visualization
- Surfaces: claude-code
- Tags: Mermaid, SVG, ASCII
- Setup time: 2 min
- Complexity: Low
- Last update: 2026-01-31
- Verified: —
- Source: https://github.com/imxv/Pretty-mermaid-skills
- Docs: https://github.com/imxv/Pretty-mermaid-skills/blob/main/SKILL.md

---

_Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_
