RAI's curated Claude Code plugin marketplace.
| Plugin | Description | Commands |
|---|---|---|
| dockyard | Standalone skills & commands | codebase-analyze, code-review, doc-digest, investigate, review-and-submit, feedback |
| shipwright | Orchestrated bug-fix workflows (requires dockyard) | shipwright, feedback |
# 1. Add the marketplace (one-time)
/plugin marketplace add https://github.com/RelationalAI/shipwright
# 2. Install dockyard (standalone skills and commands)
/plugin install dockyard@shipwright-marketplace
# 3. (Optional) Install shipwright (orchestrated workflows -- requires dockyard)
/plugin install shipwright@shipwright-marketplace
# 4. Restart your Claude session to activateAdd to your project's .claude/settings.json:
{
"extraKnownMarketplaces": [
"https://github.com/RelationalAI/shipwright"
]
}See CONTRIBUTING.md.
- Superpowers by Jesse Vincent -- TDD, verification, systematic debugging, anti-rationalization skills. Apache 2.0.
- GSD by gsd-build -- Decision categorization and brownfield analysis patterns.