Agent Plugins Marketplace
All plugins

uipath-preview

v0.1.0

UiPath Maestro preview skills — the builder-SDK authoring path for uipath-maestro-{flow,case,bpmn}. Authored here; loads as a Claude Code plugin root (skills/<name>/SKILL.md).

Claude Code3 Skills

By UiPathLicense: MIT162 GitHub starsUpdated 16 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install uipath-preview for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install uipath-preview@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/UiPath/skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is preview/.

Plugin files

preview/
├── .claude-plugin/plugin.json
├── skills/uipath-maestro-bpmn/SKILL.md
├── skills/uipath-maestro-case/SKILL.md
└── skills/uipath-maestro-flow/SKILL.md

Included Skills3

uipath-maestro-bpmnskills/uipath-maestro-bpmn/SKILL.md

TRIGGER for authoring structural-core UiPath Maestro BPMN as `<Name>.bpmn.ts` with the TypeScript builder SDK (`@uipath/maestro-builder-sdk/bpmn`) and running the `uip maestro bpmn` check/compile/format/validate loop. Covers events, gateways, tasks, sub-processes, sequence flows, bindings, static rules, and semantic `.bpmn` output. Flow builder authoring → uipath-maestro-flow; case plans → uipath-maestro-case. DO NOT TRIGGER for registry-backed typed BPMN nodes beyond the structural core.

uipath-maestro-caseskills/uipath-maestro-case/SKILL.md

TRIGGER for authoring UiPath Maestro Case plans as `<Name>.case.ts` with the reference-mode TypeScript builder SDK (`@uipath/maestro-builder-sdk/case`), compiling to `caseplan.json`, and running the `uip maestro case` check/compile/validate loop. Covers stages, tasks, rules, bindings, published-resource references, and brownfield decompile/edit/recompile. Flow builder authoring → uipath-maestro-flow; structural-core BPMN → uipath-maestro-bpmn. DO NOT TRIGGER for C#/XAML automation → uipath-rpa.

uipath-maestro-flowskills/uipath-maestro-flow/SKILL.md

TRIGGER for authoring, operating or diagnosing UiPath Maestro Flow. Author and edit `<Name>.flow.ts` with the TypeScript builder SDK (`@uipath/maestro-builder-sdk`): graph structure, expressions, nodes, bindings, connectors, brownfield edits, and the check/compile/validate loop on the emitted `.flow`. Operate: upload, publish, deploy, debug a real run, trigger a process, job status and traces, pause/resume/cancel/retry an instance. Diagnose: faulted runs, incidents, runtime variables, why validate passed but the run failed. Evaluate: evaluators, eval sets, data points, simulations, eval runs and comparisons. Case plans (`caseplan.json`) → uipath-maestro-case; BPMN (`.bpmn.ts`) → uipath-maestro-bpmn. DO NOT TRIGGER for C#/XAML automation → uipath-rpa.

Plugin manifests1

preview/.claude-plugin/plugin.json
{
  "name": "uipath-preview",
  "version": "0.1.0",
  "description": "UiPath Maestro preview skills — the builder-SDK authoring path for uipath-maestro-{flow,case,bpmn}. Authored here; loads as a Claude Code plugin root (skills/<name>/SKILL.md).",
  "author": {
    "name": "UiPath"
  },
  "license": "MIT",
  "homepage": "https://github.com/UiPath/skills",
  "repository": "https://github.com/UiPath/skills"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[uipath-preview on Agent Plugins Marketplace](https://pluginsmp.com/plugins/uipath-preview)