AI AGENT ADDONS

You can build and manage AWS cloud resources using code. The AWS CDK skill helps you write constructs in TypeScript or Python. You can create entire stacks of infrastructure with just a few lines of code.

This guide covers best practices for stack architecture and construct patterns. You will learn to bootstrap environments and run commands like cdk deploy and cdk diff. It also helps you fix errors and avoid common problems like resource replacement.

Use this skill to import existing resources, resolve drift, and refactor stacks safely. It makes cloud infrastructure easy to version and reuse. AWS CDK turns complex setups into manageable code.

Add Aws Cdk skill to your workflow

Global

mkdir -p ~/.claude/skills/aws-cdk

Project

mkdir -p .claude/skills/aws-cdk

Source Repository

Stars
1,530
Forks
128
Watchers
1,530
License
Apache-2.0
Last Push
1 month ago
Created
3 months ago