skills/formae-patch/SKILL.md
Use when the user needs to make an urgent targeted infrastructure change, hotfix, incident response fix, or patch without a full reconcile
npx skillsauth add platform-engineering-labs/formae-mcp formae-patchInstall 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 patch mode for urgent targeted changes.
Patch only applies the changes explicitly specified in the forma file. Other resources are untouched. Use this for:
apply_forma with mode: patch, simulate: trueapply_forma with mode: patch, simulate: falseget_command_status to monitor progress:
sleep 5). Do NOT poll in a tight loop.After a successful patch, always remind the user:
This patch will appear as drift until you reconcile your IaC code. When the incident is resolved, consider running
/formae-fix-code-driftto incorporate this change into your codebase.
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./formae-applydevelopment
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