create-cloud-flow

Automate deployment and management of Power Automate cloud flows in Power Platform solutions.

1|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/briangre/PowerPlatformSolutionGenerator --skill create-cloud-flow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-cloud-flow
Source: https://github.com/briangre/PowerPlatformSolutionGenerator/tree/main/skills/create-cloud-flow
Command: npx skills add https://github.com/briangre/PowerPlatformSolutionGenerator --skill create-cloud-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation and integration of Power Automate cloud flows into Power Platform solutions, reducing manual configuration time.

Core Features & Use Cases

  • Flow Creation: Automates the setup of cloud flows with specified triggers and actions via Dataverse Web API.
  • Solution Management: Ensures flows are properly added to designated solutions, supporting ALM practices.
  • Use Case: Deploy a scheduled data synchronization flow that activates daily, then unpack and version control the solution files.

Quick Start

Use the create-cloud-flow skill to generate a new automated flow that triggers on SharePoint item creation, then add it to your existing solution.

Frequently Asked Questions about create-cloud-flow

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

FAQPage Schema
How do I automate the deployment of Power Automate cloud flows?

You can automate cloud flow deployment by integrating flows into Power Platform solutions and using the Dataverse API and Power Platform CLI to manage the setup and source control.

Can I add a new cloud flow to an existing Power Platform solution?

Yes, you can add new automated flows, such as those triggering on SharePoint item creation, directly into your existing Power Platform solution to support application lifecycle management.

How do I export and unpack Power Automate cloud flows for source control?

You can export solution-aware flows from your environment and unpack the solution files using Power Platform CLI tools to structure and version control the workflow code.

Do I need Dataverse API access to manage cloud flows in Power Platform?

Yes, accessing the Dataverse Web API is required to automate the setup of cloud flow triggers and actions and to ensure reliable solution integration within the Power Platform.

What is the best way to manage ALM for Power Automate cloud flows?

The best way to manage ALM for cloud flows is to make them solution-aware, facilitating consistent setup, code management, export, and unpacking within a structured development process.