upgrade

仓库创建 2026年3月27日最近提交 5 天前SkillHot 收录 21 天前
▸ 精选理由

方便维护插件最新状态,适合运维与开发者

▸ 风险提示

安装过程会从外部仓库拉取并写入本地文件,需信任来源

这个 Skill 做什么

将 NotFair 插件升级到最新版本并更新本地插件缓存与安装记录。

把 NotFair 插件更新到最新版本,负责拉取市场库、把新版本放到本地插件缓存并更新 installed_plugins.json 的安装记录。遇到“升级可用”提示或你要求升级时会执行并展示更新内容。适合想保持插件最新、修复 bug 或拿到新功能时使用。

▸ 展开 SKILL.md 英文原文

Upgrade the NotFair plugin to the latest version. Updates the marketplace repo, installs the new version to the plugin cache, and updates installed_plugins.json. Use when asked to "upgrade notfair", "update notfair", or "get latest version". Also handles inline upgrade prompts when a skill detects UPGRADE_AVAILABLE at startup.

开发编程插件管理自动升级Claude Code
3.3k
Stars
405
Forks
28
仓库内 Skill
+224
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nowork-studio/NotFair/main/notfair-upgrade-skill/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nowork-studio/NotFair/main/notfair-upgrade-skill/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# /notfair:upgrade

Upgrade the NotFair plugin to the latest version and show what's new.

## Key paths

| What | Path |
|------|------|
| Marketplace repo | `~/.claude/plugins/marketplaces/nowork-studio/` |
| Plugin cache | `~/.claude/plugins/cache/nowork-studio/notfair/<version>/` |
| Installed plugins | `~/.claude/plugins/installed_plugins.json` |
| Update state | `~/.toprank/` (intentionally preserved — see CHANGELOG 0.24.0) |

---

## Inline upgrade flow

This section is used when a skill preamble outputs `UPGRADE_AVAILABLE`.

### Step 1: Auto-upgrade

Log "Upgrading NotFair v{old} → v{new}..." and proceed to Step 2.

---

### Step 2: Detect current install

First check for dev symlink 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有