From context-mode
Upgrades the context-mode plugin from GitHub, rebuilding and reinstalling npm global packages, and reconfiguring hooks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/context-mode:ctx-upgradeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Pull latest from GitHub and reinstall the plugin.
Pull latest from GitHub and reinstall the plugin.
ctx_upgrade MCP tool directly. It returns a shell command to execute.## context-mode upgrade
- [x] Pulled latest from GitHub
- [x] Built and installed v1.0.39
- [x] Hooks configured
- [x] Doctor: all checks PASS
Use [x] for success, [ ] for failure. Show actual version numbers./skills/ctx-upgrade), then run with Bash:
CLI="<PLUGIN_ROOT>/cli.bundle.mjs"; [ ! -f "$CLI" ] && CLI="<PLUGIN_ROOT>/build/cli.js"; node "$CLI" upgrade
npx claudepluginhub floschl8/context-mode --plugin context-mode57plugins reuse this skill
First indexed Jun 3, 2026
Showing the 6 earliest of 57 plugins
Upgrades the context-mode plugin from GitHub, rebuilding and reinstalling npm global packages, and reconfiguring hooks.
Upgrades Claude Code plugins by aligning skills, hooks, and patterns with latest capabilities and best practices. Use after updates, for modernization, or on user request.
Updates CodeClaw-managed files including pipelines, scripts, prompts, skills, and platform instructions to the latest plugin version. Detects outdated files and preserves user customizations.