From product
Renders Mermaid diagrams to PNG/SVG/PDF and automatically fixes syntax errors like quote and bracket mismatches.
How this skill is triggered — by the user, by Claude, or both
Slash command
/product:render-mermaidhaikuThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Convert Mermaid diagrams in the specified Markdown file or directory to images.
Convert Mermaid diagrams in the specified Markdown file or directory to images. Automatically fix any syntax errors found.
mmdc (mermaid-cli) if installedWrite all reports in the language configured in work/pipeline-progress.json (options.output_language).
Rendered output is placed in the same directory as the source file.
npx claudepluginhub wfukatsu/nexus-architect --plugin scalardbValidates and repairs Mermaid diagrams in markdown files by scanning code blocks, validating syntax, and auto-fixing common errors. Useful for documentation with broken diagrams.
Extracts Mermaid diagrams from markdown files and generates high-quality PNG images with smart sizing based on diagram type.
Routes Mermaid diagram requests to type-specific guides (sequence, activity, ER, architecture); validates .md files, renders .mmd to SVG, architects from codebases.