Agent skill

ctx-upgrade

Update context-mode from GitHub and fix hooks/settings. Pulls latest, builds, installs, updates npm global, configures hooks.

Mert Köseoğlu19,408★ · +257/wk · 1 repos on radarProfile →
claude-codecodexcopilotcursorNOASSERTION
Install
npx skills add mksglu/context-mode --skill ctx-upgrade --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/ctx-upgrade/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 19,611 · +203 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Context Mode Upgrade Pull latest from GitHub and reinstall the plugin. ## Instructions 1. Call the `ctx_upgrade` MCP tool directly. It returns a shell command to execute. 2. Run the returned command using your shell execution tool (Bash, shell_execute, etc.). 3. Display results as a markdown checklist: ``` ## 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. 4. Tell the user to **restart their session** to pick up the new version. 5. **Fallback** (only if MCP tool call fails): Derive the **plugin root** from this skill's base directory (go up 2 levels — remove `/skills/ctx-upgrade`), then run with Bash: ``` CLI="<PLUGIN_ROOT>/cli.bundle.mjs"; [ ! -f "$CLI" ] && CLI="<PLUGIN_ROOT>/build/cli.js"; node "$CLI" upgrade ```

What's inside
Steps it walks through
  1. Instructions
More from context-mode
All skills →
About this skill
What does the ctx-upgrade skill do?

Update context-mode from GitHub and fix hooks/settings. Pulls latest, builds, installs, updates npm global, configures hooks.

How do I install it?

Run `npx skills add mksglu/context-mode --skill ctx-upgrade --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From mksglu/context-mode, a repository with 19,611 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going