plugin-visual

Solid

Analyze agent extensions and generate self-contained HTML wiki reports with security audit and architecture diagrams. Use when asked to analyze, audit, or document a plugin. Triggers on GitHub plugin URLs or local plugin paths.

AI & Automation 47 stars 4 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
56
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Agent Extension Visual Analyze agent extensions and generate self-contained HTML wiki reports (or inline markdown) with security audit and plugin profiles. Currently supports Claude Code plugins. ## Instructions ### Input Parsing Determine the analysis target from the user's message: 1. Path contains `/` → **local path** (resolve relative to cwd) 2. Contains `github.com` or `https://` → **GitHub URL** 3. Other text → **installed plugin name** (search `~/.claude/plugins/cache/`) 4. Nothing specified → **current directory** (scan `.claude/`, `CLAUDE.md`, `plugins/`) For GitHub URLs, support subpath patterns: - `github.com/owner/repo` → clone entire repo - `github.com/owner/repo/tree/branch/plugins/foo` → clone repo, analyze subpath only ### Language Detection Determine the output language: 1. **Explicit language argument**: `--lang <code>` (e.g., `--lang ko`, `--lang fr`, `--lang zh`) → use that language. Any language code is valid 2. **User message text**: Detect the language of the message (excluding URL/path) and match it - Examples: Korean text → Korean, Japanese text → Japanese, "en español" → Spanish, "auf Deutsch" → German 3. **URL only with no other text**: Use AskUserQuestion to ask the user's preferred language Pass the detected language to sub-agents and use it for Phase 5 report assembly. ### Analysis Mode Detection Determine **what** to analyze: | Mode | Trigger Keywords | Scope | |------|-----------------|-------| | `analyze` **(default)** | "ana...

Details

Author
LeeJuOh
Repository
LeeJuOh/claude-code-zero
Created
4 months ago
Last Updated
4 days ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category