github nicobailon/visual-explainer v0.5.1

latest releases: v0.6.3, v0.6.2, v0.6.1...
one month ago

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

Don't miss a new visual-explainer release

NewReleases is sending notifications on new releases.