AWS Skills for Claude Code enables developers to build, deploy, and manage AWS infrastructure using specialized plugins. It supports CDK, serverless architecture, cost optimization, and AI agent deployment with Bedrock AgentCore. Ideal for operations teams automating cloud workflows.
git clone https://github.com/zxkane/aws-skills.gitAWS Skills for Claude Code enables developers to build, deploy, and manage AWS infrastructure using specialized plugins. It supports CDK, serverless architecture, cost optimization, and AI agent deployment with Bedrock AgentCore. Ideal for operations teams automating cloud workflows.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/zxkane/aws-skillsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Act as an AWS expert. I need help with [AWS_SERVICE]. My goal is to [GOAL]. I'm currently using [CURRENT_SETUP]. Provide a step-by-step guide to achieve this, including any necessary AWS CLI commands or CloudFormation templates. Focus on best practices and cost optimization.
# AWS VPC Setup Guide ## Current Setup - Single EC2 instance in default VPC - No load balancing or auto-scaling - Basic security groups ## Recommended Architecture 1. **Create a new VPC** with public and private subnets 2. **Set up NAT Gateway** for private subnet internet access 3. **Configure Auto Scaling Group** with 2 instances 4. **Implement Application Load Balancer** with health checks 5. **Set up CloudWatch alarms** for monitoring ## Implementation Steps ```bash # Create VPC aws ec2 create-vpc --cidr-block 10.0.0.0/16 # Create subnets aws ec2 create-subnet --vpc-id vpc-xxxxxx --cidr-block 10.0.1.0/24 aws ec2 create-subnet --vpc-id vpc-xxxxxx --cidr-block 10.0.2.0/24 ``` ## Cost Considerations - Use spot instances for non-critical workloads - Implement lifecycle policies for EBS volumes - Schedule instances to turn off during non-business hours
Cloud computing platform with 200+ services
AI assistant built for thoughtful, nuanced conversation
IronCalc is a spreadsheet engine and ecosystem
Customer feedback management made simple
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan