power-automate-flow-json

Installation
SKILL.md

Power Automate Cloud Flow JSON

Purpose: emit a valid Power Automate cloud flow JSON file that pac solution pack accepts and the importer turns into a working flow once connections are bound.

When to Use

  • A PRD specifies automation (notify on row create, schedule a job, webhook, send email/Teams message)
  • An existing solution needs a new flow added
  • Reviewing a generated flow before packaging

File Naming and Location

src/Workflows/<prefix>_<FlowName>-<GUID>.json
  • <GUID>: lowercase hyphenated UUID v4. Generate ONCE per flow and keep it stable across regenerations.
  • <FlowName>: PascalCase verb + object (NotifyOnIssueCreated).
  • Every flow MUST be registered in Solution.xml with <RootComponent type="29" schemaName="<guid>" behavior="0" />.
Installs
1
Repository
jnpiyush/agentx
GitHub Stars
13
First Seen
May 31, 2026
power-automate-flow-json — jnpiyush/agentx