aws-infrastructure-as-code

Installation
SKILL.md

AWS Infrastructure as Code

Key Tools

  • search_cdk_documentation / search_cdk_samples_and_constructs - CDK docs and code samples
  • cdk_best_practices - Comprehensive CDK best practices
  • read_iac_documentation_page - Full documentation pages
  • validate_cloudformation_template - cfn-lint validation
  • check_cloudformation_template_compliance - cfn-guard security compliance
  • troubleshoot_cloudformation_deployment - Pattern-based failure analysis with CloudTrail
  • search_cloudformation_documentation - CloudFormation docs

CDK Development Workflow

  1. Research: search_cdk_documentation + search_cdk_samples_and_constructs
  2. Best Practices: cdk_best_practices
  3. Write CDK Code
  4. Synthesize: cdk synth
  5. Validate: validate_cloudformation_template + check_cloudformation_template_compliance
  6. Deploy: cdk deploy
  7. Troubleshoot: troubleshoot_cloudformation_deployment (if needed)
Installs
1
GitHub Stars
3
First Seen
May 5, 2026
aws-infrastructure-as-code — whchoi98/kiro-cli-power