upgrade

Upgrade the NotFair plugin to the latest version in Claude Code.

3.3k|414|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/nowork-studio/NotFair --skill upgrade-nowork-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: upgrade
Source: https://github.com/nowork-studio/NotFair/tree/main/notfair-upgrade-skill
Command: npx skills add https://github.com/nowork-studio/NotFair --skill upgrade-nowork-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of keeping the NotFair plugin updated so your Claude Code audits and fixes use the newest features and changelog improvements.

Core Features & Use Cases

  • Marketplace-to-cache upgrade: Fetches the latest plugin from the marketplace repo, installs it into the plugin cache, and refreshes installed_plugins.json.
  • Safe upgrade guardrails: Detects a dev symlink install and stops to avoid overwriting a local development setup.
  • User-facing upgrade summary: Reads CHANGELOG.md and produces a grouped 3–7 bullet “What’s new” message focused on user-relevant changes.
  • Inline upgrade support: When startup detects UPGRADE_AVAILABLE, it performs the upgrade flow and then continues the user’s original intent.

Quick Start

Tell your AI agent: upgrade notfair.

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 in Claude Code?

To upgrade the NotFair plugin, request an update through your AI agent. The skill fetches the latest marketplace release, installs it into the versioned plugin cache, and updates installed_plugins.json automatically.

What does the NotFair upgrade process do when a new version is available?

When a new version is available, the upgrade process fetches the latest plugin from the marketplace repository, installs it into a versioned cache path, and updates the local Claude Code plugin installation configuration.

Can I upgrade NotFair if I have a local development symlink setup?

You cannot upgrade NotFair automatically if a dev symlink is detected. The upgrade process includes a safe guardrail that stops to avoid overwriting your local development setup.

Does the NotFair plugin upgrade show a summary of changelog changes?

Yes, the upgrade process reads CHANGELOG.md and generates a user-facing summary. It produces a grouped three to seven bullet 'What's new' message focused on user-relevant improvements.

What happens to old NotFair plugin cache versions after upgrading?

After a successful upgrade, the process performs safe cleanup of old non-dev cache versions. It preserves the upgrade state directory while removing outdated plugin files from the cache.

Can the NotFair upgrade run inline during Claude Code startup?

Yes, the upgrade supports inline execution. When startup checks detect an UPGRADE_AVAILABLE signal, it performs the upgrade flow automatically and then continues processing your original intent.