Skip to content

Devolutions/powershell-universal-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PowerShell Universal Agent Skills

A collection of skills for AI agents

Skills follow the Agent Skills format.

Available Skills

install-sandbox-psu

Installs PowerShell Universal in a sandbox environment for testing and development.

custom-frontend-psu

Builds PowerShell Universal experiences with standard JavaScript, HTML, and CSS frontends hosted by PSU published folders, while using PSU APIs as the backend.

winforms-to-psu

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.

Installation

npx skills add devolutions/powershell-universal-skills

Usage

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

Skill Structure

Each skill contains:

  • SKILL.md - Instructions for the agent
  • scripts/ - Helper scripts for automation (optional)
  • references/ - Supporting documentation (optional)

License

MIT

About

Agent Skills for PowerShell Universal.

Topics

Resources

License

Security policy

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors