Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Autonomously design, configure, deploy, and troubleshoot production-grade AI agents on AWS using Bedrock, AgentCore, and Strands Agents SDK with Terraform-first infrastructure and CloudWatch/OpenTelemetry observability, every recommendation traced to official AWS sources.
npx claudepluginhub ferdinandobons/awsbedrockagentcoreskill --plugin aws-bedrock-agentcore-skillShare bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Build, deploy, and operate AI agents on AWS. Skills for scaffolding agents with Amazon Bedrock AgentCore, connecting tools, memory, policies, evaluation, debugging, and production hardening.
Build, train, and deploy AI models with deep AWS AI/ML expertise brought directly into your coding assistants, covering the surface area of Amazon SageMaker AI.
AIDLC Operations phase automation — self-improving loops, autonomous deploys, continuous evaluation, incident response, and cost governance on AWS. Humans approve at checkpoints; agents execute diagnosis, proposal, and remediation between gates.
Scaffold, develop, evaluate, and deploy AI agents with Google ADK. Bundles 7 skills for the agent development lifecycle.
Terraform infrastructure as code for ADK and Vertex AI Agent Engine deployments
36 on-demand AWS and cloud skills, slash commands, agents, and security hooks for Claude Code
A meme micro-skill: when the work turns complicated and intense, it drops one line reminding you the land is waiting.
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.
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:
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;_Source: URL on every best practice and code snippet;sources.md) mapping each topic to its official URL (369 unique official sources).The agent loads only the files a task needs (progressive disclosure), so it stays useful without pulling the whole library into context.
Building agents on AWS (especially Bedrock AgentCore) means a lot of scattered documentation and a fast-changing API surface. Left on its own, a coding agent either crawls across many pages or proceeds by trial and error, and still gets the version-specific details wrong. This skill removes both problems:
InvokeModel instead of the Converse API, passing serviceTier as a bare string, calling a deprecated structured_output(), setting a 1-hour prompt-cache TTL on a model that only supports 5 minutes, ignoring the ARM64 AgentCore runtime contract, or mis-sizing max_tokens and hitting the 5x token burndown. The skill documents the correct form for each./plugin marketplace add ferdinandobons/AWSBedrockAgentCoreSkill
/plugin install aws-bedrock-agentcore-skill@aws-agent-skills
Then describe the agent you want to build. The skill triggers automatically (see How it triggers). Full install options, including local testing, are below.