Plugin Claude Code
Plugin marketplace listing 1 plugin: uipath.
Plugin Claude Code
Plugin marketplace listing 1 plugin: uipath.
Plugin Claude Code
UiPath plugin for Claude Code — custom skills, agents, hooks, and MCP servers for UiPath RPA workflows, UI automation, UI testing, Python coded agents and UiPath troubleshoot.
Command Claude Code
Verify that every uip mentioned in task YAMLs and skill docs corresponds to a real verb in the installed uip CLI. Produces two markdown audit reports under tests/reports/.
Command Claude Code
Build a Coding-Agents Scorecard Confluence page from two data sources and the canonical product→skill mapping below. Combines test coverage (static) with eval scores + pass/fail (a codereval run), maps both onto the org scorecard's product rows, and publishes a new Confluence page.
Command Claude Code
Generate one coder-eval task YAML (and an optional check script) for the scenario described in $ARGUMENTS.
Command Claude Code
Review a coder-eval task YAML against a quality rubric and surface anti-patterns. Advisory only — does not modify files.
Command Claude Code
Run an apples-to-apples A/B comparison between two refs of the skills repo — each ref is either a branch or a commit SHA — and produce a decision-ready report. Automates the workflow described in tests/experiments/skill-comparison-playbook.md.
Command Claude Code
Analyze what a skill teaches vs what its tests verify. Produce a gap analysis with prioritized recommendations.
Settings file Claude Code
Agent settings configuring enabledPlugins.
Skill Claude CodeCodex
Maintain build-time skill flavors in the UiPath skills repository. Use when adding or editing skill-flavor marker blocks, sparse flavor overrides, generic flavor discovery, marker-free default or custom npm packages, package inspection, flavor CI, or composer/package tests. Preserve SKILL.md as the complete default…
Cursor rule Cursor
Writing standards for AI-agent-facing documentation in skills and references.
Cursor rule Cursor
Pull request review checklist for new skills, skill modifications, and hook changes — invoke when reviewing or creating a PR.
Cursor rule Cursor
Strict skill audit/review framework — use when user asks to review, audit, grade, or compare skills, or when reviewing PRs that add or substantially modify a skill.
Cursor rule Cursor
Skill folder layout, SKILL.md frontmatter, naming conventions, and build-time flavors.
Cursor rule Cursor
Terse documentation mode — strip fluff from skill docs and agent prose.
Instructions file CodexOpenCode
Instructions for UiPath/skills, a project described as: This is a repository of skills for interfacing UiPath capabilities to external developers.
Instructions file
Instructions for UiPath/skills, covering uipath agent skills — project rules, architecture, contribution rules, file conventions and when reviewing or editing skills.
Command
Install a curated Claude Code allowlist for safe uip subcommands so the agent is not prompted on every command.
Hook
Runs when a session starts, running echo `# <#` >/dev/null (3 commands). From UiPath/skills.
Hook
Runs after a tool call finishes, running echo `# <#` >/dev/null. From UiPath/skills.
Hook
Runs when a session ends, running echo `# <#` >/dev/null. From UiPath/skills.
Hook
Runs when the agent finishes a response, running echo `# <#` >/dev/null. From UiPath/skills.
Hook
Runs on the StopFailure event, running echo `# <#` >/dev/null. From UiPath/skills.
Skill Claude CodeCodex
TRIGGER for authoring structural-core UiPath Maestro BPMN as .bpmn.ts with the TypeScript builder SDK (@uipath/flow-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…