Skip to content

shipwright 0.1.1 — marketplace install fix

Latest

Choose a tag to compare

@cloverink cloverink released this 27 May 18:47

🔧 Patch release — marketplace install fix

Fixed

  • marketplace.json schema rewrite — now matches the official claude-code-marketplace.json spec.

    The previous schema caused /plugin install to fail with:

    Failed to install: This plugin uses a source type your Claude Code version does not support.

    Changes:

    • source is now a string ("./") for plugins at the repo root, instead of an object with type/repo keys
    • Description moved from metadata.description to top-level (no metadata wrapper)
    • Added $schema reference for IDE validation
    • Added per-plugin author, homepage, repository, license, keywords, category for better discoverability in Claude Code's plugin browser

Install

/plugin marketplace add cloverink/shipwright
/plugin install shipwright@shipwright

If upgrading from v0.1.0, force-refresh the marketplace cache first:

/plugin marketplace remove cloverink/shipwright
/plugin marketplace add cloverink/shipwright
/plugin install shipwright@shipwright

See CHANGELOG.md and full diff for details.