[wip] feat(coded-apps): consolidate coded apps skill with create, debug, and action app support#103
Draft
[wip] feat(coded-apps): consolidate coded apps skill with create, debug, and action app support#103
Conversation
…ve VITE_UIPATH_REDIRECT_URI Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add Jobs section (getAll → OR.Jobs) - Expand Entities methods: insertRecordById, insertRecordsById, deleteRecordsById, updateRecordById, updateRecordsById, uploadAttachment, deleteAttachment - Add Tasks.getFormTaskById()
Remove explicit service selection lists from create-web-app and create-action-app. Claude should infer required services/scopes from the app description, not prompt the user to pick from a menu.
- Ask user to paste client ID OR say "create one" - Add Playwright CLI check/install step before automation - Reference oauth-client-setup.md for browser automation details - Same pattern in both create-web-app and create-action-app
setup.sh creates full project boilerplate: - vite.config.ts with base:'./' (fix from original), global shim, path-browserify - uipath.json with scope + clientId for CLI deployment - .env with UIPATH_* and VITE_UIPATH_* vars using SCOPE (singular, fix from original) - src/hooks/useAuth.tsx AuthProvider/useAuth hook - src/App.tsx with AuthProvider wrapper - Tailwind CSS setup create-web-app.md updated: - Step 4 now runs setup script instead of manual file creation - Documents .env structure (both UIPATH_* and VITE_UIPATH_*) - Documents uipath.json (was missing, required by CLI) - Auth section updated to useAuth hook pattern - Vite config section trimmed (script handles it)
- Add all 10 subpath entries including core (was missing) and Exchanges/Messages in conversational-agent (was missing) - Include type/enum co-location note - Add NEVER import from root / NEVER dot-chain rules - Remove partial duplicate table from create-web-app.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SKILL.mdas a unified entry point covering create, debug, deploy, and coded action app scenariosreferences/create-web-app.md— scaffold guide for Vite + React + TS apps with UiPath SDKreferences/create-action-app.md— full guided workflow for coded action apps (pre-flight Q&A, action schema authoring, Form.tsx pattern)references/debug.md— proactive auth/config diagnosis with common failure scenariosreferences/oauth-scopes.md— complete scope mapping for all SDK services and methodscommands-reference.md,file-sync.md,pack-publish-deploy.mdunchangedTest plan
create-web-app.mdcreate-action-app.mddebug.mdpack-publish-deploy.md