claude-opus-4-5-migration

Migrate prompts and API usage from Claude Sonnet 4.x, Sonnet 4.5, and Opus 4.1 to Opus 4.5.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Animesh-Kr/claude-skills --skill claude-opus-4-5-migration-animesh-kr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-opus-4-5-migration
Source: https://github.com/Animesh-Kr/claude-skills/tree/main/claude-code-main/plugins/claude-opus-4-5-migration/skills/claude-opus-4-5-migration
Command: npx skills add https://github.com/Animesh-Kr/claude-skills --skill claude-opus-4-5-migration-animesh-kr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Migrate prompts and API usage from Claude Sonnet 4.x, Sonnet 4.5, or Opus 4.1 to Opus 4.5, updating model strings and prompt behavior to align with Opus 4.5 while explicitly excluding Haiku 4.5.

Core Features & Use Cases

  • Update model strings to Opus 4.5 across supported platforms (Anthropic API, AWS Bedrock, Google Vertex AI, Azure AI Foundry)
  • Remove unsupported beta headers (e.g., context-1m-2025-08-07) and leave a note in code
  • Add the effort parameter set to "high" during migration (see references/effort.md)
  • Provide a guided workflow: search codebase, apply changes, summarize alterations, and deliver user-facing notes

Quick Start

Run the Opus 4.5 migration to upgrade prompts and code from Sonnet 4.x or Opus 4.1 to Opus 4.5 and apply the high-effort setting.

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 prompts and API code to Claude Opus 4.5?

To migrate prompts and API code to Claude Opus 4.5, update model strings across supported platforms, remove unsupported beta headers, and add the effort parameter set to high. This ensures your codebase aligns with Opus 4.5 behavior.

What changes are needed when upgrading from Sonnet 4.x to Opus 4.5?

Upgrading from Sonnet 4.x to Opus 4.5 requires updating model strings and adjusting prompt behavior. You must also remove unsupported beta headers like context-1m-2025-08-07 and add the effort parameter set to high.

Does the Opus 4.5 migration work with AWS Bedrock and Google Vertex AI?

Yes, the Opus 4.5 migration works with AWS Bedrock and Google Vertex AI, as well as the Anthropic API and Azure AI Foundry. It updates model strings across all these supported platforms.

Why should I remove beta headers when upgrading to Opus 4.5?

You should remove unsupported beta headers, such as context-1m-2025-08-07, when upgrading to Opus 4.5 because they are no longer supported. The migration process leaves a note in the code where these headers are removed.

What is the effort parameter in Claude Opus 4.5 API requests?

The effort parameter is a setting added during migration to Claude Opus 4.5. It must be set to high in your API requests to align with the new model's behavior and ensure optimal performance.

Can I migrate to Claude Opus 4.5 from Haiku 4.5?

No, you cannot migrate to Claude Opus 4.5 from Haiku 4.5 using this process. The migration explicitly excludes Haiku 4.5 and only supports upgrading from Sonnet 4.x, Sonnet 4.5, and Opus 4.1.