README.md

April 23, 2026 · View on GitHub

PowerShell tooling for generating Copilot CLI plugins from collection manifests.

Scripts

Scriptnpm CommandDescription
Generate-Plugins.ps1npm run plugin:generateGenerate plugin directories from collections
Modules/PluginHelpers.psm1(library)Plugin symlink, manifest, and packaging

Prerequisites

  • PowerShell 7.0+
  • PowerShell-Yaml module (Install-Module -Name PowerShell-Yaml -RequiredVersion 0.4.7)

Collection to Plugin Pipeline

  1. Author artifacts in .github/ (agents, prompts, skills)
  2. Define collections in collections/*.collection.yml
  3. Run npm run plugin:generate to produce plugins/
  4. Commit generated plugins/ to the repository

Refreshing Plugins After Artifact Changes

npm run plugin:generate

This regenerates all plugins from their collection manifests.


🤖 Crafted with precision by ✨Copilot following brilliant human instruction, then carefully refined by our team of discerning human reviewers.