lewing/agent-plugins


Public skills by @lewing — CI analysis, code review, trusted publishing
A plugin marketplace for Copilot Agent Skills. Install plugins to get skills and MCP server configs automatically.
Installation
Claude Code
/plugin marketplace add lewing/agent-plugins
/plugin # → go to Discover tab
/plugin install <plugin-name>@lewing-public
/plugin update <plugin-name>@lewing-public
GitHub Copilot CLI
Via marketplace:
/plugin marketplace add lewing/agent-plugins
/plugin marketplace browse lewing-public
/plugin install <plugin-name>@lewing-public
/plugin update <plugin-name>@lewing-public
/plugin list
Or install directly from GitHub:
/plugin install lewing/agent-plugins:plugins/<plugin-name>
List and manage installed skills:
/skills list
/skills # toggle on/off with arrow keys + spacebar
/skills reload # pick up newly added skills
VS Code / VS Code Insiders (Preview)
Note: VS Code plugin support is a preview feature. You may need to enable it first.
// settings.json
{
"chat.plugins.enabled": true,
"chat.plugins.marketplaces": ["lewing/agent-plugins"]
}
Once configured, type /plugins in Copilot Chat to browse and install plugins from the marketplace.
Uninstall
# Copilot CLI / Claude Code
/plugin uninstall <plugin-name>@lewing-public
# VS Code — remove the entry from chat.plugins.marketplaces in settings.json
CLI Tool
This repo includes a standalone CLI for managing installed skills, agents, and MCP configs outside of the editor plugin commands.
# Requires .NET 10 SDK
dotnet scripts/plugin-cli.cs -- all list # see what's installed
dotnet scripts/plugin-cli.cs -- all install # install everything
dotnet scripts/plugin-cli.cs -- skills diff # compare repo vs installed
dotnet scripts/plugin-cli.cs -- all install --exact # full sync
Run dotnet scripts/plugin-cli.cs -- --help for all commands and options.
Available Plugins
Skills for .NET engineering infrastructure: CI/CD analysis, VMR codeflow, and build pipeline workflows
| Skill | References |
|---|
| ci-analysis | analysis-workflow, azdo-helix-reference, azure-cli, build-progression-analysis, delegation-patterns, failure-interpretation, helix-artifacts, manual-investigation, recommendation-generation, script-modes, sql-tracking |
| flow-analysis | vmr-build-topology, vmr-codeflow-reference |
| flow-tracing | azdo-pipelines, internal-vmr, sdk-version-format, servicing-topology |
| maestro-cli | |
Performance benchmarking and micro-benchmark skills for .NET