cdk-stack-generator
This skill provides automated assistance for cdk stack generator tasks within the AWS Skills domain.
Content Preview
--- name: cdk-stack-generator description: | Cdk Stack Generator - Auto-activating skill for AWS Skills. Triggers on: cdk stack generator, cdk stack generator Part of the AWS Skills skill category. allowed-tools: Read, Write, Edit, Bash(aws:*) version: 1.0.0 license: MIT author: Jeremy Longshore <[email protected]> --- # Cdk Stack Generator ## Purpose This skill provides automated assistance for cdk stack generator tasks within the AWS Skills domain. ## When to Use This skill
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/cdk-stack-generator.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/planned-skills/generated/13-aws-skills/cdk-stack-generator/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at planned-skills/generated/13-aws-skills/cdk-stack-generator/SKILL.md
Related Skills
cdk-patterns
Common AWS CDK patterns and constructs for building cloud infrastructure with TypeScript, Python, or Java. Use when designing reusable CDK stacks and L3 constructs.
infrastructurecdk
by sickn33 (Antigravity) · antigravity-awesome-skills
generating-infrastructure-as-code
Execute use when generating infrastructure as code configurations. Trigger with phrases like "create Terraform config", "generate CloudFormation template", "write Pulumi code", or "IaC for AWS/GCP/Azure". Produces production-ready code for Terraform, CloudFormation, Pulumi, ARM templates, and CDK ac
generating-infrastructure-as-codegeneratinginfrastructurecode
by jeremylongshore · plugins-plus-skills