·powershell-windows
</>

powershell-windows

vudovn/antigravity-kit

PowerShell Windows patterns. Critical pitfalls, operator syntax, error handling.

48Installs·0Trend·@vudovn

Installation

$npx skills add https://github.com/vudovn/antigravity-kit --skill powershell-windows

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: vudovn/antigravity-kit.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/vudovn/antigravity-kit --skill powershell-windows
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is powershell-windows?

PowerShell Windows patterns. Critical pitfalls, operator syntax, error handling. Source: vudovn/antigravity-kit.

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/vudovn/antigravity-kit --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/vudovn/antigravity-kit