From aws-dev-toolkit
Scaffold new AWS infrastructure-as-code projects using CDK, Terraform, SAM, or CloudFormation. Use when creating new IaC projects, adding new stacks/modules, or setting up deployment pipelines for AWS infrastructure.
npx claudepluginhub aws-samples/sample-claude-code-plugins-for-startups --plugin aws-dev-toolkitThis skill uses the workspace's default tool permissions.
Scaffold a new AWS IaC project.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Guides code writing, review, and refactoring with Karpathy-inspired rules to avoid overcomplication, ensure simplicity, surgical changes, and verifiable success criteria.
Share bugs, ideas, or general feedback.
Scaffold a new AWS IaC project.
Framework: $ARGUMENTS[0] (cdk, terraform, sam, or cfn) Description: $ARGUMENTS[1]
aws-iac MCP tools to validate resource configurations and check for security issuesaws-docs MCP tools to look up current best practices for the chosen frameworkcdk init app --language typescript patternscdk-nag for compliance checksterraform-aws-modules where they exist.gitignore appropriate for the framework.tfstate — configure remote backend firstsam local needs Docker — mention this in the READMEEnvironment, Project, OwnerGenerate the complete project structure with: