Skip to content

docs: add solopreneur EXAMPLES.md to platform, coded-workflows, and rpa-workflows skills#83

Open
1aifanatic wants to merge 1 commit intoUiPath:mainfrom
1aifanatic:feat/examples-solopreneur
Open

docs: add solopreneur EXAMPLES.md to platform, coded-workflows, and rpa-workflows skills#83
1aifanatic wants to merge 1 commit intoUiPath:mainfrom
1aifanatic:feat/examples-solopreneur

Conversation

@1aifanatic
Copy link
Copy Markdown

@1aifanatic 1aifanatic commented Mar 26, 2026

Summary

Adds EXAMPLES.md files with real end-to-end solopreneur use cases to three existing skills:

skills/uipath-platform/EXAMPLES.md (4 examples):

  • Lead enrichment bot deployment (folder setup, assets, queues, pack/publish/deploy)
  • Batch invoice processing pipeline (storage buckets, credential assets, queue monitoring)
  • CI/CD pipeline for automated deployment (GitHub Actions snippet with non-interactive login)
  • Multi-environment asset management (Dev/Staging/Production folder pattern)

skills/uipath-coded-workflows/EXAMPLES.md (5 examples):

  • Invoice data extraction + Excel export (using excel service)
  • Gmail → Airtable lead capture (using mail service + REST API)
  • Queue-based batch processor (queue item lifecycle with Successful/Failed status)
  • Slack daily summary report (webhook POST)
  • Excel to REST API data sync (row-by-row processing with skip logic)

skills/uipath-rpa-workflows/EXAMPLES.md (4 examples + patterns table):

  • Web form auto-fill from Excel (full project setup + indicate flow)
  • Automated invoice download from supplier portals
  • Legacy desktop app data entry (AttachWindow + SimulateType pattern)
  • Scheduled web scraping for competitor price monitoring (with cron trigger via REST API)

Motivation

The existing skills explain how to use UiPath APIs and CLI commands but lack concrete, complete examples that show what to build. Solopreneurs and first-time users benefit most from seeing a full workflow from project creation to running output, using realistic scenarios they'll encounter in their businesses.

Test plan

  • Verify all uip CLI commands in examples match current CLI syntax
  • Verify C# code examples follow conventions from uipath-coded-workflows SKILL.md (correct service names, package names)
  • Verify XAML structure patterns are consistent with uipath-rpa-workflows SKILL.md conventions
  • Verify Orchestrator REST API examples match patterns in uipath-platform SKILL.md

…orkflows skills

Adds real end-to-end examples covering lead enrichment pipelines, invoice
processing, CI/CD deployment, queue-based batch processing, Gmail-to-Airtable
lead capture, Excel-to-API sync, web scraping, legacy app data entry,
and multi-environment asset management patterns.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant