powershell

Installation
SKILL.md

PowerShell

A task-based command-line shell and scripting language built on .NET.

When to Use

  • Windows system administration
  • Azure management
  • Object-oriented scripting
  • Cross-platform automation (PowerShell Core)

Quick Start

$name = "World"
Write-Host "Hello, $name!"
Installs
3
GitHub Stars
10
First Seen
Feb 10, 2026
powershell — g1joshi/agent-skills