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
pwshwhen PowerShell 7 is installed. - Use
powershell.exefor built-in Windows PowerShell compatibility. - In documentation, use fenced code blocks with
powershelland avoid Bash-only operators such as&&unless explicitly running inside WSL/Git Bash.
Safe Command Patterns
Read-only checks: