Skip to content

spillwavesolutions/mastering-aws-cdk

v1.1.0MIT

AWS CDK v2 TypeScript guidance: stacks, troubleshooting, CI/CD, service patterns.

Mastering AWS CDK Plugin

This project contains the mastering-aws-cdk skill packaged as a Claude plugin, plus agents and commands for common CDK workflows.

Plugin Layout

  • mastering-aws-cdk-plugin/
    • .claude-plugin/marketplace.json and .claude-plugin/plugin.json
    • skills/mastering-aws-cdk/ (skill + references)
    • commands/ (slash commands)
    • agents/ (triggered helpers)

Skill

  • Name: mastering-aws-cdk
  • Purpose: AWS CDK v2 guidance for TypeScript patterns, troubleshooting, CI/CD, and service integrations.

Commands

  • /cdk-troubleshoot - Diagnose CDK/CloudFormation failures
  • /cdk-architecture - Design stack boundaries and references
  • /cdk-ci-setup - Set up GitHub Actions OIDC and pipelines
  • /cdk-import - Adopt existing resources safely
  • /cdk-testing-security - Add tests and cdk-nag checks

Agents

  • cdk-error-watcher - Detects deploy failures and suggests fixes
  • cdk-setup-advisor - Helps with bootstrap and OIDC setup
  • cdk-architecture-assistant - Guides stack segmentation and references
  • cdk-service-patterns - Suggests AWS service patterns

Notes

  • Update owner metadata in mastering-aws-cdk-plugin/.claude-plugin/marketplace.json and mastering-aws-cdk-plugin/.claude-plugin/plugin.json if needed.
  • Skill references are under mastering-aws-cdk-plugin/skills/mastering-aws-cdk/references.