From context-mode
Upgrades the context-mode plugin by pulling latest from GitHub, rebuilding, and installing. Includes hook configuration and doctor checks. Run via `/ctx-upgrade`.
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 msg-life-slovakia/context-mode --plugin context-modeUpgrades the context-mode plugin by pulling latest from GitHub, rebuilding, and installing. Includes hook configuration and doctor checks. Run via `/ctx-upgrade`.
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 the WOZCODE plugin to the latest version from its marketplace, with fallback steps for authentication and installation issues.