npx claudepluginhub bengous/claude-code-plugins --plugin plugin-devThis skill is limited to using the following tools:
Dev tool for syncing Claude Code plugin cache from local sources.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
Share bugs, ideas, or general feedback.
Dev tool for syncing Claude Code plugin cache from local sources.
!"${CLAUDE_PLUGIN_ROOT}/scripts/plugin-dev" version 2>&1 || echo "(plugin-dev not available)"
!"${CLAUDE_PLUGIN_ROOT}/scripts/plugin-dev" status 2>&1 || echo "(could not get status)"
plugin-dev status — shows which plugins are staleplugin-dev sync <name> — partial name match (e.g. plugin-dev sync meta)plugin-dev sync --all/reload-plugins is not sufficient)For repos not registered as a known marketplace:
$PWD/.claude-plugin/marketplace.json exists, plugin-dev uses it automaticallyplugin-dev --source /path/to/repo sync --allRun /plugin-dev:install to add plugin-dev to your PATH.
On Windows, run /plugin-dev:update after plugin updates to re-copy the script.
| Path | Purpose |
|---|---|
~/.claude/plugins/cache/ | Plugin cache (what plugin-dev syncs) |
~/.claude/plugins/installed_plugins.json | Installed plugin registry |
~/.claude/plugins/known_marketplaces.json | Marketplace sources |