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

Routing Claude API traffic to control costs after Max subscription change
Anthropic's Max subscription no longer covers third-party tool usage, forcing OpenClaw users to API billing. A routing proxy directs simple tasks to Claude Sonnet ($3/M input, $15/M output) and complex ones to Opus ($5/M input, $25/M output), cutting costs without quality loss.

Claude Code Undocumented Features: Hooks, Memory, YOLO Classifier & More
The Claude Code source reveals hidden configs: YOLO Classifier for auto-permission, hooks that rewrite commands, persistent agent memory, auto-mode rules in plain English, and dream loops.

Tilde.run: An Agent Sandbox with a Transactional, Versioned Filesystem
Tilde.run provides isolated, reversible sandboxes for AI agents, with a versioned filesystem that mounts GitHub, S3, and Google Drive, and network isolation by default.

ddash: Mermaid Diagram Tool with URL-Based Storage and Claude Code Integration
ddash is a free Mermaid diagram tool where the entire diagram is compressed into the URL hash, requiring no backend, accounts, or storage. It includes a Claude Code skill that lets you generate and open diagrams directly during conversations with commands like /diagram the auth flow.