A collection of skills for AI agents
Skills follow the Agent Skills format.
Installs PowerShell Universal in a sandbox environment for testing and development.
Builds PowerShell Universal experiences with standard JavaScript, HTML, and CSS frontends hosted by PSU published folders, while using PSU APIs as the backend.
Creates custom PowerShell Universal App Framework components by pairing React/JavaScript components with PowerShell module cmdlets, asset registration, endpoint wiring, state handling, packaging, and validation.
Helps migrate PowerShell Windows Forms applications to PowerShell Universal App Framework apps by mapping controls, events, state scopes, and desktop workflows to PSU components, endpoints, APIs, and Automation jobs.
npx skills add devolutions/powershell-universal-skillsSkills are automatically available once installed. The agent will use them when relevant tasks are detected.
Examples:
Install PowerShell Universal in a sandbox environment using the default demo configuration.
Build a React and Vite frontend for PowerShell Universal hosted at /dashboard that calls PSU custom endpoints for data.
Create a reusable New-UDMermaid-style custom PSU app component backed by React and a PowerShell module.
Convert a PowerShell Windows Forms script into a PowerShell Universal App Framework app.
Each skill contains:
SKILL.md- Instructions for the agentscripts/- Helper scripts for automation (optional)references/- Supporting documentation (optional)
MIT