Beautiful Mermaid ASCII Rendering Use (a JS library, not a CLI) to turn Mermaid diagrams into terminal-friendly ASCII/Unicode art. Quick start Render a Mermaid file: Install a clean command on your PATH (symlink into by default): Render from stdin: Render the first Mermaid fenced block from Markdown: Select a different fenced block (1-based): Installation approach (how this skill “deals with installing”) auto-installs into a writable cache directory (defaults to , or ) when needed, then runs the renderer. If you want a “real” command on your PATH, prefer the symlink installer: You can also in…