skills/formae-apply/SKILL.md
Use when the user wants to deploy infrastructure, apply a forma file, reconcile a stack, update a stack, or make planned infrastructure changes
npx skillsauth add platform-engineering-labs/formae-mcp formae-applyInstall 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 apply_forma MCP tool in reconcile mode to deploy or update infrastructure.
Reconcile guarantees the target infrastructure matches the forma file exactly:
This is the standard mode for planned deployments.
apply_forma with mode: reconcile, simulate: trueapply_forma with mode: reconcile, simulate: falseget_command_status to monitor progress:
sleep 5). Do NOT poll in a tight loop.If get_command_status returns a failed state:
get_command_status details or provider logs to diagnose further.If the simulation reports drift (out-of-band changes detected), the apply may be rejected. The user can choose to:
/formae-fix-code-drift to understand the changesforce: true to overwrite the driftpkl 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./formae-patch insteaddevelopment
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
devops
Use when the user asks about their infrastructure stacks, how infrastructure is organized, or needs a stack overview with resource counts