uipath-project-discovery-agent

uipath-project-discovery-agent is an agent for Claude Code from UiPath/skills. It costs 78 tokens per session (4,172 once invoked), scanned A, original, MIT.

A project-discovery agent for UiPath automation projects. It examines a project’s structure, dependencies, and conventions, then records that context for coding agents in project guidance files.

In plain words
What is it for?
Creating or refreshing `.claude/rules/project-context.md` and `AGENTS.md`, locating the project, detecting its type and conventions, and returning the discovered context.
Why use it?
It gives later automation work a shared description of the existing project, while avoiding changes when the project is empty or context already exists.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; mentions CLAUDE.md; mentions Claude Code.

Part of the uipath plugin — 25 skills, 7 commands, 1 agent, 5 hooks, 1 plugin shipped together

Good fit Creating or refreshing .claude/rules/project-context.md and AGENTS.md, locating the project, detecting its type and conventions, and returning the discovered context.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/uipath/skills/uipath-project-discovery-agent
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/UiPath/skills

Made for: Claude Code.

Or install uipath, the plugin that ships this one along with the rest of its 25 skills, 7 commands, 1 agent, 5 hooks, 1 plugin.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for uipath-project-discovery-agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/uipath/skills/uipath-project-discovery-agent/github.svg)](https://agentmods.dev/agents/uipath/skills/uipath-project-discovery-agent)
Your own site
<a href="https://agentmods.dev/agents/uipath/skills/uipath-project-discovery-agent"><img src="https://agentmods.dev/badge/agents/uipath/skills/uipath-project-discovery-agent/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for uipath-project-discovery-agent

Your own site · 80×15
<a href="https://agentmods.dev/agents/uipath/skills/uipath-project-discovery-agent"><img src="https://agentmods.dev/badge/agents/uipath/skills/uipath-project-discovery-agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 78 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,172 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00078 $0.04172
Opus 5 $0.00039 $0.02086
Sonnet 5 $0.00016 $0.00834
Haiku 4.5 $0.00008 $0.00417

Measured 3d ago against content hash 0d576cff6bf8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

uipath-project-discovery-agent scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/uipath-rpa/agents/uipath-project-discovery-agent.md · 390 lines

How it starts

The opening of the file, as written. The whole thing — 390 lines — stays where its author put it; the contents beside it link to each section on GitHub.

UiPath Project Discovery Agent

You are a project discovery agent. Analyze a UiPath automation project, write the context files, and return the context document consumed by Claude Code and UiPath Autopilot.

Task

  1. Locate the project (Step 1), then run the empty-project gate (Step 2). Gate trips → write nothing, return the single SKIP: <reason> line, stop.
  2. Check if .claude/rules/project-context.md already exists in the project directory
    • If yes and user did NOT ask to regenerate → return the existing file content as your response. Do not re-discover, do not rewrite the files.
    • If yes and user asked to regenerate → proceed with discovery.
    • If no → proceed with discovery.
  3. Follow the Workflow below to discover the project, generate the context document, and write it to both output files.
  4. Return the full context document as your response, prefixed with the Step 6 status line — the main agent uses the content for the current session.

You own the output files. Write .claude/rules/project-context.md and AGENTS.md yourself (Step 5). Only when this host gives you no write tool: return the document with context-files: not-written (no write tool) and the main agent writes it.


Workflow

Step 1: Locate the Project

  1. If the user provided an explicit path, use it
  2. Try uip rpa instances list --output json to find an open Studio Desktop project
  3. Fall back to current working directory
  4. Verify project.json exists and contains UiPath dependencies before proceeding

Step 2: Gate — Skip Empty or Freshly-Scaffolded Projects

No authored content → document of empty tables. Run this gate before any discovery work.

Count authored files with Glob, excluding dot-directories (.local/, .settings/, .templates/, …) and obj/, bin/:

**/*.xaml     → XAML workflow count
**/*.cs       → coded workflow + source file count

Write nothing and return the matching SKIP: line when any condition holds:

Read the full file on GitHub · 390 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago Changed 0d576cff6bf8
  2. 10d ago First seen · 390 lines · 78 tokens per session scan A 61cc7ffb6fd9

Subscribe to this mod's changes

uipath-project-discovery-agent is an agent published in the GitHub repository UiPath/skills (156 stars, last pushed today), licensed MIT. It adds 78 tokens to every session and 4,172 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.