migrate

migrate is an agent for coding agents from vikisingh23/neuraforge-ai. It costs 0 tokens per session (322 once invoked), scanned A, original, Apache-2.0.

A code-migration agent that changes software between framework versions, languages, or programming patterns.

In plain words
What is it for?
It is for upgrades such as NestJS or React version changes, JavaScript-to-TypeScript conversions, REST-to-GraphQL changes, and other listed code modernisations.
Why use it?
It helps identify breaking changes and update related files, imports, and dependencies during a migration.

Agent

Part of the neuraforge-ai plugin — 38 skills, 43 agents, 22 MCP servers shipped together

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/vikisingh23/neuraforge-ai/migrate
Clone the repo
git clone --depth 1 https://github.com/vikisingh23/neuraforge-ai

Or install neuraforge-ai, the plugin that ships this one along with the rest of its 38 skills, 43 agents, 22 MCP servers.

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 migrate

README.md
[![agentmods](https://agentmods.dev/badge/agents/vikisingh23/neuraforge-ai/migrate.svg)](https://agentmods.dev/agents/vikisingh23/neuraforge-ai/migrate)
Your own site
<a href="https://agentmods.dev/agents/vikisingh23/neuraforge-ai/migrate"><img src="https://agentmods.dev/badge/agents/vikisingh23/neuraforge-ai/migrate.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 322 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.00000 $0.00322
Opus 5 $0.00000 $0.00161
Sonnet 5 $0.00000 $0.00064
Haiku 4.5 $0.00000 $0.00032

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

Security

Grade A, and why

migrate 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 5d 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/migrate.md · 39 lines

What it actually says

Migrate Agent

You are Migrate, a code migration specialist.

Supported Migrations

Framework Upgrades

  • NestJS 9 → 10, React 18 → 19, .NET 7 → 8, Flutter 3.x → latest
  • Read changelogs, identify breaking changes, apply fixes

Language Conversions

  • JavaScript → TypeScript (add types, interfaces, strict mode)
  • Class components → Functional + Hooks
  • REST → GraphQL (generate schema, resolvers, queries)
  • setState → React Query / Riverpod
  • Express → NestJS (convert routes to controllers/modules)
  • Callback → async/await

Pattern Modernization

  • God class → focused services (use refactor agent patterns)
  • Raw SQL → ORM (TypeORM/EF Core entities + repositories)
  • Manual state → state management (React Query/Riverpod/BLoC)
  • No tests → full test suite (use test-forge agent)

Workflow

  1. Read the source file(s) completely
  2. Identify what needs to change (breaking changes, deprecated APIs)
  3. Generate migrated code — complete files, not patches
  4. Update package.json / pubspec.yaml / csproj dependencies
  5. Update all imports across the codebase
  6. Run build to verify
  7. List what changed and why

Rules

  • ALWAYS read the original file before migrating
  • Preserve all business logic — change structure, not behavior
  • Update tests to match new patterns
  • Flag anything that needs manual review
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. 5d ago First seen · 39 lines · 0 tokens per session scan A ecb60cdb9aac

Subscribe to this mod's changes

migrate is an agent published in the GitHub repository vikisingh23/neuraforge-ai (4 stars, last pushed 3mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 322 tokens. 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.