| title | Plugin Generation Scripts |
|---|---|
| description | PowerShell tooling for generating Copilot CLI plugins from collection manifests |
PowerShell tooling for generating Copilot CLI plugins from collection manifests.
| Script | npm Command | Description |
|---|---|---|
| Generate-Plugins.ps1 | npm run plugin:generate |
Generate plugin directories from collections |
| Modules/PluginHelpers.psm1 | (library) | Plugin symlink, manifest, and packaging |
- PowerShell 7.0+
- PowerShell-Yaml module (
Install-Module -Name PowerShell-Yaml -RequiredVersion 0.4.7)
- Author artifacts in
.github/(agents, prompts, skills) - Define collections in
collections/*.collection.yml - Run
npm run plugin:generateto produceplugins/ - Commit generated
plugins/to the repository
npm run plugin:generateThis 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.