From formae-mcp
Use when the user wants to deploy infrastructure, apply a forma file, reconcile a stack, update a stack, or make planned infrastructure changes
How this skill is triggered — by the user, by Claude, or both
Slash command
/formae-mcp:formae-applyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the `apply_forma` MCP tool in **reconcile** mode to deploy or update infrastructure.
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 insteadCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub platform-engineering-labs/formae-marketplace --plugin formae-mcp