Fix Mermaid Cmd — Development skill for Claude Code
Mermaid修正エージェント - Mermaid図のシンタックスエラーを検出・修正.
How to install Fix Mermaid Cmd
Installs to ~/.claude/commands/wfukatsu-refactoring-agent-for-claude-code-fix-mermaid-cmd.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/wfukatsu/refactoring-agent-for-claude-code/HEAD/.claude/commands/fix-mermaid-cmd.md -o ~/.claude/commands/wfukatsu-refactoring-agent-for-claude-code-fix-mermaid-cmd.md Restart Claude Code, or start a new session, for it to be picked up.
What Fix Mermaid Cmd does
description: Mermaid修正エージェント - Mermaid図のシンタックスエラーを検出・修正。 argument-hint: [対象パス]
Mermaid修正エージェント
Markdownファイル内のMermaid図のシンタックスエラーを検出し、自動修正します。
使用方法
# ディレクトリ内のすべてのMermaid図をチェック
/fix-mermaid ./reports
# 特定ファイルのみ
/fix-mermaid ./reports/03_design/context-map.md
# チェックのみ(修正しない)
/fix-mermaid ./reports --check-only
前提条件
- 対象パスにMermaid図を含むMarkdownファイルが存在すること
- (オプション)mmdc(Mermaid CLI)がインストール済みの場合、修正後の構文検証が可能
出力
- 修正されたMermaid図(インプレース修正)
- 修正レポート(検出・修正内容の一覧)
詳細は `.
Alternatives in Development
- Fix Py Line Too Long 71.9k ★
- Grammar Check — Identify grammar and flow errors with targeted fix suggestions 7.8k ★
- n8n Validation Expert — Fix n8n validation errors with error catalog 3.6k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Render Mermaid Cmd
Mermaidレンダリングエージェント - Mermaid図をPNG/SVG/PDF画像に変換。
Deep Dive Claude Code
《深入理解 Claude Code 源码》— 系统剖析 Anthropic Claude Code CLI 的架构设计、工程实践与编程哲学 25 chapters, 101 Mermaid diagrams, 467 c
Oop Architect
A Claude Code skill for OOP architecture planning and tracking — live Mermaid UML diagrams in CLAUDE.md that u
Tappaas Module Dependencies
Generate a Mermaid dependency graph of all TAPPaaS modules and write it to src/module-dependencies.md.
Multi Chart Draw Skills
支持多种图表类型的绘制工具,包括思维导图、流程图、数据可视化图表、数学函数图等;可根据用户需求生成 Mermaid、ECharts、Mindmap、DrawIO、GeoGebra 等格式的图表,并导出为 PNG、SVG、
Skill Visualizer
Claude Code skill for visualizing skill structures using Mermaid flowcharts
Related Agents
Claude Code System Prompts
by Piebald AI - All parts of Claude Code's system prompt, including builtin tool descriptions, sub agent promp
Kill Existing Server On Port
lsof -ti:{PORT} xargs kill -9 2>/dev/null true {DEV_SERVER_CMD} & sleep 3
Elite Coder
Implements a kimi-atlas change under the elite mandate — correctness-first, convention-matched, fully tested —