This handles the entire Salesforce Flow generation pipeline through a strict three-step MCP process: fetch object metadata from your org, select the flow elements based on your request, then iteratively generate the complete flow XML element by element. The skill enforces the pipeline religiously because manually writing flow metadata is a recipe for invalid XML. You'll use this when someone asks to automate record updates, build screen-based workflows, create scheduled jobs, or set up record-triggered flows. The generation step loops until complete, sometimes requiring fifteen or more iterations for complex flows, and the skill is explicit about never stopping mid-loop to ask permission. One thing to know: you must pass the exact strings between steps without re-serializing them, and you cannot modify the resulting XML at all.
npx skills add https://github.com/forcedotcom/sf-skills --skill generating-flow