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.
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.
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