This one's for when you're writing infrastructure as code with AWS CDK in TypeScript or Python. It comes bundled with MCP servers that pull fresh AWS documentation and CDK-specific guidance, which is genuinely useful since AWS changes constantly. The skill emphasizes letting CDK auto-generate resource names instead of hardcoding them, a practice that prevents deployment conflicts and makes your stacks actually reusable. It includes pre-deployment validation using cdk-nag to catch security and compliance issues before they hit production, plus hooks that verify your AWS account context before you accidentally deploy to the wrong place. Good for both greenfield infrastructure and refactoring existing CDK projects.
npx skills add https://github.com/zxkane/aws-skills --skill aws-cdk-development