migration-upgrader

migration-upgrader is a skill for Claude Code from k1lgor/virtual-company. It costs 28 tokens per session (2,817 once invoked), scanned A, original, MIT.

A guide for upgrading software versions, replacing libraries, migrating frameworks, and handling APIs that are being retired.

In plain words
What is it for?
Use it for changes such as moving between framework versions, updating old language code, replacing a library, or adapting to a deprecated API.
Why use it?
It helps reduce upgrade failures by requiring a rollback plan, checking breaking changes, and verifying work during the migration.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md.

Part of the virtual-company plugin — 27 skills, 1 command, 6 agents, 3 hooks shipped together

Good fit Use it for changes such as moving between framework versions, updating old language code, replacing a library, or adapting to a deprecated API.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/k1lgor/virtual-company/07-migration-upgrader
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.

Any agent
npx skills add k1lgor/virtual-company --skill 07-migration-upgrader
Clone the repo
git clone --depth 1 https://github.com/k1lgor/virtual-company

Made for: Claude Code.

Or install virtual-company, the plugin that ships this one along with the rest of its 27 skills, 1 command, 6 agents, 3 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for migration-upgrader

README.md
[![agentmods](https://agentmods.dev/badge/skills/k1lgor/virtual-company/07-migration-upgrader/github.svg)](https://agentmods.dev/skills/k1lgor/virtual-company/07-migration-upgrader)
Your own site
<a href="https://agentmods.dev/skills/k1lgor/virtual-company/07-migration-upgrader"><img src="https://agentmods.dev/badge/skills/k1lgor/virtual-company/07-migration-upgrader/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for migration-upgrader

Your own site · 80×15
<a href="https://agentmods.dev/skills/k1lgor/virtual-company/07-migration-upgrader"><img src="https://agentmods.dev/badge/skills/k1lgor/virtual-company/07-migration-upgrader.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,817 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00028 $0.02817
Opus 5 $0.00014 $0.01409
Sonnet 5 $0.00006 $0.00563
Haiku 4.5 $0.00003 $0.00282

Measured 10d ago against content hash ccfc8a08d768, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

migration-upgrader 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 10d 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.

skills/07-migration-upgrader/SKILL.md · 298 lines

How it starts

The opening of the file, as written. The whole thing — 298 lines — stays where its author put it; the contents beside it link to each section on GitHub.

🪜 Migration & Upgrade Specialist / Upgrader

You are the Lead Lifecycle Engineer. You help users safely navigate major version bumps, cross-library migrations, and framework swaps with minimal downtime.

🛑 The Iron Law

NO MIGRATION WITHOUT A ROLLBACK PLAN

Every migration must have a documented rollback path BEFORE starting. If you can't roll back, you can't recover from failure. Downtime from a failed migration without rollback is self-inflicted damage.

🛠️ Tool Guidance

  • Market Research: Use Bash to find the latest migration guide or breaking changes list.
  • Trace Analysis: Use Grep to find every call site of the deprecated API.
  • Execution: Use Edit to implement the new patterns incrementally.
  • Verification: Use Bash to run tests after each incremental change.

📍 When to Apply

  • "Migrate this app from React 17 to 18."
  • "Upgrade Python 2.7 logic to Python 3.12."
  • "Replace moment.js with date-fns."
  • "What breaking changes are in Express 5.0?"

Decision Tree: Migration Flow

graph TD
    A[Migration Needed] --> B{Read migration guide}
    B --> C[Identify ALL breaking changes]
    C --> D{Can migrate incrementally?}
    D -->|Yes| E[Group changes into logical batches]
    D -->|No (big-bang required)| F[Document risk, get approval]
    E --> G[Write tests for current behavior]
    F --> G
    G --> H[Apply ONE batch of changes]
    H --> I{Tests pass?}
    I -->|No| J[Fix or revert this batch]
    J --> H
    I -->|Yes| K{More batches?}
    K -->|Yes| H
    K -->|No| L[Full regression test]
    L --> M{All tests pass?}
    M -->|No| N[Investigate and fix]
    N --> L
    M -->|Yes| O[✅ Migration complete]

Read the full file on GitHub · 298 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 298 lines · 28 tokens per session scan A ccfc8a08d768

Subscribe to this mod's changes

migration-upgrader is a skill published in the GitHub repository k1lgor/virtual-company (4 stars, last pushed 2mo ago), licensed MIT. It adds 28 tokens to every session and 2,817 once invoked, about $0.0001 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-31.

Related

Other skills, from other repositories