Skip to content

Commit d94a521

Browse files
Add copilot-brag-sheet to external plugins
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 600cfda commit d94a521

1 file changed

Lines changed: 29 additions & 13 deletions

File tree

plugins/external.json

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -72,20 +72,20 @@
7272
}
7373
},
7474
{
75-
"name": "skills-for-copilot-studio",
76-
"description": "Microsoft Copilot Studio plugins for AI coding agents",
77-
"version": "1.0.3",
78-
"author": {
79-
"name": "Microsoft Copilot Studio CAT Team",
80-
"url": "https://www.microsoft.com"
75+
"name": "skills-for-copilot-studio",
76+
"description": "Microsoft Copilot Studio plugins for AI coding agents",
77+
"version": "1.0.3",
78+
"author": {
79+
"name": "Microsoft Copilot Studio CAT Team",
80+
"url": "https://www.microsoft.com"
8181
},
82-
"homepage": "https://github.com/microsoft/skills-for-copilot-studio",
83-
"keywords": ["copilot", "copilot-studio", "studio", "agent", "microsoft", "coding"],
84-
"license": "MIT",
85-
"repository": "https://github.com/microsoft/skills-for-copilot-studio",
86-
"source": {
87-
"source": "github",
88-
"repo": "microsoft/skills-for-copilot-studio"
82+
"homepage": "https://github.com/microsoft/skills-for-copilot-studio",
83+
"keywords": ["copilot", "copilot-studio", "studio", "agent", "microsoft", "coding"],
84+
"license": "MIT",
85+
"repository": "https://github.com/microsoft/skills-for-copilot-studio",
86+
"source": {
87+
"source": "github",
88+
"repo": "microsoft/skills-for-copilot-studio"
8989
}
9090
},
9191
{
@@ -155,5 +155,21 @@
155155
"source": "github",
156156
"repo": "microsoft/What-I-Did-Copilot"
157157
}
158+
},
159+
{
160+
"name": "copilot-brag-sheet",
161+
"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.",
162+
"version": "1.0.0",
163+
"author": {
164+
"name": "Vidhart Bhatia"
165+
},
166+
"homepage": "https://github.com/vidhartbhatia/copilot-brag-sheet",
167+
"keywords": ["brag-sheet", "work-tracker", "impact-log", "performance-review", "local-first"],
168+
"license": "MIT",
169+
"repository": "https://github.com/vidhartbhatia/copilot-brag-sheet",
170+
"source": {
171+
"source": "github",
172+
"repo": "vidhartbhatia/copilot-brag-sheet"
173+
}
158174
}
159175
]

0 commit comments

Comments
 (0)