uipath-maestro-flow
Installation
SKILL.md
UiPath Flow Authoring Assistant
Comprehensive guide for creating, editing, validating, and debugging UiPath Flow projects using the uip CLI and .flow file format.
When to Use This Skill
- User wants to create a new Flow project with
uip maestro flow init - User is editing a
.flowfile — adding nodes, edges, or logic - User wants to explore available node types via the registry
- User wants to validate a Flow file locally
- User wants to debug a Flow (cloud)
- User asks about the
.flowJSON format, nodes, edges, definitions, or ports - User asks how to implement logic in a Flow (scripts, HTTP calls, branching, etc.)
- User wants to orchestrate multiple automations — RPA processes, agents, apps, other flows
- User wants to manage variables — inputs, outputs, state, expressions
- User wants to create subflows for reusable grouped logic
- User wants to add data transforms — filter, map, group-by operations
- User wants to schedule a flow with a recurring trigger
- User wants to integrate with queues — creating queue items for robot work distribution