From cd1433d7291af0478098e5fcbbbd1447de4953f7 Mon Sep 17 00:00:00 2001 From: Pieter de Bruin Date: Tue, 12 May 2026 09:17:19 +0200 Subject: [PATCH 1/5] Add Supported Clients section with install instructions Covers GitHub Copilot CLI, VS Code, and Claude Code with client-specific configuration steps. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e15290c..39294c8 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,14 @@ Session results are a starting point. For broad topics, ask the agent to refine > [!NOTE] > Build-CLI targets **Build 2026** and also indexes past events (Build 2025, Ignite 2025). It supports any future event that follows the same catalog endpoint pattern. It is not a replacement for the event app or session browser — it's a developer-first complement to them. +## Supported Clients + +| Client | Configuration | +|--------|---------------| +| GitHub Copilot CLI | `/plugin install microsoft/Build-CLI` then `/restart` | +| VS Code (Insiders) | Install from the Skills Hub or add `microsoft-events` in `@agentPlugins` | +| Claude Code | `/plugin marketplace add microsoft/Build-CLI` then `/plugin install microsoft-events@microsoft-events-marketplace` | + ## Scope and Limitations - **Event-scoped:** Targets Build 2026, with Build 2025 and Ignite 2025 also available. The architecture supports any event that uses the same catalog endpoints. From 8807a784154f61cffaccc4cade69f759895a6526 Mon Sep 17 00:00:00 2001 From: Pieter de Bruin Date: Tue, 12 May 2026 09:20:01 +0200 Subject: [PATCH 2/5] Fix VS Code install instructions Remove Insiders qualifier and add step-by-step: Extensions view, search @agentPlugins microsoft-events, install. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39294c8..6df31bf 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Session results are a starting point. For broad topics, ask the agent to refine | Client | Configuration | |--------|---------------| | GitHub Copilot CLI | `/plugin install microsoft/Build-CLI` then `/restart` | -| VS Code (Insiders) | Install from the Skills Hub or add `microsoft-events` in `@agentPlugins` | +| VS Code | Open Extensions (Ctrl+Shift+X), search `@agentPlugins microsoft-events`, and install | | Claude Code | `/plugin marketplace add microsoft/Build-CLI` then `/plugin install microsoft-events@microsoft-events-marketplace` | ## Scope and Limitations From 8aa5a6474b230ce897654b45268a554c67edcca3 Mon Sep 17 00:00:00 2001 From: Pieter de Bruin Date: Tue, 12 May 2026 10:21:43 +0200 Subject: [PATCH 3/5] Add Visual Studio 2026 to Supported Clients table Learn MCP Server is preconfigured in VS 2026, so users just need to copy the skill directory. Links to official agent skills docs for location options. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6df31bf..fc12533 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ Session results are a starting point. For broad topics, ask the agent to refine |--------|---------------| | GitHub Copilot CLI | `/plugin install microsoft/Build-CLI` then `/restart` | | VS Code | Open Extensions (Ctrl+Shift+X), search `@agentPlugins microsoft-events`, and install | +| Visual Studio 2026 | Copy `skills/microsoft-build/` to your project's `.github/skills/` directory. See [Agent Skills docs](https://learn.microsoft.com/visualstudio/ide/copilot-agent-skills) for all supported locations. | | Claude Code | `/plugin marketplace add microsoft/Build-CLI` then `/plugin install microsoft-events@microsoft-events-marketplace` | ## Scope and Limitations From e5054d648352e78f2d603ec3b67936197d5b04a5 Mon Sep 17 00:00:00 2001 From: Pieter de Bruin Date: Tue, 12 May 2026 10:24:34 +0200 Subject: [PATCH 4/5] Don't prescribe skill location for VS 2026 Let the user choose between project-level and global by linking to the docs instead of suggesting a specific path. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc12533..92c0a41 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Session results are a starting point. For broad topics, ask the agent to refine |--------|---------------| | GitHub Copilot CLI | `/plugin install microsoft/Build-CLI` then `/restart` | | VS Code | Open Extensions (Ctrl+Shift+X), search `@agentPlugins microsoft-events`, and install | -| Visual Studio 2026 | Copy `skills/microsoft-build/` to your project's `.github/skills/` directory. See [Agent Skills docs](https://learn.microsoft.com/visualstudio/ide/copilot-agent-skills) for all supported locations. | +| Visual Studio 2026 | Copy `skills/microsoft-build/` to a [supported skill location](https://learn.microsoft.com/visualstudio/ide/copilot-agent-skills). Learn MCP Server is preconfigured. | | Claude Code | `/plugin marketplace add microsoft/Build-CLI` then `/plugin install microsoft-events@microsoft-events-marketplace` | ## Scope and Limitations From a76b1466c5add2939ddb35e01ee3b3d27e5677f9 Mon Sep 17 00:00:00 2001 From: Pieter de Bruin Date: Tue, 12 May 2026 10:25:48 +0200 Subject: [PATCH 5/5] Remove Learn MCP preconfigured note from VS 2026 row Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92c0a41..044604c 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Session results are a starting point. For broad topics, ask the agent to refine |--------|---------------| | GitHub Copilot CLI | `/plugin install microsoft/Build-CLI` then `/restart` | | VS Code | Open Extensions (Ctrl+Shift+X), search `@agentPlugins microsoft-events`, and install | -| Visual Studio 2026 | Copy `skills/microsoft-build/` to a [supported skill location](https://learn.microsoft.com/visualstudio/ide/copilot-agent-skills). Learn MCP Server is preconfigured. | +| Visual Studio 2026 | Copy `skills/microsoft-build/` to a [supported skill location](https://learn.microsoft.com/visualstudio/ide/copilot-agent-skills) | | Claude Code | `/plugin marketplace add microsoft/Build-CLI` then `/plugin install microsoft-events@microsoft-events-marketplace` | ## Scope and Limitations