aws-cdk

Manage and troubleshoot AWS infrastructure with CDK using TypeScript or Python.

2|Updated May 15, 2026
One-click install
npx skills add https://github.com/mashharuki/floci-sample --skill aws-cdk-mashharuki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-cdk
Source: https://github.com/mashharuki/floci-sample/tree/main/.agents/skills/aws-cdk
Command: npx skills add https://github.com/mashharuki/floci-sample --skill aws-cdk-mashharuki

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires aws-cdk, aws-cdk-lib, constructs, cloudformation, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps authors, deployers, and troubleshooters manage AWS infrastructure using the AWS Cloud Development Kit (CDK) with TypeScript or Python. It provides domain expertise for CDK construct authoring, deployment workflows, compliance, drift, importing resources, safe refactoring, and troubleshooting CDK CLI / CloudFormation errors.

Core Features & Use Cases

  • CDK Construct Authoring: Covers best practices, stack architecture, and construct patterns for writing CDK constructs.
  • Deployment Workflows: Offers guidance on bootstrapping environments, running cdk deploy/synth/diff, and fixing CDK or CloudFormation errors.
  • Compliance and Drift: Assists with policy enforcement, drift detection, and resolution strategies.
  • Resource Import and Migrate: Provides tools for importing existing resources and converting CloudFormation stacks to CDK code.
  • Refactoring and Prevention of Replacement: Offers techniques to refactor safely and prevent resource replacement.

Quick Start

Use the aws-cdk skill to deploy a new CDK stack.

Frequently Asked Questions about aws-cdk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I troubleshoot AWS CDK deployment errors and CloudFormation drift?

This Skill helps troubleshoot AWS CDK deployment errors and CloudFormation drift by providing resolution strategies for compliance, stack drift, and CLI errors during your deployment workflow.

What is the best way to import existing AWS resources into a CDK stack?

The best way to import existing AWS resources into a CDK stack is by using the provided tools to migrate and convert existing CloudFormation stacks into CDK code without disrupting current operations.

How do I refactor AWS CDK constructs without causing resource replacement?

To refactor AWS CDK constructs without causing resource replacement, apply the safe refactoring techniques provided by this Skill to prevent unintended resource deletion or replacement during stack updates.

Can I use AWS CDK with Python and TypeScript for infrastructure management?

Yes, you can use AWS CDK with Python and TypeScript for infrastructure management. This Skill supports construct authoring, bootstrapping, and deployment workflows in both programming languages.

How do I author AWS CDK constructs following best practices for stack architecture?

To author AWS CDK constructs following best practices, use this Skill to guide your stack architecture and construct patterns, ensuring robust infrastructure management and compliance enforcement.