Skip to content

SpillwaveSolutions/mastering-aws-cdk-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Plugin with an agentic skill, agents, and commands for AWS CDK v2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published