Import Mermaid banner
cathrynlavery cathrynlavery

Import Mermaid

Code Quality community

Description

--- description: Redraw Mermaid as an editorial diagram at a chosen format, size, and detail level argument-hint: <mermaid-file> [--format=html|svg|png|html+png] [--size=<preset>] [--detail=faithful|balanced|simplified] [--audience=engineer|mixed|executive] [--type=<diagram-type>] [--diagram=N|all] [--variant=light|dark|full] [--output=<path>] allowed-tools: - Read - Write - Edit - Bash - Glob --- Redraw the Mermaid source at `$1` in this skill's design system, following [`skills/diag

Installation

Installs to ~/.claude/skills/cathrynlavery-diagram-design-import-mermaid/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cathrynlavery-diagram-design-import-mermaid && curl -fsSL https://raw.githubusercontent.com/cathrynlavery/diagram-design/HEAD/commands/import-mermaid.md -o ~/.claude/skills/cathrynlavery-diagram-design-import-mermaid/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository