powershell-windows

安装量: 2.5K
排名: #5156

安装

npx skills add https://github.com/sickn33/agentic-awesome-skills --skill powershell-windows

PowerShell Windows Patterns Critical patterns and pitfalls for Windows PowerShell. 1. Operator Syntax Rules CRITICAL: Parentheses Required ❌ Wrong ✅ Correct 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. Show more Installs 2.5K Repository sickn33/agentic…e-skills GitHub Stars 45.2K First Seen Jan 20, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass

返回排行榜