A Claude Code plugin marketplace.
Plugin cache is keyed by version number. If you modify plugin files without bumping the version, users won't get the changes until they reinstall.
Before pushing changes to any plugin, update all three files:
plugins/[name]/.claude-plugin/plugin.json— bump the version.claude-plugin/marketplace.json— match the version (sourcefield is required)README.md— update the displayed version
Run the version check script before pushing:
./scripts/check-plugin-versions.shInstall git hooks for automatic enforcement:
./scripts/install-hooks.shRepo-level skills in .claude/ for plugin authors:
/smith <plugin-name>— Scaffold a new plugin with correct structure, frontmatter, and marketplace registration/hone <plugin-name>— Audit an existing plugin's quality against the Claude Code plugin spec (8-category scoring)
PluginName vX.Y.Z: Brief description
- Change 1
- Change 2
claude --plugin-dir /path/to/quickstop/plugins/plugin-nameRefer to the Claude Code plugin documentation for authoring details.