powershell-windows
✓PowerShell Windows patterns. Critical pitfalls, operator syntax, error handling.
Installation
SKILL.md
| if (Test-Path "a" -or Test-Path "b") | if ((Test-Path "a") -or (Test-Path "b")) | | if (Get-Item $x -and $y -eq 5) | if ((Get-Item $x) -and ($y -eq 5)) |
Rule: Each cmdlet call MUST be in parentheses when using logical operators.
| Purpose | ❌ Don't Use | ✅ Use |
PowerShell Windows patterns. Critical pitfalls, operator syntax, error handling. Source: congdon1207/agents.md.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/congdon1207/agents.md --skill powershell-windows- Source
- congdon1207/agents.md
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is powershell-windows?
PowerShell Windows patterns. Critical pitfalls, operator syntax, error handling. Source: congdon1207/agents.md.
How do I install powershell-windows?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/congdon1207/agents.md --skill powershell-windows Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/congdon1207/agents.md
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-05