awesome-copilot-mcp 0.3.4 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.mcp/server.json +2 -2
- package/dist/cli.js +1 -1
- package/metadata.json +79 -4
- package/package.json +1 -1
package/.mcp/server.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
3
|
"name": "io.github.RbBtSn0w/awesome-copilot-mcp",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.5",
|
|
5
5
|
"description": "Model Context Protocol server for awesome-copilot agents and collections",
|
|
6
6
|
"title": "Awesome Copilot MCP Server",
|
|
7
7
|
"websiteUrl": "https://github.com/RbBtSn0w/awesome-copilot-mcp",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"registryType": "npm",
|
|
11
11
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
12
12
|
"identifier": "awesome-copilot-mcp",
|
|
13
|
-
"version": "0.3.
|
|
13
|
+
"version": "0.3.5",
|
|
14
14
|
"transport": {
|
|
15
15
|
"type": "stdio"
|
|
16
16
|
}
|
package/dist/cli.js
CHANGED
|
@@ -51,7 +51,7 @@ const program = new commander_1.Command();
|
|
|
51
51
|
program
|
|
52
52
|
.name('awesome-copilot-mcp')
|
|
53
53
|
.description('Model Context Protocol server for awesome-copilot agents and collections')
|
|
54
|
-
.version('0.3.
|
|
54
|
+
.version('0.3.5');
|
|
55
55
|
// Global options
|
|
56
56
|
program
|
|
57
57
|
.option('--json', 'Output in JSON format')
|
package/metadata.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-03-
|
|
3
|
+
"generatedAt": "2026-03-07T00:40:24.050Z",
|
|
4
4
|
"source": "github/awesome-copilot@main",
|
|
5
5
|
"agents": [
|
|
6
6
|
{
|
|
@@ -485,7 +485,7 @@
|
|
|
485
485
|
},
|
|
486
486
|
{
|
|
487
487
|
"name": "gem-browser-tester",
|
|
488
|
-
"description": "Automates
|
|
488
|
+
"description": "Automates E2E scenarios with Chrome DevTools MCP, Playwright, Agent Browser. UI/UX validation using browser automation tools and visual verification techniques",
|
|
489
489
|
"tags": [],
|
|
490
490
|
"path": "agents/gem-browser-tester.agent.md",
|
|
491
491
|
"type": "agent",
|
|
@@ -517,7 +517,7 @@
|
|
|
517
517
|
},
|
|
518
518
|
{
|
|
519
519
|
"name": "gem-orchestrator",
|
|
520
|
-
"description": "Coordinates multi-agent workflows, delegates tasks, synthesizes results via runSubagent",
|
|
520
|
+
"description": "Team Lead - Coordinates multi-agent workflows with energetic announcements, delegates tasks, synthesizes results via runSubagent",
|
|
521
521
|
"tags": [],
|
|
522
522
|
"path": "agents/gem-orchestrator.agent.md",
|
|
523
523
|
"type": "agent",
|
|
@@ -2985,6 +2985,21 @@
|
|
|
2985
2985
|
],
|
|
2986
2986
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/azure-devops-cli/SKILL.md"
|
|
2987
2987
|
},
|
|
2988
|
+
{
|
|
2989
|
+
"name": "azure-pricing",
|
|
2990
|
+
"description": "Fetches real-time Azure retail pricing using the Azure Retail Prices API (prices.azure.com) and estimates Copilot Studio agent credit consumption. Use when the user asks about the cost of any Azure service, wants to compare SKU prices, needs pricing data for a cost estimate, mentions Azure pricing, Azure costs, Azure billing, or asks about Copilot Studio pricing, Copilot Credits, or agent usage estimation. Covers compute, storage, networking, databases, AI, Copilot Studio, and all other Azure service families.",
|
|
2991
|
+
"tags": [],
|
|
2992
|
+
"path": "skills/azure-pricing/SKILL.md",
|
|
2993
|
+
"type": "skill",
|
|
2994
|
+
"files": [
|
|
2995
|
+
"SKILL.md",
|
|
2996
|
+
"references/COPILOT-STUDIO-RATES.md",
|
|
2997
|
+
"references/COST-ESTIMATOR.md",
|
|
2998
|
+
"references/REGIONS.md",
|
|
2999
|
+
"references/SERVICE-NAMES.md"
|
|
3000
|
+
],
|
|
3001
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/azure-pricing/SKILL.md"
|
|
3002
|
+
},
|
|
2988
3003
|
{
|
|
2989
3004
|
"name": "azure-resource-health-diagnose",
|
|
2990
3005
|
"description": "Analyze Azure resource health, diagnose issues from logs and telemetry, and create a remediation plan for identified problems.",
|
|
@@ -3252,6 +3267,17 @@
|
|
|
3252
3267
|
],
|
|
3253
3268
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/copilot-sdk/SKILL.md"
|
|
3254
3269
|
},
|
|
3270
|
+
{
|
|
3271
|
+
"name": "copilot-spaces",
|
|
3272
|
+
"description": "Use Copilot Spaces to provide project-specific context to conversations. Use this skill when users mention a \"Copilot space\", want to load context from a shared knowledge base, discover available spaces, or ask questions grounded in curated project documentation, code, and instructions.",
|
|
3273
|
+
"tags": [],
|
|
3274
|
+
"path": "skills/copilot-spaces/SKILL.md",
|
|
3275
|
+
"type": "skill",
|
|
3276
|
+
"files": [
|
|
3277
|
+
"SKILL.md"
|
|
3278
|
+
],
|
|
3279
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/copilot-spaces/SKILL.md"
|
|
3280
|
+
},
|
|
3255
3281
|
{
|
|
3256
3282
|
"name": "copilot-usage-metrics",
|
|
3257
3283
|
"description": "Retrieve and display GitHub Copilot usage metrics for organizations and enterprises using the GitHub CLI and REST API.",
|
|
@@ -3817,6 +3843,21 @@
|
|
|
3817
3843
|
],
|
|
3818
3844
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/first-ask/SKILL.md"
|
|
3819
3845
|
},
|
|
3846
|
+
{
|
|
3847
|
+
"name": "flowstudio-power-automate-mcp",
|
|
3848
|
+
"description": "Connect to and operate Power Automate cloud flows via a FlowStudio MCP server. Use when asked to: list flows, read a flow definition, check run history, inspect action outputs, resubmit a run, cancel a running flow, view connections, get a trigger URL, validate a definition, monitor flow health, or any task that requires talking to the Power Automate API through an MCP tool. Also use for Power Platform environment discovery and connection management. Requires a FlowStudio MCP subscription or compatible server — see https://mcp.flowstudio.app",
|
|
3849
|
+
"tags": [],
|
|
3850
|
+
"path": "skills/flowstudio-power-automate-mcp/SKILL.md",
|
|
3851
|
+
"type": "skill",
|
|
3852
|
+
"files": [
|
|
3853
|
+
"SKILL.md",
|
|
3854
|
+
"references/MCP-BOOTSTRAP.md",
|
|
3855
|
+
"references/action-types.md",
|
|
3856
|
+
"references/connection-references.md",
|
|
3857
|
+
"references/tool-reference.md"
|
|
3858
|
+
],
|
|
3859
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/flowstudio-power-automate-mcp/SKILL.md"
|
|
3860
|
+
},
|
|
3820
3861
|
{
|
|
3821
3862
|
"name": "fluentui-blazor",
|
|
3822
3863
|
"description": "Guide for using the Microsoft Fluent UI Blazor component library (Microsoft.FluentUI.AspNetCore.Components NuGet package) in Blazor applications. Use this when the user is building a Blazor app with Fluent UI components, setting up the library, using FluentUI components like FluentButton, FluentDataGrid, FluentDialog, FluentToast, FluentNavMenu, FluentTextField, FluentSelect, FluentAutocomplete, FluentDesignTheme, or any component prefixed with \"Fluent\". Also use when troubleshooting missing providers, JS interop issues, or theming.\n",
|
|
@@ -3936,12 +3977,19 @@
|
|
|
3936
3977
|
},
|
|
3937
3978
|
{
|
|
3938
3979
|
"name": "github-issues",
|
|
3939
|
-
"description": "Create, update, and manage GitHub issues using MCP tools. Use this skill when users want to create bug reports, feature requests, or task issues, update existing issues, add labels/assignees/milestones, or manage issue workflows. Triggers on requests like \"create an issue\", \"file a bug\", \"request a feature\", \"update issue X\", or any GitHub issue management task.",
|
|
3980
|
+
"description": "Create, update, and manage GitHub issues using MCP tools. Use this skill when users want to create bug reports, feature requests, or task issues, update existing issues, add labels/assignees/milestones, set issue fields (dates, priority, custom fields), set issue types, or manage issue workflows. Triggers on requests like \"create an issue\", \"file a bug\", \"request a feature\", \"update issue X\", \"set the priority\", \"set the start date\", or any GitHub issue management task.",
|
|
3940
3981
|
"tags": [],
|
|
3941
3982
|
"path": "skills/github-issues/SKILL.md",
|
|
3942
3983
|
"type": "skill",
|
|
3943
3984
|
"files": [
|
|
3944
3985
|
"SKILL.md",
|
|
3986
|
+
"references/dependencies.md",
|
|
3987
|
+
"references/images.md",
|
|
3988
|
+
"references/issue-fields.md",
|
|
3989
|
+
"references/issue-types.md",
|
|
3990
|
+
"references/projects.md",
|
|
3991
|
+
"references/search.md",
|
|
3992
|
+
"references/sub-issues.md",
|
|
3945
3993
|
"references/templates.md"
|
|
3946
3994
|
],
|
|
3947
3995
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/github-issues/SKILL.md"
|
|
@@ -5140,6 +5188,33 @@
|
|
|
5140
5188
|
],
|
|
5141
5189
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/vscode-ext-localization/SKILL.md"
|
|
5142
5190
|
},
|
|
5191
|
+
{
|
|
5192
|
+
"name": "web-coder",
|
|
5193
|
+
"description": "Expert 10x engineer with comprehensive knowledge of web development, internet protocols, and web standards. Use when working with HTML, CSS, JavaScript, web APIs, HTTP/HTTPS, web security, performance optimization, accessibility, or any web/internet concepts. Specializes in translating web terminology accurately and implementing modern web standards across frontend and backend development.",
|
|
5194
|
+
"tags": [],
|
|
5195
|
+
"path": "skills/web-coder/SKILL.md",
|
|
5196
|
+
"type": "skill",
|
|
5197
|
+
"files": [
|
|
5198
|
+
"SKILL.md",
|
|
5199
|
+
"references/accessibility.md",
|
|
5200
|
+
"references/architecture-patterns.md",
|
|
5201
|
+
"references/browsers-engines.md",
|
|
5202
|
+
"references/css-styling.md",
|
|
5203
|
+
"references/data-formats-encoding.md",
|
|
5204
|
+
"references/development-tools.md",
|
|
5205
|
+
"references/glossary.md",
|
|
5206
|
+
"references/html-markup.md",
|
|
5207
|
+
"references/http-networking.md",
|
|
5208
|
+
"references/javascript-programming.md",
|
|
5209
|
+
"references/media-graphics.md",
|
|
5210
|
+
"references/performance-optimization.md",
|
|
5211
|
+
"references/security-authentication.md",
|
|
5212
|
+
"references/servers-infrastructure.md",
|
|
5213
|
+
"references/web-apis-dom.md",
|
|
5214
|
+
"references/web-protocols-standards.md"
|
|
5215
|
+
],
|
|
5216
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/web-coder/SKILL.md"
|
|
5217
|
+
},
|
|
5143
5218
|
{
|
|
5144
5219
|
"name": "web-design-reviewer",
|
|
5145
5220
|
"description": "This skill enables visual inspection of websites running locally or remotely to identify and fix design issues. Triggers on requests like \"review website design\", \"check the UI\", \"fix the layout\", \"find design problems\". Detects issues with responsive design, accessibility, visual consistency, and layout breakage, then performs fixes at the source code level.",
|