# PowerShell Team AI Agent Skills

PowerShell Team publishes official AI agent skills for its tools, services, and developer workflows.

Browse 6 official AI agent skills across 3 PowerShell Team repositories, with install commands and source links.

Official page: https://skillscout.sh/official/powershell/
Markdown page: https://skillscout.sh/official/powershell/powershell_skills_skillscout.md
Vendor website: https://microsoft.com/powershell

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/powershell/powershell_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant PowerShell Team skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### powershell/vscode-powershell

Includes 3 official skills: update-npm-packages, interactive-extension-testing, release.

Install:

```bash
npx skills add powershell/vscode-powershell -y
```

Source: https://github.com/PowerShell/vscode-powershell

### powershell/powershell

Includes 1 official skill: analyze-pester-failures.

Install:

```bash
npx skills add powershell/powershell -y
```

Source: https://github.com/PowerShell/PowerShell

### powershell/dsc

Includes 2 official skills: create-dsc-resource, create-resource-doc.

Install:

```bash
npx skills add powershell/dsc -y
```

Source: https://github.com/PowerShell/DSC

## Individual skills

### update-npm-packages

Official PowerShell Team skill from powershell/vscode-powershell.

Install:

```bash
npx skills add powershell/vscode-powershell@update-npm-packages -y
```

Package: powershell/vscode-powershell
Source: https://github.com/PowerShell/vscode-powershell/tree/main/.github/skills/update-npm-packages

### interactive-extension-testing

Official PowerShell Team skill from powershell/vscode-powershell.

Install:

```bash
npx skills add powershell/vscode-powershell@interactive-extension-testing -y
```

Package: powershell/vscode-powershell
Source: https://github.com/PowerShell/vscode-powershell/tree/main/.github/skills/interactive-extension-testing

### release

Official PowerShell Team skill from powershell/vscode-powershell.

Install:

```bash
npx skills add powershell/vscode-powershell@release -y
```

Package: powershell/vscode-powershell
Source: https://github.com/PowerShell/vscode-powershell/tree/main/.github/skills/release

### analyze-pester-failures

Official PowerShell Team skill from powershell/powershell.

Install:

```bash
npx skills add powershell/powershell@analyze-pester-failures -y
```

Package: powershell/powershell
Source: https://github.com/PowerShell/PowerShell/tree/master/.github/skills/analyze-pester-failures

### create-dsc-resource

Official PowerShell Team skill from powershell/dsc.

Install:

```bash
npx skills add powershell/dsc@create-dsc-resource -y
```

Package: powershell/dsc
Source: https://github.com/PowerShell/DSC/tree/main/.github/skills/create-dsc-resource

### create-resource-doc

Official PowerShell Team skill from powershell/dsc.

Install:

```bash
npx skills add powershell/dsc@create-resource-doc -y
```

Package: powershell/dsc
Source: https://github.com/PowerShell/DSC/tree/main/.github/skills/create-resource-doc

## powershell/vscode-powershell package overview

Includes 3 official skills: update-npm-packages, interactive-extension-testing, release.

### Top skills in this package

- update-npm-packages: Official PowerShell Team skill from powershell/vscode-powershell.
- interactive-extension-testing: Official PowerShell Team skill from powershell/vscode-powershell.
- release: Official PowerShell Team skill from powershell/vscode-powershell.

### Install

Install the full package:

```bash
npx skills add powershell/vscode-powershell -y
```

Install a specific skill:

```bash
npx skills add powershell/vscode-powershell@update-npm-packages -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/powershell/vscode-powershell#readme
