By zxkane
Deploy and manage AWS Bedrock AgentCore services to build, catalog, and monitor AI agents at scale, with MCP integration.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code plugins for AWS development with specialized knowledge and MCP server integrations, including CDK, serverless architecture, cost optimization, and Bedrock AgentCore for AI agent deployment.
Shared AWS agent skills including AWS Documentation MCP configuration for querying up-to-date AWS knowledge.
Features:
Note: This plugin is automatically loaded as a dependency by other plugins. Install it first if installing plugins individually.
AWS CDK development skill with integrated MCP server for infrastructure as code.
Features:
Integrated MCP Server:
Cost optimization, monitoring, and operational excellence with 3 integrated MCP servers.
Features:
Integrated MCP Servers:
Serverless and event-driven architecture patterns based on Well-Architected Framework.
Features:
AWS Bedrock AgentCore comprehensive expert for deploying and managing AI agents.
Features:
Add the marketplace to Claude Code:
/plugin marketplace add zxkane/aws-skills
Install plugins individually:
# Install the common dependency first
/plugin install aws-common@aws-skills
# Then install the plugins you need
/plugin install aws-iac@aws-skills
/plugin install aws-cost-ops@aws-skills
/plugin install serverless-eda@aws-skills
/plugin install aws-agentic-ai@aws-skills
Install a single skill directly from the repository using skills.sh:
# AWS CDK development skill
npx skills add https://github.com/zxkane/aws-skills --skill aws-cdk-development
# AWS SST (Ion) infrastructure-as-code skill
npx skills add https://github.com/zxkane/aws-skills --skill aws-sst-development
# AWS cost & operations skill
npx skills add https://github.com/zxkane/aws-skills --skill aws-cost-operations
# AWS serverless & event-driven architecture skill
npx skills add https://github.com/zxkane/aws-skills --skill aws-serverless-eda
# AWS Bedrock AgentCore skill
npx skills add https://github.com/zxkane/aws-skills --skill aws-agentic-ai
# AWS MCP setup (shared dependency)
npx skills add https://github.com/zxkane/aws-skills --skill aws-mcp-setup
Browse all skills at skills.sh/zxkane/aws-skills.
Do NOT explicitly specify resource names when they are optional in CDK constructs.
// ✅ GOOD - Let CDK generate unique names
new lambda.Function(this, 'MyFunction', {
// No functionName specified
});
// ❌ BAD - Prevents multiple deployments
new lambda.Function(this, 'MyFunction', {
functionName: 'my-lambda',
});
Use appropriate constructs for automatic bundling:
NodejsFunction from aws-cdk-lib/aws-lambda-nodejsPythonFunction from @aws-cdk/aws-lambda-python-alphaBefore committing CDK code:
npm run build
npm test
npm run lint
cdk synth
./scripts/validate-stack.sh
Ask Claude to help with CDK:
Create a CDK stack with a Lambda function that processes S3 events
Claude will:
Estimate costs before deployment:
Estimate the monthly cost of running 10 Lambda functions with 1M invocations each
Analyze current spending:
Show me my AWS costs for the last 30 days broken down by service
Set up monitoring:
npx claudepluginhub zxkane/aws-skills --plugin aws-agentic-aiAWS serverless and event-driven architecture best practices based on Well-Architected Framework with MCP servers for SAM, Lambda, Step Functions, and messaging
AWS cost optimization, monitoring, and operational excellence with integrated MCP servers for billing, cost analysis, observability, and security assessment
AWS infrastructure-as-code skills covering both CDK (CloudFormation) and SST v4 (Pulumi/Ion): CDK best practices and Lambda workflows, plus SST resource authoring, linking, IAM scoping, deploy troubleshooting, and migration patterns
Shared AWS agent skills including AWS Documentation MCP configuration for querying up-to-date AWS knowledge
AWS CDK expert for infrastructure-as-code in TypeScript/Python — CDK stacks, constructs, stack composition, and deployment workflows. Use for CDK, CloudFormation, cdk synth/deploy, or defining AWS infrastructure programmatically.
Shared AWS agent skills including AWS Documentation MCP configuration for querying up-to-date AWS knowledge
Build, deploy, and operate AI agents on AWS. Skills for scaffolding agents with Amazon Bedrock AgentCore (Strands, LangGraph), connecting tools via Gateway and MCP, multi-agent and A2A orchestration, memory, Cedar policies, evaluation, observability, debugging traces and logs, and production hardening (inbound auth, IAM, rate limiting, cold-start tuning).
Authoritative, source-cited playbook that lets a coding agent autonomously design, configure, deploy, and troubleshoot production-grade AI agents on AWS - Strands Agents SDK, Amazon Bedrock (Converse, Guardrails, Knowledge Bases), and Bedrock AgentCore (Runtime, Memory, Gateway, Identity, Browser/Code Interpreter) - with Terraform-first IaC and CloudWatch/OpenTelemetry observability. Every recommendation traces to an official AWS source.
Design, build, deploy, test, and debug serverless applications with AWS Serverless services.
AWS development toolkit — 34 skills, 11 agents, and 3 MCP servers for building, migrating, and performing architecture reviews on AWS.
Comprehensive AWS skill set for AI agents to interact with cloud resources, manage infrastructure, and automate AWS operations.