formae-destroy

Simulate and confirm destruction of cloud infrastructure resources via forma file or query.

5|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/platform-engineering-labs/formae-mcp --skill formae-destroy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: formae-destroy
Source: https://github.com/platform-engineering-labs/formae-mcp/tree/main/skills/formae-destroy
Command: npx skills add https://github.com/platform-engineering-labs/formae-mcp --skill formae-destroy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a safe and controlled way to destroy, delete, or tear down cloud infrastructure resources, stacks, or entire environments, preventing accidental data loss.

Core Features & Use Cases

  • Simulate Destruction: Always performs a dry run first to show exactly what will be deleted.
  • Flexible Targeting: Destroys resources specified by a forma file or by a query.
  • Confirmation: Requires explicit user confirmation before irreversible deletion.
  • Use Case: You need to clean up a staging environment after a testing cycle. This Skill can safely remove all resources associated with that staging stack.

Quick Start

Use the formae-destroy skill to simulate tearing down the 'staging' stack.

Frequently Asked Questions about formae-destroy

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

FAQPage Schema
How do I safely tear down cloud infrastructure without accidental data loss?

Safely tear down cloud infrastructure by using a skill that mandates a dry run simulation and explicit user confirmation before deleting resources. This controlled destruction process prevents irreversible data loss by auditing exactly what will be removed.

What is the best way to delete a staging environment stack after testing?

The best way to delete a staging environment stack is to target the resources using a forma file or resource query. This approach ensures only the specified cloud infrastructure stack is destroyed while requiring explicit confirmation before execution.

Can I simulate destroying cloud resources before irreversible deletion happens?

Yes, you can simulate destroying cloud resources because a dry run is always performed first. This simulation shows exactly what will be deleted, requiring your explicit confirmation before any irreversible deletion occurs.

How do I destroy cloud infrastructure resources using a resource query?

You destroy cloud infrastructure resources by specifying your targets through a resource query or forma file. The skill processes the query to identify matching resources, simulates the destruction, and awaits your confirmation before tearing them down.

Why does tearing down cloud environments require explicit user confirmation?

Tearing down cloud environments requires explicit user confirmation because the deletion of infrastructure resources is irreversible. This mandatory step ensures controlled, auditable destruction and prevents accidental data loss during the teardown process.