generating-flow

Generate Salesforce Flows via the execute_metadata_action MCP tool.

Updated Jun 1, 2026
One-click install
npx skills add https://github.com/Collabalist/SFDC --skill generating-flow-collabalist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generating-flow
Source: https://github.com/Collabalist/SFDC/tree/main/.agents/skills/generating-flow
Command: npx skills add https://github.com/Collabalist/SFDC --skill generating-flow-collabalist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires sfdx, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation of Salesforce Flows, saving time and reducing errors in business process automation.

Core Features & Use Cases

  • Flow Generation: Generate Salesforce Flows programmatically.
  • MCP Pipeline: Utilizes a strict 3-step pipeline for flow metadata generation.
  • Use Case: Create a Screen Flow to guide users through data collection, or an Autolaunched Flow for background processing.

Quick Start

Use the generating-flow skill to create a new Salesforce Flow based on the user's specifications.

Frequently Asked Questions about generating-flow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Salesforce Flow generation using metadata?

Salesforce Flow generation is automated using the Metadata Change Package (MCP) tool `execute_metadata_action`. It handles creating Screen, Autolaunched, Record-Triggered, and Scheduled Flows based on user prompts and org schema metadata.

What is the MCP pipeline for creating Salesforce Flows?

The MCP pipeline is a strict 3-step process for flow metadata generation. It requires strict adherence to these sequential steps to programmatically generate Salesforce Flows without manual coding errors.

Can I generate different types of Salesforce Flows automatically?

Yes, you can generate Screen, Autolaunched, Record-Triggered, and Scheduled Flows. The Skill uses the MCP tool to handle the creation of these specific Salesforce Flow types based on your specifications.

Do I need sfdx to generate Salesforce Flows with the MCP tool?

Yes, sfdx is a required dependency. You need the sfdx environment set up to utilize the MCP tool's `execute_metadata_action` for automating your Salesforce Flow metadata generation.

What's the best way to create a Salesforce Screen Flow for data collection?

The best way to create a Screen Flow is using the generating-flow Skill with the MCP tool. It automates the generation of Screen Flows to guide users through data collection based on your org schema metadata.