From aws-skills-for-claude-code
Builds well-architected AWS infrastructure with CDK and CloudFormation using docs, samples, cfn-lint validation, cfn-guard compliance, best practices, and troubleshooting. Use for CDK, CloudFormation, cfn-lint, cfn-guard, AWS IaC.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aws-skills-for-claude-code:aws-iacThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- search_cdk_documentation / search_cdk_samples_and_constructs - CDK docs and code samples
cdk synthcdk deploycdk synth) to validate before deployment{
"mcpServers": {
"aws-iac": {
"command": "uvx",
"args": ["awslabs.aws-iac-mcp-server@latest"],
"env": {
"AWS_PROFILE": "default",
"AWS_REGION": "us-east-1",
"FASTMCP_LOG_LEVEL": "ERROR"
}
}
}
}
Most features work without AWS credentials. Credentials only needed for deployment and troubleshooting.
npx claudepluginhub whchoi98/aws-skills-for-claude-code --plugin aws-skills-for-claude-codeAuthors, deploys, and troubleshoots AWS infrastructure using CDK in TypeScript or Python. Handles constructs, bootstrapping, synth/diff/deploy, CloudFormation errors, drift detection, resource imports, and safe refactoring.
Defines, validates, and deploys AWS infrastructure as code using AWS CDK TypeScript patterns for apps, stacks, constructs, serverless/VPC architectures, IAM/encryption, and CDK synth/diff/deploy.
Builds AWS infrastructure with CDK in Python following AWS Well-Architected framework best practices. Use for AWS architecture, CDK Python, Well-Architected, or cloud infrastructure design.