visual-explainer

Installation
SKILL.md

Visual Explainer

Generate self-contained HTML files for technical diagrams, visualizations, and data tables. Mermaid flowcharts and sequence diagrams support auto-playing directional flow animation, hover-to-trace the full upstream+downstream chain, and tap-to-pin a node with a sliding detail panel — see the "Interactive Mermaid" section below. Always open the result in the browser. Never fall back to ASCII art when this skill is loaded.

Proactive table rendering. When you're about to present tabular data as an ASCII box-drawing table in the terminal (comparisons, audits, feature matrices, status reports, any structured rows/columns), generate an HTML page instead. The threshold: if the table has 4+ rows or 3+ columns, it belongs in the browser. Don't wait for the user to ask — render it as HTML automatically and tell them the file path. You can still include a brief text summary in the chat, but the table itself should be the HTML page.

Available Commands

Detailed prompt templates in ./commands/. In Pi, these are slash commands (/diff-review). In Claude Code, namespaced (/visual-explainer:diff-review). In Codex, use /prompts:diff-review (if installed to ~/.codex/prompts/) or invoke $visual-explainer and describe the workflow.

Installs
3
GitHub Stars
2
First Seen
May 16, 2026
visual-explainer — reinamaccredy/skills