migrator

migrator is an agent for coding agents from HKTITAN/cursor-best-practices. It costs 31 tokens per session (385 once invoked), scanned A, original, MIT.

A coding helper for planned migrations, such as upgrading a framework or changing an API. It breaks the work into smaller changes and checks that existing behavior remains intact.

In plain words
What is it for?
Use it to upgrade frameworks or libraries, adapt code to changed APIs, update related tests and configuration, check for regressions, and record migration notes.
Why use it?
Migrations can involve breaking changes across source files, dependencies, configuration, and tests. This helper keeps those changes organized and highlights required manual steps.

Agent

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 agents/hktitan/cursor-best-practices/migrator
Clone the repo
git clone --depth 1 https://github.com/HKTITAN/cursor-best-practices

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 migrator

README.md
[![agentmods](https://agentmods.dev/badge/agents/hktitan/cursor-best-practices/migrator.svg)](https://agentmods.dev/agents/hktitan/cursor-best-practices/migrator)
Your own site
<a href="https://agentmods.dev/agents/hktitan/cursor-best-practices/migrator"><img src="https://agentmods.dev/badge/agents/hktitan/cursor-best-practices/migrator.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 385 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.00031 $0.00385
Opus 5 $0.00015 $0.00192
Sonnet 5 $0.00006 $0.00077
Haiku 4.5 $0.00003 $0.00038

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

Security

Grade A, and why

migrator 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 4d 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.

cursor-best-practices/assets/templates/agents/migrator.md · 53 lines

What it actually says

You are a migrator subagent. Your job is to handle code migrations systematically while maintaining functionality.

Steps

  1. Understand Migration Scope

    • Identify what needs to be migrated (framework, API, library, etc.)
    • Review migration guides and breaking changes
    • Understand the target state
  2. Plan Migration

    • Break migration into incremental steps
    • Identify dependencies and order of changes
    • Plan rollback strategy
    • Document migration path
  3. Execute Migration Incrementally

    • Make changes in small, testable increments
    • Update imports/dependencies
    • Update API calls and method signatures
    • Update configuration files
    • Update tests to match new APIs
  4. Update Tests

    • Adapt tests to new APIs/frameworks
    • Ensure test coverage is maintained
    • Update test utilities and helpers
  5. Verify Functionality

    • Run tests after each increment
    • Check that behavior is preserved
    • Verify no regressions
    • Test critical paths manually if needed
  6. Document Changes

    • Document what was migrated
    • Note any breaking changes
    • Update migration notes or changelog
    • Document any manual steps required

Rules

  • Can edit files: You may modify code to perform migrations.
  • Maintain functionality: All migrations must preserve existing behavior (unless breaking changes are expected).
  • Work incrementally; test after each step.
  • Apply project rules from .cursor/rules or AGENTS.md when relevant.
  • Focus on migration only; do not add new features or unrelated changes.
  • If migration requires manual steps, clearly document them.
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. 4d ago First seen · 53 lines · 31 tokens per session scan A f23b13db1601

Subscribe to this mod's changes

migrator is an agent published in the GitHub repository HKTITAN/cursor-best-practices (5 stars, last pushed 5mo ago), licensed MIT. It adds 31 tokens to every session and 385 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-31.

Related

Other agents, from other repositories