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 -y skills add forcedotcom/sf-skills --skill generating-flow --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills