Releases: cloverink/shipwright
Releases · cloverink/shipwright
shipwright 0.1.1 — marketplace install fix
🔧 Patch release — marketplace install fix
Fixed
-
marketplace.jsonschema rewrite — now matches the officialclaude-code-marketplace.jsonspec.The previous schema caused
/plugin installto fail with:Failed to install: This plugin uses a source type your Claude Code version does not support.
Changes:
sourceis now a string ("./") for plugins at the repo root, instead of an object withtype/repokeys- Description moved from
metadata.descriptionto top-level (nometadatawrapper) - Added
$schemareference for IDE validation - Added per-plugin
author,homepage,repository,license,keywords,categoryfor 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.
shipwright 0.1.0
🚢 Initial release
Production-grade Claude Code skills for shipping quality code via an automated audit → review → docs → PR pipeline.
Install
/plugin marketplace add cloverink/shipwright
/plugin install shipwright@shipwright
What's inside
- 12 skills flat under
skills/— see README - 4 design patterns documented in
patterns/ - One command (
/ship) gates your branch through 4 quality phases before PR - Strict quality gates — code >9/10, UX 10/10, docs binary pass/fail
Highlights
- A→R→D→S pipeline with sub-skill commit bundling
- Branch-aware audit (whole-project on main, diff-scoped on feature)
- Mermaid diagrams in README showing pipeline + review-family flow
- Decision matrix for choosing the right review skill
- GitHub Actions CI validates plugin structure on every push
See CHANGELOG.md for the full feature list.