aws

Enforce safety constraints on AWS CDK TypeScript deployments.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/plutowang/term.conf --skill aws-plutowang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws
Source: https://github.com/plutowang/term.conf/tree/main/opencode/skills/inventory/aws
Command: npx skills add https://github.com/plutowang/term.conf --skill aws-plutowang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineers prevent accidental infrastructure changes by enforcing safety constraints when using AWS CDK with TypeScript.

Core Features & Use Cases

  • Safety-first CDK guidance: Enforces non-destructive practices and restricted deployment commands.
  • CDK TypeScript templates: Provides starter patterns and best practices for CDK v2 projects.
  • Compliance & workflow checks: Helps teams review and validate infrastructure templates before execution.

Quick Start

Use the aws skill to scaffold a CDK TypeScript project and verify templates with pnpm cdk synth.

Frequently Asked Questions about aws

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent accidental infrastructure mutations in AWS CDK deployments?

Prevent accidental AWS CDK mutations by enforcing safety constraints that restrict destructive deployment commands and require explicit manual deployment steps. This ensures safe operations across development, staging, and production environments by validating infrastructure templates before execution.

What's the best way to scaffold a safe AWS CDK TypeScript project?

Scaffold a safe AWS CDK TypeScript project by using CDK v2 starter patterns and running pnpm cdk synth to verify templates. This approach enforces TypeScript requirements and provides safety-first guidance for non-destructive infrastructure-as-code practices.

Does the AWS CDK safety skill work with both synthesis and deployment commands?

The AWS CDK safety skill works with synthesis and deployment commands by allowing template synthesis and diffs while explicitly restricting automated destructive deployments. It enforces manual deployment steps to prevent accidental infrastructure changes during AWS CDK operations.

Can I use this CDK TypeScript skill for staging and production environments?

You can use this CDK TypeScript skill for staging and production environments because it applies safety constraints across all deployment stages. It enforces non-destructive practices and compliance checks to guide safe operations and prevent destructive actions in critical infrastructure.

Why does my AWS CDK skill require CDK v2 and TypeScript?

Your AWS CDK skill requires CDK v2 and TypeScript to enforce standardized safety constraints and provide compatible infrastructure-as-code templates. This requirement ensures consistent compliance checks and non-destructive workflow validation across your infrastructure projects.

When should I restrict deployment commands in AWS CDK projects?

Restrict deployment commands in AWS CDK projects when you need to prevent accidental infrastructure mutations across development, staging, or production environments. Enforcing safety constraints and requiring explicit manual deployment steps protects against destructive actions during template execution.