From d0f2f159454a6dca7df3a61177748d402a8daf26 Mon Sep 17 00:00:00 2001 From: "Mike Kinsman (He/Him)" <32281167+mikekinsman@users.noreply.github.com> Date: Wed, 6 May 2026 12:34:18 -0700 Subject: [PATCH 1/2] Naming alignment: build-cli skill name, microsoft-build folder, fix repo URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Rename skill: build-companion → build-cli (terminal shows skill(build-cli)) - Rename folder: skills/microsoft-events/ → skills/microsoft-build/ - Fix cli/package.json repository URL: pdebruin/microsoft-events-skill → microsoft/Build-CLI Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- cli/package.json | 2 +- skills/{microsoft-events => microsoft-build}/SKILL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename skills/{microsoft-events => microsoft-build}/SKILL.md (99%) diff --git a/cli/package.json b/cli/package.json index f0e8d15..969b803 100644 --- a/cli/package.json +++ b/cli/package.json @@ -26,7 +26,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/pdebruin/microsoft-events-skill.git", + "url": "git+https://github.com/microsoft/Build-CLI.git", "directory": "cli" }, "engines": { diff --git a/skills/microsoft-events/SKILL.md b/skills/microsoft-build/SKILL.md similarity index 99% rename from skills/microsoft-events/SKILL.md rename to skills/microsoft-build/SKILL.md index f7be56d..4ab8169 100644 --- a/skills/microsoft-events/SKILL.md +++ b/skills/microsoft-build/SKILL.md @@ -1,5 +1,5 @@ --- -name: build-companion +name: build-cli description: >- Your companion for Microsoft Build 2026. Helps you find sessions relevant to your project, discover what's new for your tech stack, scaffold projects from From 01723a1977ce0fad716adc210f2ed784b488b05f Mon Sep 17 00:00:00 2001 From: "Mike Kinsman (He/Him)" <32281167+mikekinsman@users.noreply.github.com> Date: Wed, 6 May 2026 12:36:38 -0700 Subject: [PATCH 2/2] Update skill name to microsoft-build-cli per Jeff's feedback MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Terminal will show: ● skill(microsoft-build-cli) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- skills/microsoft-build/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/microsoft-build/SKILL.md b/skills/microsoft-build/SKILL.md index 4ab8169..d9ce9c7 100644 --- a/skills/microsoft-build/SKILL.md +++ b/skills/microsoft-build/SKILL.md @@ -1,5 +1,5 @@ --- -name: build-cli +name: microsoft-build-cli description: >- Your companion for Microsoft Build 2026. Helps you find sessions relevant to your project, discover what's new for your tech stack, scaffold projects from