linofcp007

MigrateModel — AI skill for Claude Code

AI community

(+ai) Eval-gated migration to a new/replacement model — never migrate blind.

How to install MigrateModel

Installs to ~/.claude/skills/linofcp007-dev-spec-driven-migratemodel/SKILL.md

Terminal
mkdir -p ~/.claude/skills/linofcp007-dev-spec-driven-migratemodel && curl -fsSL https://raw.githubusercontent.com/linofcp007/dev-spec-driven/HEAD/commands/migrateModel.md -o ~/.claude/skills/linofcp007-dev-spec-driven-migratemodel/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What MigrateModel does


description: (+ai) Eval-gated migration to a new/replacement model — never migrate blind. PT - migração de modelo com evals (+ai). ES - migración de modelo con evals (+ai). argument-hint: "[feature name] [target model]"

Use the **dev-spec-driven** skill model-migration workflow (+ai track).

Args: $ARGUMENTS

Run the current eval set (golden + adversarial + regression) through the target model and compare per set. Switch only if the new model matches or beats the current one on every se

Alternatives in AI

  • Semble Rs — Fast, AI-agent-native code search in Rust — hybrid BM25 + semantic, Tree-sitter AST chunking, dependency & imp 210 ★
  • Token Cost Tracker — Estimate, log, and report token usage using runtime-supplied billing rates; never rely on embedded model price 138 ★
  • Coder Eval Code Review — Run a multi-model code review on uncommitted changes or a described set of files 116 ★

Full documentation available on GitHub

View Source Repository