What problem does it solve? Upgrading an existing codebase from older Claude models to Opus 4.5 requires finding every model string across multiple platforms, removing unsupported beta headers, and adjusting prompts for known behavioral differences. Doing this manually is error-prone and easy to miss edge cases. ## Core Features & Use Cases - Model String Migration: Finds and replaces model strings for Anthropic API, AWS Bedrock, Google Vertex AI, and Azure AI Foundry with the correct Opus 4.5 identifiers. - Beta Header Cleanup: Removes the unsupported context-1m-2025-08-07 beta header and adds the effort parameter set to high. - Prompt Adjustments: Provides targeted fixes for known Opus 4.5 behaviors including tool overtriggering, over-engineering, code exploration, frontend design quality, and thinking sensitivity. - Use Case: You have a production app calling claude-sonnet-4-5-20250929 through the Anthropic API. This Skill updates the model string to claude-opus-4-5-20251101, configures the effort parameter, and summarizes every change made. ## Quick Start Migrate all Claude model references in my codebase from Sonnet 4.5 to Opus 4.5 and summarize the changes.