powershell

Installation
SKILL.md

PowerShell

Use this skill when the user is on Windows, asks for PowerShell commands, or needs native Windows setup/troubleshooting instead of Bash or WSL.

Shell Choice

  • Prefer pwsh when PowerShell 7 is installed.
  • Use powershell.exe for built-in Windows PowerShell compatibility.
  • In documentation, use fenced code blocks with powershell and avoid Bash-only operators such as && unless explicitly running inside WSL/Git Bash.

Safe Command Patterns

Read-only checks:

Installs
2
GitHub Stars
4.0K
First Seen
Jul 14, 2026
powershell — openbmb/pilotdeck