UiPathUiPathOfficialยท1 Agent Skills Included

Community.Activities

Build, document, and test UiPath automation activity packages

Scaffolds complete UiPath activity packages with runtime code, design-time ViewModels, metadata, and tests. Generates structured reference documentation for XAML activities and coded workflow APIs directly from source code. Eliminates manual project setup, property mapping errors, and missing documentation when extending the UiPath automation platform.
npx skills add UiPath/Community.Activities --all -g -y
Available:

Instructs your AI agent on the repository's three-layer activity architecture, build and test commands, and coding conventions so it can correctly create or modify UiPath activity packages.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install UiPath Community.Activities skills?โ–ผ

Run `npx skills add UiPath/Community.Activities --all -g -y` in your terminal to install all skills in this suite globally.

How to create a new UiPath activity package?โ–ผ

Ask your agent to create an activity and provide a dotted package name like Acme.Utils.Csv. The create-activity skill generates the full project structure, ViewModel, metadata, packaging, and tests, then builds it.

How to generate documentation for UiPath activities?โ–ผ

The activity-doc-generator skill extracts properties, defaults, and valid configurations from source code and produces per-activity markdown docs with copy-paste XAML examples.

Can it document coded workflow APIs?โ–ผ

Yes. The coded-api-doc-generator skill documents service interfaces, methods, handle types, and options classes with ready-to-use C# examples for coded workflows.

Do I need UiPath development experience to use this?โ–ผ

No. The skills encode the three-layer activity architecture and conventions, so your agent produces correct, deployable packages from plain-English requests.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’