This automates Salesforce Flow creation through a mandatory three-step MCP pipeline: fetch org schema metadata, select flow elements, then generate the XML piece by piece in a loop until complete. It handles all flow types (Screen, Autolaunched, Record-Triggered, Scheduled) and explicitly forbids shortcuts or manual XML editing. The pipeline can take many iterations for complex flows, which is expected. The main gotcha is the strict naming convention for inflightMetadata (use "apiName" not "objectApiName", "type" not "fieldType") and remembering that groundingMetadata from step one is already a string. If you need repeatable automation or record-triggered logic in Salesforce without writing Apex, this is the only supported generation path.
npx -y skills add forcedotcom/sf-skills --skill automation-flow-generate --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
rohitg00/pro-workflow
supercent-io/skills-template