nicobailon/visual-explainer

Agent skill that generates rich HTML pages or slide decks for diagrams, diff reviews, plan audits, data tables, and project recaps

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 18 minutes ago
Added to GitGenius on September 1st, 2026
Created on February 16th, 2026
Open Issues & Pull Requests: 1 (+0)
GitHub issues: Enabled
Number of forks: 642
Total Stargazers: 9,664 (+0)
Total Subscribers: 45 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 7.9 days
Mean response time: 58.0 days
90th percentile: 156.8 days
Tracked items: 37

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 23% of issues opened in the past year have been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 5 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • question (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Visual-explainer is an agent skill that transforms terminal output into styled HTML pages and slide decks for diagrams, diffs, audits, tables, and project summaries.

The tool addresses the problem that coding agents default to ASCII art and box-drawing characters when asked to visualize information, which becomes unreadable beyond simple cases. Tables comparing multiple items produce walls of pipes and dashes that wrap and break in the terminal. Visual-explainer intercepts these requests and generates self-contained HTML pages with real typography, dark and light theme support, and interactive Mermaid diagrams featuring zoom and pan capabilities. The skill requires no build step and no dependencies beyond a browser for normal use.

The tool suits developers working with AI agents who want readable visual output for architecture diagrams, code diffs, requirement comparisons, and data tables. It integrates with multiple agent platforms including Claude Code via marketplace plugin, Pi, MCP hosts as a local stdio server, and native skill paths for Antigravity CLI, Codex CLI, OpenCode, Cursor, and OpenClaw. A separate utility converts simple HTML slide decks to PPTX format, though HTML remains the source of truth. Installation varies by platform but generally involves copying the skill directory to the appropriate location or installing through package metadata.

The project shows active development with support across multiple agent harnesses and platforms, indicating ongoing maintenance to keep pace with different tool ecosystems. The codebase includes optional Node dependencies for MCP and PPTX utilities while maintaining a zero-dependency core for browser-based rendering. Documentation covers installation paths for each supported platform with specific guidance on namespace conventions and configuration locations.