
from pretty-mermaid-skills741
Render Mermaid diagrams to polished SVG or terminal-friendly ASCII with multiple themes and batch processing.
Render Mermaid diagram source (.mmd) into high-quality SVG for web/docs or ASCII art for terminal/READMEs. Includes theming, templates, batch processing, and options for transparent backgrounds and custom fonts. Useful for generating visuals for docs, presentations, and developer workflows.
Best fit for developer/code-capable agents and environments that can run Node.js scripts (Copilot/Codex-style agents, Claude/Code agents, local CLI-based automation).
Pretty Mermaid renders Mermaid diagrams to SVG or ASCII with theming support. Scripts were skipped during execution — they require the beautiful-mermaid npm package which auto-installs on first run. SKILL.md is well-documented with clear triggers, workflow decision trees, and troubleshooting. Main security concern is auto-installing npm packages without user confirmation.
beautiful-mermaidAuto-install of npm dependency via execSync('npm install') reduces security score. Scripts are well-structured but couldn't be tested due to missing dependency. The skill follows a clean architecture pattern with proper separation of concerns.