From aws-skills-for-claude-code
Build, test, and deploy AI agents using AWS Bedrock AgentCore with local dev workflow, CDK/Terraform infra, Claude/OpenAI support. For AgentCore, Bedrock agents, AWS AI deployment.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aws-skills-for-claude-code:aws-agentcoreThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build and deploy AI agents using AWS Bedrock AgentCore. Supports Strands, Claude, OpenAI SDKs and Bedrock/OpenAI model providers. Infrastructure via CDK or Terraform.
Build and deploy AI agents using AWS Bedrock AgentCore. Supports Strands, Claude, OpenAI SDKs and Bedrock/OpenAI model providers. Infrastructure via CDK or Terraform.
agentcore create for new agent projectsagentcore dev for local development with hot reloadingagentcore deploy.bedrock_agentcore.yaml existsaws login{
"mcpServers": {
"agentcore": {
"command": "uvx",
"args": ["awslabs.agentcore-mcp-server@latest"]
}
}
}
npx claudepluginhub whchoi98/aws-skills-for-claude-code --plugin aws-skills-for-claude-codeGuides building and deploying production AI agents on AWS with Bedrock, AgentCore, and Strands Agents SDK, including Terraform and observability.
Guides developers to create new AgentCore agent projects on AWS: framework selection (Strands, LangGraph), project scaffolding, first deploy, and invocation. For beginners or 'agentcore create'.
Builds AI agents with Strands SDK using Bedrock, Anthropic, OpenAI, Gemini, or Llama models, with tool calling, conversation context, and Strands doc tools. Useful for Strands SDK, AI agent building, or multi-provider LLM agents.