powershell-windows
Best practices and critical syntax rules for robust Windows PowerShell scripting and automation.
Install
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill powershell-windowsStats
| Total installs | 948 |
| Weekly installs | 916 |
| GitHub stars | 27.9K |
| First seen | Jan 20, 2026 |
| Source | @sickn33/antigravity-awesome-skills |
Summary
- Parentheses required around all cmdlet calls when using logical operators (-or, -and); missing them causes parsing errors
- Unicode and emoji characters prohibited in scripts; use ASCII-only alternatives like [OK], [!], [WARN] for status indicators
- Null checks mandatory before property access; always validate objects exist before calling methods or accessing properties
- JSON operations require explicit -Depth parameter to serialize nested objects correctly
- Error handling via $ErrorActionPreference and try/catch patterns; avoid returning inside try blocks and use finally for cleanup
Tags
Related skills
| Skill | Installs | vs powershell-windows |
|---|---|---|
| image-ocr | 910 | -38 |
| grimoire-pendle | 934 | -14 |
| terraform-stacks | 977 | +29 |
| read-arxiv-paper | 906 | -42 |
| dropbox | 950 | +2 |
FAQ
- How many installs does powershell-windows have?
- powershell-windows has 948 total installs and 916 installs this week.
- Where is powershell-windows hosted?
- powershell-windows is published by @sickn33/antigravity-awesome-skills at https://github.com/sickn33/antigravity-awesome-skills.
- How many GitHub stars does powershell-windows have?
- powershell-windows has 27.9K GitHub stars.
- When was powershell-windows first indexed?
- OrangeBot.AI first indexed powershell-windows on Jan 20, 2026.
- How do I install powershell-windows?
- Run: npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill powershell-windows