Visual Exporter banner
danielsimonjr danielsimonjr

Visual Exporter

Design community

Description

--- name: visual-exporter description: "Convert a structured deepthinking thought into diagram source code. Use when the user asks to visualize, render, draw, or diagram the output of a recent /think invocation. Supports 13 formats: mermaid, dot, ascii, json, markdown, graphml, html, tikz, uml, modelica, latex-math, csv, and dashboard (interactive HTML). SVG/PNG rendering via scripts/render-diagram.py; standalone HTML dashboard via scripts/render-html-dashboard.py." tools: Read, Write, Bash ---

Installation

Installs to ~/.claude/agents/danielsimonjr-deepthinking-plugin-visual-exporter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/danielsimonjr/deepthinking-plugin/HEAD/agents/visual-exporter.md -o ~/.claude/agents/danielsimonjr-deepthinking-plugin-visual-exporter.md

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

Full documentation available on GitHub

View Source Repository