forked from olivomarco/github-copilot-token-optimization
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarketplace.json
More file actions
28 lines (28 loc) · 1.08 KB
/
Copy pathmarketplace.json
File metadata and controls
28 lines (28 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "customer-success-microsoft",
"owner": {
"name": "Customer Success Microsoft",
"url": "https://github.com/customer-success-microsoft"
},
"metadata": {
"description": "Plugins from Microsoft Customer Success — practical Copilot tooling built from real customer engagements.",
"version": "1.0.0"
},
"plugins": [
{
"name": "copilot-token-optimization",
"description": "Guide and an agent for cutting GitHub Copilot token usage: prompt compression, context scoping, output control, and MCP tool budgeting.",
"version": "0.1.0",
"source": ".",
"author": {
"name": "Customer Success Microsoft",
"url": "https://github.com/customer-success-microsoft"
},
"homepage": "https://github.com/customer-success-microsoft/github-copilot-token-optimization",
"repository": "https://github.com/customer-success-microsoft/github-copilot-token-optimization",
"license": "MIT",
"keywords": ["copilot", "tokens", "cost", "optimization", "prompt", "context", "mcp"],
"category": "productivity"
}
]
}