Skip to main content

Shruggie PowerShell

Authors and refactors PowerShell scripts to ShruggieTech's operator-ready scripting standard.

When it runs

Use for a saved PowerShell script, a new .ps1 file, or a request to bring an existing script up to ShruggieTech conventions.

What it enforces

  • Fixed four-section, 80-column script structure
  • Comment-based help, CmdletBinding, and explicit parameter sets
  • ShouldProcess safety, LiteralPath handling, and a 0/1/2 exit contract
  • UTF-8 without BOM, LF endings, and compliance checking
Actively maintained

GitHub's latest-release link always points to the newest published collection release without implying a per-skill version.

Skill updated
License
Apache-2.0