From d94a5213cd10422a12529c621c3fa4f07e590d2e Mon Sep 17 00:00:00 2001 From: Vidhart Bhatia Date: Thu, 16 Apr 2026 11:41:27 -0700 Subject: [PATCH] Add copilot-brag-sheet to external plugins Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- plugins/external.json | 42 +++++++++++++++++++++++++++++------------- 1 file changed, 29 insertions(+), 13 deletions(-) diff --git a/plugins/external.json b/plugins/external.json index 9cfc4254d..c05400337 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -72,20 +72,20 @@ } }, { - "name": "skills-for-copilot-studio", - "description": "Microsoft Copilot Studio plugins for AI coding agents", - "version": "1.0.3", - "author": { - "name": "Microsoft Copilot Studio CAT Team", - "url": "https://www.microsoft.com" + "name": "skills-for-copilot-studio", + "description": "Microsoft Copilot Studio plugins for AI coding agents", + "version": "1.0.3", + "author": { + "name": "Microsoft Copilot Studio CAT Team", + "url": "https://www.microsoft.com" }, - "homepage": "https://github.com/microsoft/skills-for-copilot-studio", - "keywords": ["copilot", "copilot-studio", "studio", "agent", "microsoft", "coding"], - "license": "MIT", - "repository": "https://github.com/microsoft/skills-for-copilot-studio", - "source": { - "source": "github", - "repo": "microsoft/skills-for-copilot-studio" + "homepage": "https://github.com/microsoft/skills-for-copilot-studio", + "keywords": ["copilot", "copilot-studio", "studio", "agent", "microsoft", "coding"], + "license": "MIT", + "repository": "https://github.com/microsoft/skills-for-copilot-studio", + "source": { + "source": "github", + "repo": "microsoft/skills-for-copilot-studio" } }, { @@ -155,5 +155,21 @@ "source": "github", "repo": "microsoft/What-I-Did-Copilot" } + }, + { + "name": "copilot-brag-sheet", + "description": "Auto-track AI coding sessions into a work impact log (brag sheet). Say 'brag' to save accomplishments, 'review my work' to see your log. Zero dependencies, local-first.", + "version": "1.0.0", + "author": { + "name": "Vidhart Bhatia" + }, + "homepage": "https://github.com/vidhartbhatia/copilot-brag-sheet", + "keywords": ["brag-sheet", "work-tracker", "impact-log", "performance-review", "local-first"], + "license": "MIT", + "repository": "https://github.com/vidhartbhatia/copilot-brag-sheet", + "source": { + "source": "github", + "repo": "vidhartbhatia/copilot-brag-sheet" + } } ]