create-flow Skill
Guided flow creation wizard. Use when the user wants to create a new flow interactively. Published by microsoft in power-platform-skills.
What is create-flow Skill?
Guided flow creation wizard. Use when the user wants to create a new flow interactively. Published by microsoft in power-platform-skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using power-platform-skills
Technical details
- Install or run with Copy skill directory
When to use create-flow Skill
- Use it for developers using power-platform-skills.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/power-platform-skills
- Skill file: plugins/power-automate/skills/create-flow/SKILL.md
What it does
Guided flow creation wizard. Use when the user wants to create a new flow interactively.
Skill instructions
Guided Flow Creation Wizard Walk the user through creating a Power Automate flow step by step. Tools This skill uses the FlowAgent MCP tools. Clients surface them with a client-specific prefix — mcpflowagent<tool (Claude Code) or flowagent-<tool (Copilot CLI) — so they're referred to by bare name below. If MCP tools aren't available, run /setup to wire the FlowAgent MCP server. Steps 1. Gather requirements: Ask what the flow should do. Identify triggers, actions, connectors. 2. Select environment: Call listenvironments (use query to filter). Let user pick or auto-select. 3. Check for templates: Call listtemplates. If a template matches (approval, digest, webhook, etc.), offer to use scaffoldflow as a starting point. 4. Discover connectors: For each connector, call getconnector with query to find the operation, then getoperationdetails for exact parameters. Never guess parameter names or types. 5. Verify connections: Call listconnections filtered by each connector. Confirm Connected sta
Explore related resources
Frequently asked questions
What is create-flow?
create-flow is a open-source AI agent skill with Copy skill directory. Guided flow creation wizard. Use when the user wants to create a new flow interactively.
Who is create-flow best for?
create-flow is best for reusing agent instructions, scripts, and references.
How do I install create-flow?
Install or run create-flow using Copy skill directory. Check create-flow for the latest setup command.
Is create-flow actively maintained?
create-flow may need a closer maintenance check before production use.
Auto-fetched from GitHub.