Skip to content

lewing/agent-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lewing/agent-plugins

plugins skills agents MCP servers LSP servers

GitHub Copilot Claude Code

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

Skill References
perf-autofiler-triage
wasm-binary-analysis

Agents: WasmPerfInvestigator.agent

Skills and agents for .NET major version bumps: TFM updates, workload manifest creation, and version property management

Skill References
target-new-framework version-bump-instructions, workload-manifest-patterns, workload-version-bump-instructions

Agents: framework-versioning.agent

Skills for building, testing, and training Copilot CLI skills — patterns, anti-patterns, eval methodology

Skill References
mcp-server-design agent-integration-patterns, industry-alignment, knowledge-tool-design, tool-description-patterns, tool-naming-conventions, validation-methodology
skill-builder agent-conventions, anti-patterns, skill-lifecycle, skill-patterns, testing-patterns
skill-trainer-knowledge eval-integration, skill-builder-knowledge, training-methodology

Agents: skill-researcher.agent, skill-trainer.agent

Roslyn C# language server for code intelligence in Copilot CLI

LSP Servers: csharp

Personal skills by @lewing — stealth Squad setup, NuGet trusted publishing

Skill References
nuget-trusted-publishing package-types, publish-workflow
stealth-squad

About

Public plugin marketplace — curated agent skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors