upgrade-dependency

A workflow for upgrading one project dependency from an existing version to a specified newer version and checking the result.

In plain words
What is it for?
Use it to update a package in Maven or Node.js files, adjust related static-resource links, review migration notes, run verification commands, and summarize the changes.
Why use it?
It reduces missed version references and catches compatibility or build problems after the update.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/modelengine-group/fit-framework/upgrade-dependency
Any agent
npx skills add ModelEngine-Group/fit-framework --skill upgrade-dependency
Clone the repo
git clone --depth 1 https://github.com/ModelEngine-Group/fit-framework

Made for: Claude Code, Codex.

Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 275 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00043 $0.00275
Opus 5 $0.00022 $0.00138
Sonnet 5 $0.00009 $0.00055
Haiku 4.5 $0.00004 $0.00028

Measured 2d ago against content hash d8056f801298, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

upgrade-dependency scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/upgrade-dependency/SKILL.md · 38 lines

What it actually says

升级依赖

参数

  • <package-name>: 包名
  • <from-version>: 原版本
  • <to-version>: 新版本

执行步骤

  1. 查找依赖文件:

    grep -r "<package-name>" --include="pom.xml" --include="package.json" .
    grep -r "<from-version>" --include="pom.xml" --include="package.json" .
    
  2. 更新依赖版本:

    • Maven (pom.xml): 替换 version 标签
    • Node.js (package.json): 更新版本号
  3. 更新相关静态资源(如 CDN 链接等)。

  4. 验证变更:

    git diff
    mvn clean package -Dmaven.test.skip=true
    mvn test
    
  5. 输出变更摘要。

注意: 升级前检查 CHANGELOG 和 Migration Guide,注意破坏性变更。不要自动 git commit。一次只升级一个依赖。

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 38 lines · 43 tokens per session scan A d8056f801298

Subscribe to this mod's changes

upgrade-dependency is a skill published in the GitHub repository ModelEngine-Group/fit-framework (2,117 stars, last pushed 5mo ago), licensed MIT. It adds 43 tokens to every session and 275 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.