powershell-safe-invocation

Installation
SKILL.md

PowerShell Safe Invocation

Shell

Use PowerShell 7 through pwsh.exe unless Windows PowerShell 5.1 is explicitly required.

When the active shell is uncertain, verify:

$PSVersionTable.PSVersion
$PSNativeCommandArgumentPassing

Do not assume installing PowerShell 7 makes powershell.exe use PowerShell 7:

  • pwsh.exe = PowerShell 7
  • powershell.exe = Windows PowerShell 5.1

Native Programs

Installs
40
GitHub Stars
260
First Seen
Jun 30, 2026
powershell-safe-invocation — misaka-mikoto-tech/agent-skills