upgrade

Upgrades the NotFair plugin by updating the marketplace repo and plugin cache.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/jeremybrasher/grokbot-skills --skill upgrade-jeremybrasher
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: upgrade
Source: https://github.com/jeremybrasher/grokbot-skills/tree/main/collections/notfair/notfair-upgrade-skill
Command: npx skills add https://github.com/jeremybrasher/grokbot-skills --skill upgrade-jeremybrasher

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping a locally installed Claude Code plugin current requires manually pulling the marketplace repository, copying files into the versioned plugin cache, and editing installed_plugins.json by hand, which is error-prone and easy to forget. ## Core Features & Use Cases - Automated version upgrade: Fetches the latest marketplace repo, installs the new version into the plugin cache, and updates installed_plugins.json with the new version and git commit SHA. - Dev symlink protection: Detects a development symlink install and stops the upgrade so local source work is never overwritten. - Inline upgrade prompts: Handles UPGRADE_AVAILABLE signals emitted by other skills at startup and continues the original task afterward. - Use Case: When a user types "upgrade notfair", the skill saves the old version, installs the new one, cleans up old cache directories, and shows a What's New summary from the CHANGELOG. ## Quick Start Ask the assistant to upgrade notfair to the latest version and show what changed.

Frequently Asked Questions about upgrade

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upgrade the NotFair plugin to the latest version?▼

Run the /notfair:upgrade command or ask to upgrade notfair. The skill pulls the marketplace repo, installs the new version into the plugin cache, updates installed_plugins.json, and shows a What's New summary from the CHANGELOG.

How do I check if notfair is up to date?▼

Invoke the upgrade skill in standalone mode, which runs the notfair-update-check script with the --force flag. If you are already on the latest version it reports your current version; otherwise it offers to upgrade.

Will the upgrade overwrite my local development install?▼

No. The skill detects a dev symlink in the plugin cache before upgrading and stops immediately, reporting that the dev install always points to your local source and needs no upgrade.

What happens to old plugin versions after an upgrade?▼

Old versioned cache directories are removed automatically, keeping only the newly installed version. A dev symlink directory is never removed, and the old version number is saved to a marker file before cleanup.

Why does the upgrade fail with a marketplace repo error?▼

The upgrade requires the marketplace git repository at ~/.claude/plugins/marketplaces/nowork-studio and an existing plugin cache entry. If either path is missing, the skill reports an error and stops without changing anything.