pwsh
Installation
SKILL.md
pwsh - PowerShell CLI Enhancement
The pwsh module improves the PowerShell experience on supported platforms, offering an interactive REPL and powerful system management subcommands for disks, IPs, and processes.
When to Activate
- When the user needs to manage Windows/PowerShell-specific system resources.
- When entering a PowerShell interactive REPL via x-cmd.
- When performing rapid system diagnostics (processes, services, logs) using PowerShell.
Patterns & Examples
Interactive REPL
# Enter the interactive PowerShell REPL
x pwsh --repl