UiPath/skills

This is a repository of skills for interfacing UiPath capabilities to external developers.

150Stars on the repository
55Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

UiPath/skills

Agent

How the review computes the letter grade for agent projects (low-code agent.json and coded main.py). Run this in Step 4.5, after agent validation (Step 2), the review CLI + judgment catalog (Step 2.5), and manual review (Step 3) — the grade is a function of those outputs, never a fresh judgment.

150 2d ago A 0 tokens original MIT

agents-coded-rules

02

UiPath/skills

Agent

Judgment rules for coded agents (Python — main.py + framework config). Each rule requires the agent to read source and reason — what a regex/AST-emulation/file-walk cannot decide reliably. Same row schema as elsewhere — see ../rule-format.md.

150 2d ago A 0 tokens original MIT

UiPath/skills

Agent

Judgment rules for low-code agents (agent.json). Each rule requires the agent to read source and reason — what a regex/count/schema-walk cannot decide reliably. Same row schema as elsewhere — see ../rule-format.md.

150 2d ago C 0 tokens original MIT

UiPath/skills

Agent

Auto-discover UiPath project structure, dependencies, and conventions; write .claude/rules/project-context.md + AGENTS.md, return the context document for Claude Code/Autopilot. Spawn before workflow authoring or when user asks to refresh project context / regenerate AGENTS.md. Skips empty and freshly-scaffolded…

150 2d ago A 78 tokens original MIT

summary

05

UiPath/skills

Agent

Covers low-code agent runtime and authoring errors. Primary investigation surface: uip traces spans get --output json or uip traces spans get --job-key --output json; local reproduction uses uip agent debug only with explicit user approval because it uploads and executes the agent.

150 2d ago A 0 tokens original MIT