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.md

Skill 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-skills

Then reference at planned-skills/generated/13-aws-skills/cdk-stack-generator/SKILL.md

Related Skills