Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By LeeJuOh
Generate self-contained interactive HTML reports for wiki analysis, diff review, plan review, project recap, and fact-checking — with architecture diagrams, security audits, and risk assessments — all from Claude Code agent context and git history.
npx claudepluginhub leejuoh/claude-code-zero --plugin vision-powersReview a generated report for narrative coherence, internal contradictions, and unsupported assumptions — with no access to source data or analysis context. Delegated by the report generation workflow as an optional quality gate. <example> Context: Workflow delegates coherence review after report assembly and validation user: "Review the report at /path/to/report.html for coherence issues" assistant: "I'll read the report with fresh eyes and check for narrative coherence, contradictions, and missing context." <commentary> The coherence-reviewer receives ONLY the report file path. It has no access to analysis data, source code, or git history — simulating a first-time reader's experience. </commentary> </example>
Analyze functionality, architecture, dependencies, and quality of agent plugin components (Claude Code). Delegated by the agent-extension-visualizing skill. <example> Context: Skill delegates feature analysis with metadata and file paths user: "Analyze features for plugin at ./plugins/my-plugin with components: [SKILL] my-skill, [AGENT] my-agent" assistant: "I'll analyze functionality, architecture, dependencies, and quality of each component." <commentary> The agent-extension-visualizing skill provides metadata and file paths. This agent reads the actual files and performs feature/architecture analysis. </commentary> </example>
Analyze security posture, permission models, and risk levels of agent plugin components (Claude Code). Delegated by the agent-extension-visualizing skill. <example> Context: Skill delegates security analysis with metadata and file paths user: "Analyze security for plugin at ./plugins/my-plugin with components: [SKILL] my-skill, [AGENT] my-agent" assistant: "I'll audit the permission model, tool scope, hook scripts, and MCP trust boundaries." <commentary> The agent-extension-visualizing skill provides metadata and file paths. This agent reads the actual files and performs security analysis. </commentary> </example>
Generate self-contained HTML reports from structured analysis data with dynamic section structure. Report generator for all vision-powers visual report skills (agent-extension-visualizing, diff-visual, plan-visual, project-recap). <example> Context: Skill delegates HTML report generation with analysis results, section structure content, and design system content user: "Generate HTML report to ${CLAUDE_PLUGIN_DATA}/reports/my-diff-report.html" assistant: "I'll generate a self-contained HTML report following the provided section structure and design system." <commentary> The orchestrator skill provides pre-analyzed data and reference file contents inline (section structure, font system, anti-slop rules). This agent starts writing sections immediately without a read turn. </commentary> </example>
Analyze agent extensions and generate self-contained HTML wiki reports with security audit, architecture diagrams, and plugin profiles. Currently supports Claude Code plugins. Use when asked to analyze, audit, inspect, review, document, or wiki a plugin or extension — including phrases like "what does this plugin do", "tell me about this extension", "break down this plugin", or "generate a report for this plugin". Also triggers on GitHub plugin URLs or local plugin paths. Default output is an interactive HTML report; use --format md for inline markdown.
Visualize git diffs as interactive HTML reports with architecture diagrams, KPI dashboards, code review cards, and side-by-side comparisons. Use when asked to visualize, review, explain, or summarize a diff, branch, commit, PR, or set of changes — including phrases like "what changed", "show me the changes", "review this PR visually", or "make a visual diff report". Accepts branch names, commit hashes, HEAD, PR numbers, or commit ranges.
Verify factual accuracy of a document against the actual codebase and git history. Extracts verifiable claims, checks each against source, corrects inaccuracies in place, and adds a verification summary. Use when asked to verify, fact-check, validate, or audit claims in a report, plan, or document — including phrases like "is this accurate", "double-check this report", "verify the numbers", or "are these claims correct". Accepts a file path or auto-detects the most recent HTML report.
Review implementation plans as interactive HTML reports with architecture diagrams, blast radius analysis, risk assessment, and gap detection. Use when asked to review, visualize, evaluate, assess, or critique an implementation plan — including phrases like "check my plan", "is this plan feasible", "review the implementation plan", or "what could go wrong with this plan". Accepts plan file paths or reads from the current Claude Code plan.
Generate a visual project recap — rebuild mental model of a project's current state, recent activity, key decisions, and cognitive debt hotspots. Use when asked to recap, summarize, snapshot, or catch up on a project's status, progress, or recent activity — including phrases like "what happened recently", "catch me up", "status update", "what's been going on", or "give me the big picture". Accepts a time window (2w, 30d, 3m).
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Generate beautiful HTML pages for diagrams, diff reviews, plan reviews, slides, and data tables
Sixteen HTML-output skills that help Claude Code reach for self-contained HTML artifacts (specs, diagrams, dashboards, prototypes, decks, mind maps, design tokens, comparison matrices, and more) instead of long-form markdown when HTML is the better surface.
Generate analytics reports and dashboard configurations from project data
Documentation generation - API docs, README, knowledge graphs, LaTeX PDF conversion
Create beautiful HTML presentations from markdown specs using a Poimandres-themed template
Documentation generation with API docs, architecture diagrams, and tutorials
Manage mo markdown viewer sessions with group-based organization: auto-start, browser integration, per-project watch patterns, port isolation
cmux terminal integration: topology control, browser automation, markdown viewer, notifications
Enhanced git worktree: base branch selection (name@base), custom branch prefix, remote tracking, selective copy/symlink for gitignored files
Personal utility commands and tools for Claude Code
Rubber duck tutor that combats rubber-stamping in AI-assisted workflows. Interactive learning sessions for plan review, code verification, and PR review, with auto-hooks at workflow checkpoints.
A curated marketplace of Claude Code plugins — visual reports, git worktree enhancements, NotebookLM integration, skill creation tools, cross-model code analysis, and developer utilities.
/plugin marketplace add LeeJuOh/claude-code-zero
/plugin install <plugin-name>@claude-code-zero
Run /plugin and check the Installed tab.
| Plugin | Description |
|---|---|
| vision-powers | Interactive HTML reports — diffs, plans, project recaps, and wiki analysis with Mermaid diagrams and Chart.js |
| worktree-plus | Native git worktree behavior with gitignored file support (.worktreeinclude / .worktreelink) |
| toolbox | Developer utilities — sitemap extraction, Gemini web fetch, handoff docs, config audit, secret management |
| notebooklm-connector | Query Google NotebookLM notebooks from Claude Code — source-grounded answers via Chrome automation |
| skill-creator-pro | Create, test, and optimize Claude Code skills with category-aware design and autonomous benchmarking |
| rubber-duck-tutor | Protect your coding skills — interactive comprehension exercises after plans, code, and commits |
| e2e-test-runner | Browser tests in plain English — natural language steps with video recording and visual regression |
| codex-advisor | Cross-model code analysis — OpenAI Codex review and verification with Claude's critical evaluation |
/plugin disable <plugin-name>@claude-code-zero # Disable
/plugin enable <plugin-name>@claude-code-zero # Re-enable
/plugin update <plugin-name>@claude-code-zero # Update to latest
/plugin uninstall <plugin-name>@claude-code-zero # Uninstall