field-service-data-capture-form-editor-configure

Installation
SKILL.md

Edit a Data Capture Form (in an org)

This skill patches a flow that already exists in a connected org. The source of truth is the deployed flow's Metadata JSON, retrieved live from the Tooling Flow sObject — there is no spec file, no .flow-meta.xml, no zip, no SFDX project. The skill retrieves the JSON, edits it in memory, and PATCHes it back.

Runtime contract: every org interaction in this skill is a REST call dispatched through the Codey runtime (dispatch locally / the hosted Headless 360 MCP in shared surfaces). This skill has no dependency on the execution environment — no sf CLI, no local Python, no temp files, no scratch SFDX project. Auth probes, the flow retrieve, and the redeploy are single REST calls; the JSON patch is authored by the agent inline. Do not shell out.

When this skill fires

  • The user names an existing flow (Inventory_Transfer, Asset_Inspection, etc.) and asks for a change.
  • The user pastes a Flow Builder URL and asks for a change.
  • The user describes a deploy error or runtime bug in a deployed flow.

If the user is starting from scratch (prose, PDF, image), route to a design-* skill instead.

Installs
26
GitHub Stars
982
First Seen
8 days ago
field-service-data-capture-form-editor-configure — forcedotcom/sf-skills