AWS Agents
Full lifecycle for agents on Amazon Bedrock AgentCore, from scaffold to production hardening.
Install
OfficialClaude Code: /plugin marketplace add anthropics/claude-plugins-official → /plugin install aws-agents@claude-plugins-official
Amazon Bedrock AgentCore üzerinde ajan kurulurken, dağıtılırken ya da üretime hazırlanırken
- Author
- Amazon Web Services
- License
- Apache-2.0
Eight skills follow the stages of running an agent on AgentCore: scaffolding a project, adding memory and VPC placement, connecting tools through a gateway, deploying with canary and rollback, measuring quality and cost, then a pre-launch checklist. Each one loads its reference material only when the matching phase comes up, which keeps the working context small until depth is actually needed. The unusual piece is payment: one skill handles an agent that meets HTTP 402 at run time and needs a spend limit and an operator policy around it, while another restricts which tools it may reach at all using Cedar policies.
Similar skills
Application Performance
SkillRuns profiling through to monitoring as one resumable pass with an explicit target.
Database Migrations
SkillInstruments the migration itself, so a long backfill is not a silent wait.
Database & Cloud Optimization
SkillPuts query tuning and cloud spend in one plugin, because each one causes the other.
Comments(0)
Sign in to comment