By jung-wan-kim
Transform Claude Code Insights report into a dark-mode dashboard + MP4 video (English / Korean)
Transform Claude Code Insights into a dark-mode interactive dashboard + MP4 video

# 1. Add marketplace (one-time)
claude plugin marketplace add jung-wan-kim/insights-ui
# 2. Install plugin
claude plugin install insights-ui
/insights-ui:builder
You'll be asked two questions:
| Type | Location |
|---|---|
| Dashboard (EN) | ~/.claude/usage-data/report-en.html |
| Dashboard (KO) | ~/.claude/usage-data/report-ko.html |
| Video (MP4) | ~/.claude/usage-data/insights-video.mp4 |
report.html (generated by /insights)insights-ui/
├── .claude-plugin/
│ ├── plugin.json # Plugin manifest
│ └── marketplace.json # Marketplace config
├── commands/
│ └── builder.md # /insights-ui:builder command
├── scripts/
│ └── transform-report.js # Transform script (Node.js)
├── templates/
│ ├── report-en-template.html
│ └── report-ko-template.html
├── video/
│ └── src/
│ ├── InsightsVideo.tsx # Remotion video component
│ ├── Root.tsx # Remotion entry
│ └── types.ts # TypeScript types
├── docs/
│ ├── dashboard-en.png
│ ├── dashboard-ko.png
│ └── demo-video.mp4
└── README.md
claude plugin marketplace remove insights-ui
claude plugin marketplace add jung-wan-kim/insights-ui
claude plugin uninstall insights-ui@insights-ui
claude plugin install insights-ui
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Semantic search for Claude Code conversations. Remember past discussions, decisions, and patterns.
Autonomous experiment loop for any project type. Inspired by karpathy/autoresearch.
Automatically switches sub-agent models from opus to sonnet based on real-time Anthropic Usage API percentages. Includes a persistent status line showing gate status, thresholds, and fallback models.
Transform Claude Code Insights report into a dark-mode dashboard (English / Korean)
npx claudepluginhub jung-wan-kim/insights-ui --plugin insights-uiGenerate analytics reports and dashboard configurations from project data
Analyze Claude Code plugins and visualize text artifacts (markdown docs, git diffs, plugins) as interactive HTML or diagram-enhanced markdown reports. On a capable account, HTML reports publish as claude.ai Artifacts by default (doc-visual, diff-visual, plugin-visual, context-health-visual); add --local for a local design-system + Mermaid file. Skills: doc-visual, diff-visual, plugin-visual, context-health-visual, fact-check, report-manager. diff-visual now shows the actual changed code as side-by-side split-diff (build-time grounded, syntax-highlighted) plus File Map change-flags. context-health-visual includes skill security scan (6 pattern categories) and hook schema validation.
Generate an explorable HTML report of Claude Code session usage — tokens, cache efficiency, subagents, skills, and the most expensive prompts — from local ~/.claude/projects transcripts.
Tracks Claude Code session usage (tokens, costs, skills, MCP, subagents) and sends data to a self-hosted dashboard.
Business analysis with data storytelling and KPI dashboard design
Visual dashboard for Claude Code & Codex — usage/token analysis of skills, agents, plugins, hooks, memory, MCP servers, rules, and principles