dep-upgrade

Solid

單 consumer outdated batch、跨 fleet 單套件 sweep,或第三方 skill 的上游偵測與同步。

Web & Frontend 45 stars 3 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
55
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- 🔒 LOCKED — managed by clade · auto-generated by sync-to-cursor; edit source in .claude/ then re-run sync --> <!-- clade-targets: claude --> # dep-upgrade — 統一 dep 升級入口 三種升級需求一個 skill 涵蓋: - **Outdated batch**:一個 consumer 累積很久沒升、`pnpm outdated` 一坨要批升 - **Fleet sweep**:看到 upstream release、想跨 consumer 跟上同一個版本 - **Skills**:`npx skills add` 裝進來的第三方 skill 落後上游,或上游新增了我們還沒裝的 skill skill 開頭依輸入分流,**不要記三個 skill 名**。 ## Step 0 — Mode dispatcher(最先讀) 依**輸入**跟 **cwd** 分流: | 觸發 | cwd 預期 | Mode | 跳到 | | --- | --- | --- | --- | | 純命令 `/dep-upgrade`(無參數) | consumer root(有 `package.json` + lockfile 或 `.github/workflows/`) | **Outdated batch** | § Outdated · Step O.1 | | `/dep-upgrade actions` | consumer root(有 `.github/workflows/`) | **Outdated batch(only actions)** | § Outdated · Step O.1(skip O.1-npm) | | 給 GitHub release URL(`https://github.com/.../releases/tag/v<ver>`) | clade home | **Fleet** | § Fleet · Step F.1 | | 給 `<pkg>@<ver>` / `<pkg> v<ver>` / `<pkg> <ver>` | clade home | **Fleet** | § Fleet · Step F.1 | | 給純 pkg name(「升 @nuxt/ui」、「無腦升 X」) | clade home | **Fleet + Discovery** | § Fleet · Step F.1 | | 給 package manager / runtime 本身(「升 pnpm」、「fleet packageManager 統一」、「Node 版本統一」) | clade home | **Fleet · Toolchain** | § Fleet · Step F.1,**再讀 fleet-mode.md § Toolchain sweep 分支** | | `/dep-upgrade skills`,或提到 **skill** 上游 / 落後 / 新增(「supabase skill 上游更新了我們有跟嗎」「掃一下 skill 有沒有落後」) | clade home | **Skills** | § Skills · Step S.1 | | 無參數但 cwd = clade home | — | STOP + 問意圖 | 見下方 ...

Details

Author
YuDefine
Repository
YuDefine/nuxt-supabase-starter
Created
7 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Listed

upgrade-dependencies

Code Manager 仓库 pnpm/Cargo 依赖升级技能。依赖巡检、单包升级、Tauri 栈对齐、安全补丁修复、评估 Vite/TypeScript/Rust 主版本 breaking change,或复盘升级失败(构建/测试挂、锁文件漂移、版本回滚),只要涉及 package.json、Cargo.toml、lock 文件或要跑 pnpm audit/cargo update,都使用本技能。

6 Updated today
maguowei
Code & Development Listed

dependency-upgrade

Bring a repo's dependencies up to the latest versions across JavaScript (npm/pnpm/yarn), Ruby (bundler), Python (uv/poetry/pip), and GitHub Actions — reading changelogs/migration guides for major bumps, applying the needed code changes, and landing each step as its own verified commit. Use when the user wants to "update my packages", "upgrade dependencies", "bump deps to latest", "check for outdated packages", or do this across all their repos (fleet mode). Gates every commit on a green test suite; defers any major it can't get green to a written report. Pairs with the github-actions skill (Actions pins) and respects dev-env-setup's 4-day dependency cooldown.

0 Updated yesterday
mickzijdel
AI & Automation Listed

dependency-upgrader

Safely upgrades project dependencies by inventorying outdated packages, reading changelogs and migration guides, staging upgrades in isolated commits, running tests at each step, and rolling back cleanly on failure. Use this skill when asked to "upgrade dependencies", "bump packages", "update npm/pip/cargo/go modules", "resolve a CVE / security advisory", "migrate to the latest version of <library>", "fix outdated dependencies", "do a dependency bump PR", or when a Dependabot/Renovate PR needs review and verification.

5 Updated 1 months ago
JayRHa