aws-cdk-core

Automate AWS CDK project setup and environment-aware deployments in Python.

3|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Basilisk-Systems/claude-toolkit --skill aws-cdk-core
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-cdk-core
Source: https://github.com/Basilisk-Systems/claude-toolkit/tree/main/skills/aws-cdk-core
Command: npx skills add https://github.com/Basilisk-Systems/claude-toolkit --skill aws-cdk-core

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides core patterns and guidance to structure AWS CDK v2 projects, configure stacks, and manage environment-specific settings, reducing boilerplate and deployment errors.

Core Features & Use Cases

  • App Structure Templates: Starter layouts for app.py, stacks/, and config/ to accelerate new CDK projects.
  • Reusable Stack Patterns: Predefined constructs and patterns for common infrastructure (APIs, databases, auth) and modular design.
  • Environment-Aware Deployments: Clear guidance for consistent environment naming, tagging, and region/account configuration across dev, staging, and prod.

Quick Start

Run cdk synth to generate the CloudFormation templates and then cdk deploy to push stacks to your target environment.

Frequently Asked Questions about aws-cdk-core

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

FAQPage Schema
How do I structure an AWS CDK project for multiple environments?

To structure an AWS CDK project for multiple environments, use starter layouts for app.py, stacks, and config directories. This enforces reusable stack patterns and environment-aware deployment configurations across dev, staging, and prod.

What is the best way to manage environment-specific settings in Python CDK?

The best way to manage environment-specific settings in Python CDK is through configuration templates. These templates provide clear guidance for consistent environment naming, tagging, and region/account configuration.

How do I deploy AWS CDK stacks to staging and prod?

To deploy AWS CDK stacks to staging and prod, run cdk synth to generate CloudFormation templates, then execute cdk deploy. This pushes the environment-aware stacks to your target deployment environments.

Does this AWS CDK skill provide reusable patterns for infrastructure like APIs and databases?

Yes, this AWS CDK skill provides predefined constructs and reusable stack patterns for common infrastructure including APIs, databases, and auth. These patterns accelerate modular design and reduce boilerplate.

Why should I use reusable stack patterns for infrastructure-as-code?

You should use reusable stack patterns for infrastructure-as-code to reduce boilerplate and prevent deployment errors. Core patterns provide structured guidance for configuring stacks and managing environment-specific settings.