powershell-usage

star 2

terminal usage rules for windows environments

ryanbeales By ryanbeales schedule Updated 2/2/2026

name: powershell-usage description: terminal usage rules for windows environments

PowerShell Usage

Always follow these rules when using the terminal in this environment.

Rules

  • Always assume the terminal is PowerShell (not bash) when running commands on Windows.
  • Verify the shell environment (e.g., check $PSVersionTable) if in doubt, but default to PowerShell syntax.
  • Use PowerShell-native commands where possible (e.g., Get-ChildItem instead of find).
  • Be mindful of path separators (\ on Windows).
Install via CLI
npx skills add https://github.com/ryanbeales/personal-k8s-config --skill powershell-usage
Repository Details
star Stars 2
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator