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