notemdpro-mermaid-healer

Installation
SKILL.md

NoteMD Pro - Mermaid Diagram Fixing

Overview

This skill fixes Mermaid diagram syntax errors in markdown files. It includes comprehensive fixing logic for 20+ common Mermaid syntax issues including unquoted labels, malformed arrows, nested brackets, and more.

When to Use

  • Fix broken diagrams: Repair Mermaid syntax errors in notes
  • Auto-fix after generation: Automatically fix diagrams after LLM content generation
  • Batch repair: Fix multiple files at once

Function Call Chain

refineMermaidBlocks (mermaidProcessor.ts)
├── split content by lines
├── detect ```mermaid blocks
├── apply fix rules in order:
Related skills
Installs
1
GitHub Stars
1
First Seen
Apr 16, 2026