Claude Code plugin analyzes any plugin and generates interactive wiki reports

A developer has created a Claude Code plugin that analyzes any plugin and automatically generates an interactive wiki report. The plugin addresses the challenge of understanding complex plugins that pack dozens of skills, hooks, agents, and MCP servers into single installations.
How it works
The plugin takes any plugin path or GitHub URL and generates a self-contained interactive HTML wiki report with 11 sections. Reports include architecture diagrams, skill breakdowns, hook mappings, agent relationships, and security audits — all on a single navigable page.
Key features
- Interactive diagrams with zoom/pan functionality and fullscreen mode
- Export diagrams as PNG files
- Section-level feedback that exports as JSON for targeted fixes
- Security audit with permission analysis, hook injection risks, and risk classification
- Responsive navigation and curated typography with anti-slop rules for readability
Additional skills
The plugin also includes these capabilities:
- Visualize git diffs
- Generate project recaps
- Review implementation plans
- Fact-check reports
- Manage generated reports
Installation and usage
Install with:
claude plugin add vision-powers@claude-code-zeroGenerate reports with:
/agent-extension-visualizing github.com/owner/repoThe developer mentions plugins like oh-my-claudecode, everything-claude-code, and get-shit-done as examples of complex plugins that benefit from this analysis tool.
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenClaw Skill Server for Indian Market Analysis and Trading
An open-source trading terminal for Indian markets has been integrated as an OpenClaw skill server, allowing agents to pull market data and run multi-agent analysis via HTTP. The system provides structured trade plans with entry prices, stop-losses, and targets across three risk profiles.

Free macOS Menu Bar App Monitors Claude Usage in Real-Time
A developer built a free macOS menu bar app to monitor Claude usage entirely using Claude Code with Opus. The app shows 5-hour and 7-day session usage bars, context window fill percentage, and sends notifications when approaching limits.

Simplifying OpenClaw Hosting: BestClaw Keeps SSH and User-Friendly Functionality
BestClaw emerges as a straightforward solution for OpenClaw hosting, balancing ease of use with crucial SSH access, as discussed on r/openclaw.

Prompt-Mini: Claude Code Plugin Intercepts Vague Prompts to Reduce Credit Waste
Prompt-mini is a Claude Code plugin that intercepts vague prompts before execution, asks clarifying questions, and builds structured prompts with stack detection and specific rules for 40+ frameworks. The tool addresses 35 credit-killing patterns like missing scope, stop conditions, and file paths.