Use when the user wants to migrate code that calls OpenAI, Gemini/Google AI, or the Anthropic API to Amazon Bedrock — a pure model/SDK rewrite. End-to-end: assesses the codebase, then rewrites SDK calls, evaluates output quality against Bedrock, and delivers a ready-to-merge git branch. Not for: agent runtime selection, agentic architecture decisions, or agent migration planning — use agent-advisor for those. Not for standalone Bedrock cost estimates or infrastructure-only migration. The Assess phase is handled by this plugin's own gcp-to-aws skill.
$npx -y skills add awslabs/startups --skill llm-to-bedrockInstalls into the current project.
Run `npx skills use "https://github.com/awslabs/startups" --skill "awslabs/startups/llm-to-bedrock"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/awslabs/startups" that are relevant to the current task. Run `npx skills add "https://github.com/awslabs/startups"` and select the relevant skills, then follow their instructions.