# Skills catalog

> UiPath skills available to your coding agent, with an example prompt for each, grouped by stage along the automation lifecycle from discovery to troubleshooting.

These skills come with `uip skills install` and live in the public [UiPath skills repository](https://github.com/UiPath/skills). You describe a task and your coding agent picks the right skill — naming one in your prompt nudges it if needed. The list below is grouped by lifecycle stage; the repo has the current set and the details.

## Discovery and planning

| Skill | What it does | Example prompt |
| --- | --- | --- |
| [uipath-automation-discovery](https://github.com/UiPath/skills/blob/main/skills/uipath-automation-discovery/SKILL.md) | Finds automation opportunities across an organization. | "Suggest the highest-value processes we could automate." |
| [uipath-planner](https://github.com/UiPath/skills/blob/main/skills/uipath-planner/SKILL.md) | Converts a design document into an executable task list. | "Turn this design doc into a build plan I can work through." |

## Building

| Skill | What it does | Example prompt |
| --- | --- | --- |
| [uipath-rpa](https://github.com/UiPath/skills/blob/main/skills/uipath-rpa/SKILL.md) | Creates, edits, builds, runs, debugs, and tests RPA workflows (`.xaml` and `.cs`). | "Build an RPA workflow that downloads an attachment from each unread email and saves it to a folder." |
| [uipath-agents](https://github.com/UiPath/skills/blob/main/skills/uipath-agents/SKILL.md) | Builds AI agents end to end, in Python/LangGraph or low-code. | "Create an agent that triages incoming support tickets and drafts a reply." |
| [uipath-maestro-flow](https://github.com/UiPath/skills/blob/main/skills/uipath-maestro-flow/SKILL.md) | Authors, validates, publishes, and evaluates Maestro Flows (`.flow`), and diagnoses failed runs. | "Build a Maestro Flow that routes an invoice for approval and then posts it." |
| [uipath-maestro-bpmn](https://github.com/UiPath/skills/blob/main/skills/uipath-maestro-bpmn/SKILL.md) | Authors and operates Business Process Model and Notation (BPMN) process orchestrations. | "Model an onboarding process as a BPMN orchestration." |
| [uipath-maestro-case](https://github.com/UiPath/skills/blob/main/skills/uipath-maestro-case/SKILL.md) | Authors Case Management applications with phased validation. | "Set up a dispute-resolution case with stages and milestones." |
| [uipath-coded-apps](https://github.com/UiPath/skills/blob/main/skills/uipath-coded-apps/SKILL.md) | Scaffolds and deploys web apps, analytics dashboard apps, and Action apps. | "Build a coded app for business users to review and approve cases." |
| [uipath-api-workflow](https://github.com/UiPath/skills/blob/main/skills/uipath-api-workflow/SKILL.md) | Authors and publishes API workflows. | "Build an API workflow that enriches a lead and writes it back to the CRM." |
| [uipath-human-in-the-loop](https://github.com/UiPath/skills/blob/main/skills/uipath-human-in-the-loop/SKILL.md) | Designs tasks and Action Center operations for human approvals. | "Add a human approval step before the payment is sent." |
| [uipath-ixp](https://github.com/UiPath/skills/blob/main/skills/uipath-ixp/SKILL.md) | Manages Document Understanding (IXP) projects. | "Extract the totals and line items from these invoices." |

## Testing and review

| Skill | What it does | Example prompt |
| --- | --- | --- |
| [uipath-test](https://github.com/UiPath/skills/blob/main/skills/uipath-test/SKILL.md) | Manages Test Manager projects and test execution. | "Generate test cases for this workflow and run them." |
| [uipath-review](https://github.com/UiPath/skills/blob/main/skills/uipath-review/SKILL.md) | Performs read-only structural and quality auditing of a project. | "Review this automation for quality and structural issues." |

## Running and managing

| Skill | What it does | Example prompt |
| --- | --- | --- |
| [uipath-solution](https://github.com/UiPath/skills/blob/main/skills/uipath-solution/SKILL.md) | Manages solution lifecycle operations (`.uipx`). | "Package these projects into a solution and prepare it for release." |
| [uipath-platform](https://github.com/UiPath/skills/blob/main/skills/uipath-platform/SKILL.md) | Runs platform operations through the CLI — authentication, Orchestrator, and Data Fabric. | "Publish this automation and start a job in my folder." |
| [uipath-tasks](https://github.com/UiPath/skills/blob/main/skills/uipath-tasks/SKILL.md) | Manages Action Center human-in-the-loop tasks — list, assign, and complete approvals. | "List my pending approval tasks and reassign them." |
| [uipath-admin](https://github.com/UiPath/skills/blob/main/skills/uipath-admin/SKILL.md) | Manages identity, authorization, and governance settings. | "Create a robot account and grant it access to this folder." |
| [uipath-governance](https://github.com/UiPath/skills/blob/main/skills/uipath-governance/SKILL.md) | Manages governance policies. | "Apply our governance policy to this tenant." |
| [uipath-mcp-servers](https://github.com/UiPath/skills/blob/main/skills/uipath-mcp-servers/SKILL.md) | Works with UiPath Model Context Protocol (MCP) servers. | "Connect my agent to the UiPath MCP server." |

## Troubleshooting

| Skill | What it does | Example prompt |
| --- | --- | --- |
| [uipath-troubleshoot](https://github.com/UiPath/skills/blob/main/skills/uipath-troubleshoot/SKILL.md) | Investigates root causes across UiPath products. | "My job failed in Orchestrator — help me find out why." |

## Help and feedback

| Skill | What it does | Example prompt |
| --- | --- | --- |
| [uipath-feedback](https://github.com/UiPath/skills/blob/main/skills/uipath-feedback/SKILL.md) | Submits bug reports and product suggestions. | "Report a bug: the publish command fails with this error." |

:::note
This is a snapshot; `uip skills install` fetches the current set.
:::
