Powershell-Copilot-Standards platyps.instructions.md

Powershell-Copilot-Standards platyps.instructions.md is an instructions file for GitHub Copilot from fadwen/Powershell-Copilot-Standards. It costs 5,112 tokens per session, scanned A, original, MIT.

A set of instructions for creating PowerShell command-help documentation with Microsoft.PowerShell.PlatyPS, including Markdown source files and compiled help files that PowerShell's Get-Help command can read.

In plain words
What is it for?
Use it when documenting PowerShell modules, generating or updating command help, and packaging external help for distribution.
Why use it?
It provides a consistent documentation workflow and avoids using the older, unsupported platyPS command set.

Instructions file for GitHub Copilot

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/fadwen/powershell-copilot-standards/platyps
Clone the repo
git clone --depth 1 https://github.com/fadwen/Powershell-Copilot-Standards

Made for: GitHub Copilot.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Powershell-Copilot-Standards platyps.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/fadwen/powershell-copilot-standards/platyps.svg)](https://agentmods.dev/instructions/fadwen/powershell-copilot-standards/platyps)
Your own site
<a href="https://agentmods.dev/instructions/fadwen/powershell-copilot-standards/platyps"><img src="https://agentmods.dev/badge/instructions/fadwen/powershell-copilot-standards/platyps.svg" alt="Measured on agentmods" height="20"></a>
Per session 5,112 This file is loaded in full into every session.
When invoked 5,112 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.05112 $0.05112
Opus 5 $0.02556 $0.02556
Sonnet 5 $0.01022 $0.01022
Haiku 4.5 $0.00511 $0.00511

Measured today against content hash c6fbaa30cbdb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

Powershell-Copilot-Standards platyps.instructions.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/instructions/platyps.instructions.md · 456 lines

How it starts

The opening of the file, as written. The whole thing — 456 lines — stays where its author put it; the contents beside it link to each section on GitHub.

PowerShell Help Documentation with PlatyPS

Every module generates its command help with Microsoft.PowerShell.PlatyPS and ships compiled MAML external help. Markdown under docs/ is the source you edit; en-US/<ModuleName>-Help.xml is the build output that Get-Help actually reads.

Use the Supported Module

Target version: Microsoft.PowerShell.PlatyPS 1.0.3+.

Install-PSResource -Name Microsoft.PowerShell.PlatyPS

The original platyPS v0.14.2 is no longer supported. It is a different module with different cmdlet names, and its Markdown uses an older schema. Never generate platyPS 0.14 commands:

Do not use (platyPS 0.14.2) Use instead (Microsoft.PowerShell.PlatyPS 1.x)
New-MarkdownHelp New-MarkdownCommandHelp
Update-MarkdownHelp Update-MarkdownCommandHelp
New-ExternalHelp Export-MamlCommandHelp
New-ExternalHelpCab New-HelpCabinetFile
Get-HelpPreview Show-HelpPreview
Update-MarkdownHelpModule Update-MarkdownModuleFile

Update-MarkdownCommandHelp can read 0.14.2-era Markdown and rewrite it in the current schema, so migrating an existing project does not mean starting the documentation over. See Migrating existing docs.

Authoring Model

Markdown is the source of truth for public command help. Comment-based help seeds it once, then the Markdown is what you edit. The seeding only works if .EXTERNALHELP is added after the first generation — see that ordering rule.

Public/Get-Thing.ps1
  |  <# .EXTERNALHELP ModuleName-Help.xml      <-- required; see below
  |     .SYNOPSIS  one line for source readers #>
  |
  |  New-MarkdownCommandHelp        (once, at first generation)
  |  Update-MarkdownCommandHelp     (every time the signature changes)
  v
docs/ModuleName/Get-Thing.md        <-- EDIT HERE. Canonical. Committed.
docs/ModuleName/ModuleName.md       <-- module page. Committed.
  |
  |  Export-MamlCommandHelp         (build step)
  v
en-US/ModuleName-Help.xml           <-- build output. What Get-Help reads.

Read the full file on GitHub · 456 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed · +21 lines · +314 tokens per session c6fbaa30cbdb
  2. 4d ago First seen · 435 lines · 4,798 tokens per session scan A 7dc18f85c549

Subscribe to this mod's changes

Powershell-Copilot-Standards platyps.instructions.md is an instructions file published in the GitHub repository fadwen/Powershell-Copilot-Standards (18 stars, last pushed 4d ago), licensed MIT. It adds 5,112 tokens to every session, about $0.0256 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.