skills/formae-stacks/SKILL.md
Use when the user asks about their infrastructure stacks, how infrastructure is organized, or needs a stack overview with resource counts
npx skillsauth add platform-engineering-labs/formae-mcp formae-stacksInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use the list_stacks MCP tool to retrieve all stacks from the formae agent.
list_stacks (no parameters needed)list_resources with stack:<name>A stack is a logical grouping of resources with referential integrity. Destroying one resource in a stack may cascade to dependent resources. The default stack is "default". Unmanaged resources discovered by the agent live on the "unmanaged" stack.
development
Use when the user wants to set, remove, or inspect a TTL or auto-reconcile policy on a stack — e.g. 'expire X in 20 minutes', 'reject out-of-band changes on Y', 'auto-reconcile production every 5 minutes', 'remove the TTL on dev', 'what policies are on lifeline?'
devops
Use when the user asks about their cloud targets, configured regions, provider accounts, or which cloud accounts are set up
devops
Use when the user asks about running commands, deployment progress, recent operations, command history, or what failed
testing
Use when the user asks about deployed infrastructure, what resources exist, resource counts, or wants to find specific resources by type, stack, label, or management status