From 86f55f48e25c2b148cab7b27528b7bdc429e1a6d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 06:41:23 +0000 Subject: [PATCH] Add external plugin bd-skills (#3139) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/plugin/marketplace.json | 25 +++++++++++++++++++++++++ plugins/external.json | 25 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 8e883dc2..b27c554e 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -246,6 +246,31 @@ "description": "Wander an endless first-person backrooms in a Copilot canvas while agents work; their status ghost-writes on the walls.", "version": "1.0.0" }, + { + "name": "bd-skills", + "description": "Helps GitHub Copilot investigate mobile app telemetry, diagnose crashes, manage [bitdrift](bitdrift.ai) workflows and dashboards, integrate the Capture SDK into iOS, Android, and React Native apps, and configure User Journey monitoring. Includes four skills covering CLI operations, SDK instrumentation, documentation lookup, and user journey monitoring; live account operations require the bd CLI and [bitdrift](bitdrift.ai) account and authentication.", + "version": "0.1.26", + "author": { + "name": "Bitdrift", + "url": "https://bitdrift.ai" + }, + "repository": "https://github.com/bitdriftlabs/bd-skills", + "homepage": "https://bitdrift.ai", + "license": "PolyForm-Shield-1.0.0", + "keywords": [ + "bitdrift", + "mobile", + "observability", + "debugging", + "telemetry", + "cli" + ], + "source": { + "source": "github", + "repo": "bitdriftlabs/bd-skills", + "sha": "ab96a8415025b666164e2b46685cecba2303fc89" + } + }, { "name": "blea", "description": "Safe, agent-first Bluetooth Low Energy diagnostics with portable evidence capture/diff/replay and guarded writes through a Skill, CLI, and local MCP server.", diff --git a/plugins/external.json b/plugins/external.json index b30ede4b..a4dd8786 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -158,6 +158,31 @@ "path": ".github/plugins/azure-skills" } }, + { + "name": "bd-skills", + "description": "Helps GitHub Copilot investigate mobile app telemetry, diagnose crashes, manage [bitdrift](bitdrift.ai) workflows and dashboards, integrate the Capture SDK into iOS, Android, and React Native apps, and configure User Journey monitoring. Includes four skills covering CLI operations, SDK instrumentation, documentation lookup, and user journey monitoring; live account operations require the bd CLI and [bitdrift](bitdrift.ai) account and authentication.", + "version": "0.1.26", + "author": { + "name": "Bitdrift", + "url": "https://bitdrift.ai" + }, + "repository": "https://github.com/bitdriftlabs/bd-skills", + "homepage": "https://bitdrift.ai", + "license": "PolyForm-Shield-1.0.0", + "keywords": [ + "bitdrift", + "mobile", + "observability", + "debugging", + "telemetry", + "cli" + ], + "source": { + "source": "github", + "repo": "bitdriftlabs/bd-skills", + "sha": "ab96a8415025b666164e2b46685cecba2303fc89" + } + }, { "name": "blea", "description": "Safe, agent-first Bluetooth Low Energy diagnostics with portable evidence capture/diff/replay and guarded writes through a Skill, CLI, and local MCP server.",