| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-06 | 1.4 kB | |
| v0.5.1 source code.tar.gz | 2026-03-06 | 1.3 MB | |
| v0.5.1 source code.zip | 2026-03-06 | 1.3 MB | |
| Totals: 3 Items | 2.6 MB | 0 | |
Claude Code Marketplace Structure
- Restructured repo to follow Claude Code's official plugin marketplace spec
- Moved all skill files into
plugins/visual-explainer/subdirectory - Added
.claude-plugin/marketplace.jsoncatalog for marketplace discovery - Plugin manifest now at
plugins/visual-explainer/.claude-plugin/plugin.json - Install via marketplace:
/plugin marketplace add nicobailon/visual-explainerthen/plugin install visual-explainer@visual-explainer-marketplace
Pi Manual Install
- Replaced
pi installone-liner with manual installation instructions - Pi users now clone repo and copy skill + prompts to
~/.pi/agent/skills/and~/.pi/agent/prompts/ - Removed stale
pifield frompackage.json(was pointing to non-existent root paths)
OpenAI Codex Install Fix
- Fixed prompts path:
~/.codex/prompts/(was incorrectly~/.agents/commands/) - Prompts are optional (deprecated feature) — skill works without them via
$visual-explainer - With prompts installed, invoke as
/prompts:diff-review,/prompts:plan-review, etc. - Added Available Commands section to SKILL.md for discoverability
Breaking Changes
- Direct Claude Code plugin install (
/plugin install https://...) no longer works — use marketplace flow instead pi install https://github.com/nicobailon/visual-explainerno longer works — use manual install