What problem does it solve?
Migrating codebases, prompts, and API calls from older Claude models (Sonnet 4.0, Sonnet 4.5, Opus 4.1) to Opus 4.5 is manual and error-prone, requiring knowledge of updated model strings, removed beta headers, and new behavioral quirks of the latest model.
Core Features & Use Cases
- Cross-Platform Model String Updates: Automatically replaces outdated model strings for Anthropic API, AWS Bedrock, Google Vertex AI, and Azure AI Foundry with the correct Opus 4.5 identifiers.
- Unsupported Header Cleanup: Removes the deprecated
context-1m-2025-08-07 beta header that is incompatible with Opus 4.5.
- Optional Prompt Adjustments: Applies targeted fixes for known Opus 4.5 behavioral issues (overtriggering, over-engineering, generic frontend outputs, etc.) only when you report specific problems.
- Use Case: A development team can use this skill to update 100+ API call references from Sonnet 4.5 to Opus 4.5 across their entire codebase in minutes, without manual find-and-replace errors.
Quick Start
Use the claude-opus-4-5-migration skill to update all model strings in your project from Sonnet 4.5 to Opus 4.5 and remove any unsupported beta headers.