ferdinandobons/AWSBedrockAgentCoreSkill
203 stars · Last commit 2026-06-04
Authoritative, source-cited Claude Code plugin/skill that lets a coding agent autonomously build production-grade AI agents on AWS (Strands Agents, Amazon Bedrock, Bedrock AgentCore) with official best practices.
README preview
# AWS Bedrock AgentCore Skill [](.claude-plugin/plugin.json) [](LICENSE) [](https://code.claude.com/docs/en/plugins) A Claude Code plugin (and agent skill) that puts the best practices for building AI agents on AWS, with Amazon Bedrock AgentCore at the center, in one place. Instead of sending the coding agent to search across dozens of AWS docs or work things out by trial and error, it hands over a consolidated, official, source-cited playbook so the agent goes straight to the right approach and can show you the source behind every recommendation. **Scope:** Strands Agents, Amazon Bedrock (Converse, Guardrails, Knowledge Bases), and Amazon Bedrock AgentCore (Runtime, Memory, Gateway, Identity, Browser/Code Interpreter), plus Terraform-first IaC and CloudWatch/OpenTelemetry observability. > **Built and verified with Claude Code multi-agent workflows:** ~140 subagents, ~15M tokens, and 800+ official-documentation reads went into researching, writing, and adversarially QA-ing this skill. ## What it is It is a **Distilled Knowledge Skill (DKS)**: an entire domain (Strands Agents, Amazon Bedrock, Bedrock AgentCore) reduced to its executable essence, and kept current as the surface shifts month to month. The research is already done; you skip straight to building. Concretely, it is not a single template or a code generator. It is a routing layer plus a reference library: - a `SKILL.md` that acts as a decision tree: it maps the user's use case to a recommended stack and to the exact reference files to open; - **20 reference files** (~19,000 lines) covering each area in depth, with an inline `_Source:` URL on every best practice and code snippet; - **assets**: a service-selection matrix, a model-selection guide, a pre-production checklist, ready-to-adapt IAM policies, and copy-paste starter snippets; - a central source index ([`sources.md`](skills/aws-bedrock-agentcore-skill/references/sources.md)) mapping each topic to its official URL (**369 unique official sources**).