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

Transforming Claude Code into an Autonomous Engineering Team
The ~/.claude/ configuration turns Claude Code into an autonomous build system, generating and testing code autonomously.

GrapeRoot Pro Adds Undo Shield to Prevent Claude Code from Deleting Your Project
After Reddit reports of Claude Code deleting entire projects, GrapeRoot Pro introduces an Undo Shield that watches Claude's session graph and blocks destructive commands like rm -rf on heavily edited files.

LumaBrowser: Electron Browser Offloads DOM Parsing to Local LLMs for AI Agents
LumaBrowser is an Electron browser that offloads DOM parsing to local LLMs via OpenAI-compatible endpoints, helping autonomous agents avoid processing raw HTML. It uses models like Qwen 2.5 variants to identify UI elements and returns CSS selectors.

Merlin: Local-first LLM context dedup – measure up to 71% chunk overlap, free & open-core
Merlin is a local-first context dedup tool that measured 22-71% chunk overlap across 22M passages from real agent/RAG sessions. Ships as HTTP proxy (Ollama/vLLM/SGLang/llama.cpp), MCP server (Claude/Cursor/OpenClaw), or standalone CLI. MIT open-core with daily usage caps.