teardown

Remove AWS resources with confirmation and phase-based destroy controls.

1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/schuettc/website-deployment-plugin --skill teardown-schuettc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: teardown
Source: https://github.com/schuettc/website-deployment-plugin/tree/main/plugin/skills/teardown
Command: npx skills add https://github.com/schuettc/website-deployment-plugin --skill teardown-schuettc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Teardown workflow ensures that all AWS resources created by the plugin can be safely and completely removed, reducing cloud waste and potential charges.

Core Features & Use Cases

  • Phase-based destruction with explicit user confirmation to prevent accidental deletion.
  • Stack destruction, resource cleanup, and post-teardown verification to ensure no residuals remain.
  • Works across development and production-like environments, including CDK managed stacks, S3 buckets, Lambda, API Gateway, DynamoDB, and Cognito resources.

Quick Start

Accept the safety prompts and run the teardown workflow to remove all AWS resources created by the plugin.

Frequently Asked Questions about teardown

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

FAQPage Schema
How do I safely destroy AWS CDK infrastructure without losing critical data?

To safely destroy AWS CDK infrastructure, use a teardown workflow that enforces a plan, explicit confirmation, and controlled destroy phases. This prevents accidental data loss by requiring approval before removing stacks, S3 data, and DynamoDB tables.

What is the safest way to remove all AWS resources created by a plugin?

The safest way to remove all AWS resources created by a plugin is a phase-based teardown workflow. It systematically destroys stacks and verifies post-teardown that no residual cloud resources remain, reducing waste and unexpected charges.

Can I tear down Lambda functions and API Gateway resources across development and production environments?

Yes, you can tear down Lambda functions and API Gateway resources across development and production environments. The teardown process covers CDK managed stacks, S3 buckets, DynamoDB, and Cognito user pools with safety rails.

How do I clean up S3 buckets and Cognito user pools when destroying AWS infrastructure?

To clean up S3 buckets and Cognito user pools when destroying AWS infrastructure, run a controlled teardown workflow. It includes resource cleanup and post-teardown verification phases to ensure all specified data and identity resources are completely removed.

Why do I need explicit confirmation before tearing down cloud resources?

You need explicit confirmation before tearing down cloud resources to prevent accidental deletion of critical infrastructure. The teardown safety rails enforce a plan and approval phase, protecting production data in DynamoDB tables and S3 buckets from unintended loss.