Skip to content

Commit 3afba2b

Browse files
Add copilot-brag-sheet external plugin
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 8ffb353 commit 3afba2b

2 files changed

Lines changed: 41 additions & 0 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,30 @@
8383
"description": "ContextMatic turns your AI agents from API-guessers into API-experts. By feeding agents exact, version-aware SDK methods and typed models for providers like PayPal, Spotify, and Twilio, ContextMatic replaces guesswork and outdated training data with high-fidelity ground truth. This eliminates hallucinations and broken code, ensuring surgical accuracy across 7+ languages so your agents build with precision instead of wasting tokens on trial and error.",
8484
"version": "0.1.0"
8585
},
86+
{
87+
"name": "copilot-brag-sheet",
88+
"description": "Auto-track every Copilot CLI session into a structured work impact log — files edited, PRs created, git actions — with on-demand markdown reports for performance reviews.",
89+
"version": "1.0.0",
90+
"author": {
91+
"name": "Microsoft",
92+
"url": "https://www.microsoft.com"
93+
},
94+
"homepage": "https://github.com/microsoft/copilot-brag-sheet",
95+
"keywords": [
96+
"copilot",
97+
"work-tracking",
98+
"productivity",
99+
"brag-sheet",
100+
"session-logging",
101+
"impact"
102+
],
103+
"license": "MIT",
104+
"repository": "https://github.com/microsoft/copilot-brag-sheet",
105+
"source": {
106+
"source": "github",
107+
"repo": "microsoft/copilot-brag-sheet"
108+
}
109+
},
86110
{
87111
"name": "copilot-sdk",
88112
"source": "copilot-sdk",

plugins/external.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,22 @@
155155
"source": "github",
156156
"repo": "microsoft/What-I-Did-Copilot"
157157
}
158+
},
159+
{
160+
"name": "copilot-brag-sheet",
161+
"description": "Auto-track every Copilot CLI session into a structured work impact log — files edited, PRs created, git actions — with on-demand markdown reports for performance reviews.",
162+
"version": "1.0.0",
163+
"author": {
164+
"name": "Microsoft",
165+
"url": "https://www.microsoft.com"
166+
},
167+
"homepage": "https://github.com/microsoft/copilot-brag-sheet",
168+
"keywords": ["copilot", "work-tracking", "productivity", "brag-sheet", "session-logging", "impact"],
169+
"license": "MIT",
170+
"repository": "https://github.com/microsoft/copilot-brag-sheet",
171+
"source": {
172+
"source": "github",
173+
"repo": "microsoft/copilot-brag-sheet"
174+
}
158175
}
159176
]

0 commit comments

Comments
 (0)