Export Diagram banner
cathrynlavery cathrynlavery

Export Diagram

Design community

Description

--- description: Export a diagram-design HTML file to .svg and .png next to the source argument-hint: <html-file> [--svg-only|--png-only] [--scale=N] [--output=<path>] allowed-tools: - Read - Write - Edit - Bash - Glob --- Export the diagram HTML at `$1` to `.svg` and/or `.png`, following the procedure documented in [`skills/diagram-design/references/export.md`](../skills/diagram-design/references/export.md). Treat that reference as the source of truth — don't reimplement the logic he

Installation

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

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

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

Full documentation available on GitHub

View Source Repository