claude-opus-4-5-migration

Migrate Claude Sonnet 4.x or Opus prompts to Opus 4.5 model strings.

1|Updated Oct 14, 2025
One-click install
npx skills add https://github.com/Invictusprime7/unison-tasks-official --skill claude-opus-4-5-migration-invictusprime7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-opus-4-5-migration
Source: https://github.com/Invictusprime7/unison-tasks-official/tree/main/claude-code-main/plugins/claude-opus-4-5-migration/skills/claude-opus-4-5-migration
Command: npx skills add https://github.com/Invictusprime7/unison-tasks-official --skill claude-opus-4-5-migration-invictusprime7

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Migrate prompts and code from older Claude Sonnet 4.x or Opus versions to Opus 4.5 by updating model strings and adjusting prompts for known behavioral differences, including guidance to avoid Haiku migrations.

Core Features & Use Cases

  • Automated workflow: Scan codebases for outdated model strings and prompts and replace them with Opus 4.5 equivalents.
  • Platform-agnostic mappings: Provide target strings for Anthropic, AWS Bedrock, Google Vertex AI, and Azure AI Foundry.
  • Safety and governance: Remove unsupported beta headers and document changes with recommended practices (effort parameter, change summaries, and user-facing notes).
  • Reference-guided customization: Leverage the included references for prompt-snippet and effort guidance during migration.

Quick Start

Run the Opus 4.5 migration guide on your codebase to update prompts, API calls, and model strings.

Frequently Asked Questions about claude-opus-4-5-migration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate Claude API calls from Sonnet 4.x or Opus 4.1 to Opus 4.5?

To migrate Claude API calls to Opus 4.5, scan your codebase for outdated model strings and prompts, replace them with Opus 4.5 equivalents, remove unsupported beta headers, and add effort configuration. The migration covers prompts, API calls, and configuration files.

What model strings should I use for Opus 4.5 on AWS Bedrock and Google Vertex AI?

Opus 4.5 migration provides platform-agnostic target model strings for Anthropic, AWS Bedrock, Google Vertex AI, and Azure AI Foundry. You replace the older Sonnet 4.x or Opus 4.1 strings in your API calls with these updated Opus 4.5 equivalents.

Do I need to adjust prompts when upgrading to Opus 4.5?

Yes, you need to adjust prompts when upgrading to Opus 4.5 due to known behavioral differences. The migration process includes reference-guided customization for prompt-snippet and effort guidance to ensure your prompts work correctly with the new model.

Can I migrate from Claude Haiku to Opus 4.5 using this migration guide?

No, this Opus 4.5 migration specifically applies to codebases containing prompts and API calls referencing Claude Sonnet 4.x or Opus 4.1. The guidance explicitly avoids Haiku migrations and focuses on updating older Sonnet and Opus versions.

What unsupported headers need to be removed when migrating to Opus 4.5?

During Opus 4.5 migration, you must remove unsupported beta headers from your API calls and configuration files. The migration process documents these safety and governance changes, adding effort parameters and user-facing notes summarizing the updates.

How does the Opus 4.5 migration handle updates across different programming languages?

The Opus 4.5 migration guides updates across platforms and languages by scanning codebases for outdated model strings and prompts, then replacing them with Opus 4.5 equivalents. It provides platform-agnostic mappings and documents all changes with migration references.