Original Reddit post

Open-source Claude Code plugin: a consolidated collection of official best practices for building AI agents on AWS, centered on Amazon Bedrock AgentCore (also Strands + Bedrock). The point: building on AgentCore normally means the agent crawls across dozens of AWS docs or figures things out by trial and error — and still trips on version-specific details (legacy InvokeModel over Converse, bare-string serviceTier , deprecated structured_output() , wrong prompt-cache TTL, the ARM64 runtime contract). Here the official guidance is already gathered, organized, and routed by use case, so the agent goes straight to the right approach. Every best practice carries its official source URL. It’s a routing SKILL.md (use case → recommended stack → which files to open) + 20 reference files + 369 official source URLs. Built and QA’d with Claude Code multi-agent workflows, including a pass that verified 292 snippets one by one against the official docs. Repo: https://github.com/ferdinandobons/AWSBedrockAgentCoreSkill submitted by /u/Ambitious-Pie-7827

Originally posted by u/Ambitious-Pie-7827 on r/ClaudeCode