Description
Hi everyone,
I’ve been working on an open-source AI skill that generates enterprise-grade UiPath projects from PDD or prompt.
The problem it solves: If you’ve tried using ChatGPT or any LLM to generate UiPath workflows, you’ve probably hit the wall - invalid XAML, hallucinated activity properties, missing namespaces, etc. The output doesn’t even open in Studio.
How it works: Instead of asking an LLM to write XAML freehand (which fails), the skill uses deterministic Python generators. The LLM reads your PDD, decides what to build, and calls the generators - which produce valid XAML every time.
It’s able to scaffold a REFramework project from scratch with Dispatcher + Performer pattern.
It generates selectors - inspects your desktop or web app and produces UiPath-ready selectors embedded directly into activities.
Works on existing projects too, whether it’s to improve, change or fix stuff.
I’d genuinely appreciate your feedback - what breaks? What’s missing?![]()
If you find it interesting, star the repo - it helps other devs find it, and gives me extra motivation to keep going!
This is the first and foundation skill of many to come. SAP WinGUI automation is next.
P.S: Had to put this as Marketplace Component as it was the “closest” option.
Link
Date
2026-03-25
Related UiPath products
Studio