From experiments
This skill should be used after completing modifications to a Claude Code plugin (any directory with .claude-plugin/plugin.json) to "bump version", "update plugin version", or "sync version files". Also trigger proactively after finishing plugin changes — not mid-task.
How this skill is triggered — by the user, by Claude, or both
Slash command
/experiments:plugin-version-bumpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill **after completing all modifications** to a Claude Code plugin. Do NOT use mid-task.
Use this skill after completing all modifications to a Claude Code plugin. Do NOT use mid-task.
A Claude Code plugin is any directory containing .claude-plugin/plugin.json. Identify affected plugins by finding .claude-plugin/plugin.json in the directory tree of modified files. Do NOT rely on hardcoded paths.
If no modified files belong to a plugin directory, this skill does not apply.
Determine bump level from the type of change made:
| Change Type | Bump | Examples |
|---|---|---|
| New skill, command, agent, or hook | minor | Add skills/foo/SKILL.md, new command |
| Existing component edited | patch | Fix typo in skill, update description |
| Component removed or renamed (breaking) | major | Remove a command users depend on |
| Metadata-only (plugin.json fields, README) | patch | Update description or keywords |
If the correct level is unclear, ask the user.
For each affected plugin:
.claude-plugin/plugin.json (source of truth).claude-plugin/plugin.json version fieldpackage.json version field (if present in plugin root).claude-plugin/marketplace.json (registry file) — find the plugin entry by name field (not array index) and update its version
name, source, version, and descriptionAll files MUST contain the same version string after the bump.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub pabloimrik17/monolab --plugin experiments