Skip to content

alexandair/powershell-skills

v0.1.0MIT

PowerShell 7 development skills with a bundled PowerShell MCP server for parsing, command discovery, metadata, and help.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

psmcp-builtinstdio
{
  "type": "stdio",
  "command": "pwsh",
  "args": [
    "-NoLogo",
    "-NoProfile",
    "-NonInteractive",
    "-Command",
    "Import-Module '${PLUGIN_ROOT}/psmcp/out/PSMcpServer/PSMcpServer.psd1'; Start-PSMcpServer"
  ],
  "cwd": "${PLUGIN_ROOT}"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "powershell-skills",
  "version": "0.1.0",
  "description": "PowerShell 7 development skills with a bundled PowerShell MCP server for parsing, command discovery, metadata, and help.",
  "author": {
    "name": "Aleksandar Nikolić"
  },
  "homepage": "https://github.com/alexandair/powershell-skills",
  "repository": "https://github.com/alexandair/powershell-skills",
  "license": "MIT",
  "keywords": [
    "powershell",
    "pester",
    "agent-skills",
    "mcp"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub