Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 802 Bytes

File metadata and controls

37 lines (23 loc) · 802 Bytes

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.

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.

Skill Structure

Each skill contains:

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

License

MIT