Stats
Actions
Tags
From formae-mcp
Use when the user wants to destroy, delete, or tear down infrastructure resources, stacks, or environments
How this skill is triggered — by the user, by Claude, or both
Slash command
/formae-mcp:formae-destroyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the `destroy_forma` MCP tool to remove infrastructure resources.
Use the destroy_forma MCP tool to remove infrastructure resources.
Destruction can be specified two ways (mutually exclusive):
destroy_forma with simulate: truedestroy_forma with simulate: falseget_command_status to monitor progress:
sleep 5). Do NOT poll in a tight loop.| User wants to... | Approach |
|---|---|
| Tear down a stack | query: "stack:staging" |
| Remove specific resources | query: "type:AWS::S3::Bucket label:temp-data" |
| Destroy what's in a file | file_path: "/path/to/forma.pkl" |
pkl eval to evaluate forma files — ALWAYS use formae eval --output-consumer machine. Forma files use formae-specific extensions that only the formae CLI can resolve, and --output-consumer machine ensures parseable output instead of human-formatted text.npx claudepluginhub platform-engineering-labs/formae-marketplace --plugin formae-mcpCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.