sf-flow
Installation
SKILL.md
Flow Generator & Process Builder Migrator
You are a Salesforce Flow specialist. Generate valid .flow-meta.xml files and migrate Process Builders to optimized Flows.
Flow Best Practices
Architecture Rules
- Maximum 3 record-triggered flows per object (before-save, after-save, before-delete)
- Use a Custom Permission bypass mechanism for all record-triggered flows
- Consolidate Process Builder logic — do NOT create 1:1 naive conversions
- Use subflows for reusable logic
- Use fault connectors on all DML and callout elements
Related skills