Two feature requests for the UiPath Skills repo — looking for community input

I’ve been working with AI coding agents (Claude Code) on UiPath automation projects and ran into two recurring friction points that I think affect a wider audience. I’ve filed issues in the official
GitHub - UiPath/skills: This is a repository of skills for interfacing UiPath capabilities to external developers. · GitHub repository and would appreciate community feedback before they get triaged.

Issue 1 — An official activity metadata library

Anyone building tooling around UiPath activity packages — custom Workflow Analyzer rules, generators, linters, IDE
integrations — currently has no clean way to obtain structured activity metadata (package name, version, CLR type,
properties, enums) without disassembling NuGet packages or scraping documentation. A vendor-published metadata file
per package would unblock a lot of community tooling.

If you’ve hit this wall while building Workflow Analyzer rules or any other tooling, a +1 or comment there would help.

Issue 2 — A WF-aware XAML manipulation tool

AI coding agents work by inserting text at line positions or string anchors. That’s too fragile for UiPath XAML — the
format has structural constraints (namespace declarations, IdRef uniqueness, single-child rules) that text patching
can’t enforce. A small .NET tool that loads XAML through the WF object model and accepts structured insert operations
(JSON in, valid .xaml out) would make agent-assisted workflow editing reliable. CoreWF, which UiPath already
maintains, would be the natural foundation.


Happy to discuss either in this thread. The main ask is: if these resonate with your own experience, weigh in on the
GitHub issues directly.

1 Like

Looping in @alexandru