cdk-generator

Generates Python CAPSTONE-style Capstone-style Capstone-style Capstone-style Capstone-style Capstone-style Capstone-style Capstone-style Capstone-style Capstone-style Capstone-style Capstone-style Capstone-style Capstone-style Capstone-style Capstone-style Capstone-style Capstone-style Capstone-style Capstone-style Capstone-style Capstone-style Capstone-style Capstone-style Capstone-style Capstone

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/andrewwint/spec-driven-ai-dev-05-devops --skill cdk-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cdk-generator
Source: https://github.com/andrewwint/spec-driven-ai-dev-05-devops/tree/main/code/module-7-complete/skills/cdk-generator
Command: npx skills add https://github.com/andrewwint/spec-driven-ai-dev-05-devops --skill cdk-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation and modification of AWS Cloud Development Kit (CDK) stacks, ensuring adherence to enterprise-grade multi-stack architecture patterns for maintainable and auditable infrastructure.

Core Features & Use Cases

  • Stack Generation: Creates new, purpose-built CDK stacks following established patterns.
  • Resource Modification: Safely adds resources to existing stacks.
  • Dependency Management: Enforces explicit dependencies between stacks for clarity and stability.
  • Use Case: When a new microservice requires its own dedicated VPC and database, use this Skill to generate a new network_stack.py and data_stack.py that are explicitly linked to the service's deployment stack.

Quick Start

Use the cdk-generator skill to create a new CDK stack for managing S3 buckets.

Frequently Asked Questions about cdk-generator

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

FAQPage Schema
How do I generate AWS CDK stacks for enterprise environments?

To generate AWS CDK stacks for enterprise environments, use this Skill to create infrastructure code adhering to multi-stack architecture principles with explicit dependencies and clear ownership. It ensures each stack has a single, well-defined purpose for maintainable deployments.

What is the best way to manage dependencies between multiple CDK stacks?

The best way to manage dependencies between multiple CDK stacks is by enforcing explicit dependencies during stack creation. This Skill generates stacks with explicit constructor arguments, ensuring clear ownership and stable relationships between interconnected infrastructure components.

Can I modify existing AWS CDK stacks to add new resources?

Yes, you can modify existing AWS CDK stacks to add new resources. This Skill facilitates safe resource modification by adhering to established patterns for stack naming, explicit constructor arguments, CfnOutputs, and comments required for production settings.

Does this CDK generator work with multi-stack architecture patterns?

Yes, this CDK generator works specifically with multi-stack architecture patterns. It automates the creation and modification of AWS Cloud Development Kit stacks, ensuring adherence to enterprise-grade patterns for maintainable and auditable infrastructure with explicit dependencies.

When do I need to separate AWS infrastructure into multiple CDK stacks?

You need to separate AWS infrastructure into multiple CDK stacks when a new microservice requires dedicated resources. This Skill generates explicit deployment stacks, like separate network and data stacks, ensuring each stack maintains a single, well-defined purpose.