Download Latest Version v0.6.3 source code.tar.gz (1.3 MB)
Email in envelope

Get an email when there's a new version of visual-explainer

Home / v0.5.1
Name Modified Size InfoDownloads / 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.json catalog for marketplace discovery
  • Plugin manifest now at plugins/visual-explainer/.claude-plugin/plugin.json
  • Install via marketplace: /plugin marketplace add nicobailon/visual-explainer then /plugin install visual-explainer@visual-explainer-marketplace

Pi Manual Install

  • Replaced pi install one-liner with manual installation instructions
  • Pi users now clone repo and copy skill + prompts to ~/.pi/agent/skills/ and ~/.pi/agent/prompts/
  • Removed stale pi field from package.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-explainer no longer works — use manual install
Source: README.md, updated 2026-03-06