Files
Tiffany Phan a3b4d16f8f fix: add marketplace.json so /plugin marketplace add works (#74)
fix: add marketplace.json so the repo can be added with /plugin marketplace add

Claude Code requires `.claude-plugin/marketplace.json` to register a repo
as a plugin marketplace; `plugin.json` alone causes:

    Error: Marketplace file not found at .../.claude-plugin/marketplace.json

This adds a minimal single-plugin marketplace pointing at the repo root,
and updates the README install steps to match what actually works
(`/plugin marketplace add` then `/plugin install`).

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-15 23:32:57 +00:00
..