awesome-copilot-mcp 0.3.7 → 0.3.9
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 +57 -86
- 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.9",
|
|
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.9",
|
|
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.9');
|
|
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-15T00:49:21.427Z",
|
|
4
4
|
"source": "github/awesome-copilot@main",
|
|
5
5
|
"agents": [
|
|
6
6
|
{
|
|
@@ -403,6 +403,14 @@
|
|
|
403
403
|
"type": "agent",
|
|
404
404
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/dotnet-upgrade.agent.md"
|
|
405
405
|
},
|
|
406
|
+
{
|
|
407
|
+
"name": "doublecheck",
|
|
408
|
+
"description": "Interactive verification agent for AI-generated output. Runs a three-layer pipeline (self-audit, source verification, adversarial review) and produces structured reports with source links for human review.",
|
|
409
|
+
"tags": [],
|
|
410
|
+
"path": "agents/doublecheck.agent.md",
|
|
411
|
+
"type": "agent",
|
|
412
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/doublecheck.agent.md"
|
|
413
|
+
},
|
|
406
414
|
{
|
|
407
415
|
"name": "droid",
|
|
408
416
|
"description": "Provides installation guidance, usage examples, and automation patterns for the Droid CLI, with emphasis on droid exec for CI/CD and non-interactive automation",
|
|
@@ -1462,14 +1470,6 @@
|
|
|
1462
1470
|
"type": "instruction",
|
|
1463
1471
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/ai-prompt-engineering-safety-best-practices.instructions.md"
|
|
1464
1472
|
},
|
|
1465
|
-
{
|
|
1466
|
-
"name": "angular",
|
|
1467
|
-
"description": "Angular-specific coding standards and best practices",
|
|
1468
|
-
"tags": [],
|
|
1469
|
-
"path": "instructions/angular.instructions.md",
|
|
1470
|
-
"type": "instruction",
|
|
1471
|
-
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/angular.instructions.md"
|
|
1472
|
-
},
|
|
1473
1473
|
{
|
|
1474
1474
|
"name": "ansible",
|
|
1475
1475
|
"description": "Ansible conventions and best practices",
|
|
@@ -2054,14 +2054,6 @@
|
|
|
2054
2054
|
"type": "instruction",
|
|
2055
2055
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/java-mcp-server.instructions.md"
|
|
2056
2056
|
},
|
|
2057
|
-
{
|
|
2058
|
-
"name": "java",
|
|
2059
|
-
"description": "Guidelines for building Java base applications",
|
|
2060
|
-
"tags": [],
|
|
2061
|
-
"path": "instructions/java.instructions.md",
|
|
2062
|
-
"type": "instruction",
|
|
2063
|
-
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/java.instructions.md"
|
|
2064
|
-
},
|
|
2065
2057
|
{
|
|
2066
2058
|
"name": "joyride-user-project",
|
|
2067
2059
|
"description": "Expert assistance for Joyride User Script projects - REPL-driven ClojureScript and user space automation of VS Code",
|
|
@@ -2542,14 +2534,6 @@
|
|
|
2542
2534
|
"type": "instruction",
|
|
2543
2535
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/python-mcp-server.instructions.md"
|
|
2544
2536
|
},
|
|
2545
|
-
{
|
|
2546
|
-
"name": "python",
|
|
2547
|
-
"description": "Python coding conventions and guidelines",
|
|
2548
|
-
"tags": [],
|
|
2549
|
-
"path": "instructions/python.instructions.md",
|
|
2550
|
-
"type": "instruction",
|
|
2551
|
-
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/python.instructions.md"
|
|
2552
|
-
},
|
|
2553
2537
|
{
|
|
2554
2538
|
"name": "quarkus-mcp-server-sse",
|
|
2555
2539
|
"description": "Quarkus and MCP Server with HTTP SSE transport development standards and instructions",
|
|
@@ -2574,14 +2558,6 @@
|
|
|
2574
2558
|
"type": "instruction",
|
|
2575
2559
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/r.instructions.md"
|
|
2576
2560
|
},
|
|
2577
|
-
{
|
|
2578
|
-
"name": "reactjs",
|
|
2579
|
-
"description": "ReactJS development standards and best practices",
|
|
2580
|
-
"tags": [],
|
|
2581
|
-
"path": "instructions/reactjs.instructions.md",
|
|
2582
|
-
"type": "instruction",
|
|
2583
|
-
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/reactjs.instructions.md"
|
|
2584
|
-
},
|
|
2585
2561
|
{
|
|
2586
2562
|
"name": "ruby-mcp-server",
|
|
2587
2563
|
"description": "Best practices and patterns for building Model Context Protocol (MCP) servers in Ruby using the official MCP Ruby SDK gem.",
|
|
@@ -2758,14 +2734,6 @@
|
|
|
2758
2734
|
"type": "instruction",
|
|
2759
2735
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/terraform.instructions.md"
|
|
2760
2736
|
},
|
|
2761
|
-
{
|
|
2762
|
-
"name": "typescript-5-es2022",
|
|
2763
|
-
"description": "Guidelines for TypeScript Development targeting TypeScript 5.x and ES2022 output",
|
|
2764
|
-
"tags": [],
|
|
2765
|
-
"path": "instructions/typescript-5-es2022.instructions.md",
|
|
2766
|
-
"type": "instruction",
|
|
2767
|
-
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/typescript-5-es2022.instructions.md"
|
|
2768
|
-
},
|
|
2769
2737
|
{
|
|
2770
2738
|
"name": "typescript-mcp-server",
|
|
2771
2739
|
"description": "Instructions for building Model Context Protocol (MCP) servers using the TypeScript SDK",
|
|
@@ -2806,14 +2774,6 @@
|
|
|
2806
2774
|
"type": "instruction",
|
|
2807
2775
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/vsixtoolkit.instructions.md"
|
|
2808
2776
|
},
|
|
2809
|
-
{
|
|
2810
|
-
"name": "vuejs3",
|
|
2811
|
-
"description": "VueJS 3 development standards and best practices with Composition API and TypeScript",
|
|
2812
|
-
"tags": [],
|
|
2813
|
-
"path": "instructions/vuejs3.instructions.md",
|
|
2814
|
-
"type": "instruction",
|
|
2815
|
-
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/vuejs3.instructions.md"
|
|
2816
|
-
},
|
|
2817
2777
|
{
|
|
2818
2778
|
"name": "winui3",
|
|
2819
2779
|
"description": "WinUI 3 and Windows App SDK coding guidelines. Prevents common UWP API misuse, enforces correct XAML namespaces, threading, windowing, and MVVM patterns for desktop Windows apps.",
|
|
@@ -3205,6 +3165,26 @@
|
|
|
3205
3165
|
],
|
|
3206
3166
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/cli-mastery/SKILL.md"
|
|
3207
3167
|
},
|
|
3168
|
+
{
|
|
3169
|
+
"name": "cloud-design-patterns",
|
|
3170
|
+
"description": "Cloud design patterns for distributed systems architecture covering 42 industry-standard patterns across reliability, performance, messaging, security, and deployment categories. Use when designing, reviewing, or implementing distributed system architectures.",
|
|
3171
|
+
"tags": [],
|
|
3172
|
+
"path": "skills/cloud-design-patterns/SKILL.md",
|
|
3173
|
+
"type": "skill",
|
|
3174
|
+
"files": [
|
|
3175
|
+
"SKILL.md",
|
|
3176
|
+
"references/architecture-design.md",
|
|
3177
|
+
"references/azure-service-mappings.md",
|
|
3178
|
+
"references/best-practices.md",
|
|
3179
|
+
"references/deployment-operational.md",
|
|
3180
|
+
"references/event-driven.md",
|
|
3181
|
+
"references/messaging-integration.md",
|
|
3182
|
+
"references/performance.md",
|
|
3183
|
+
"references/reliability-resilience.md",
|
|
3184
|
+
"references/security.md"
|
|
3185
|
+
],
|
|
3186
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/cloud-design-patterns/SKILL.md"
|
|
3187
|
+
},
|
|
3208
3188
|
{
|
|
3209
3189
|
"name": "code-exemplars-blueprint-generator",
|
|
3210
3190
|
"description": "Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams.",
|
|
@@ -3528,41 +3508,6 @@
|
|
|
3528
3508
|
],
|
|
3529
3509
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/create-tldr-page/SKILL.md"
|
|
3530
3510
|
},
|
|
3531
|
-
{
|
|
3532
|
-
"name": "create-web-form",
|
|
3533
|
-
"description": "Create robust, accessible web forms with best practices for HTML structure, CSS styling, JavaScript interactivity, form validation, and server-side processing. Use when asked to \"create a form\", \"build a web form\", \"add a contact form\", \"make a signup form\", or when building any HTML form with data handling. Covers PHP and Python backends, MySQL database integration, REST APIs, XML data exchange, accessibility (ARIA), and progressive web apps.",
|
|
3534
|
-
"tags": [],
|
|
3535
|
-
"path": "skills/create-web-form/SKILL.md",
|
|
3536
|
-
"type": "skill",
|
|
3537
|
-
"files": [
|
|
3538
|
-
"SKILL.md",
|
|
3539
|
-
"references/accessibility.md",
|
|
3540
|
-
"references/aria-form-role.md",
|
|
3541
|
-
"references/css-styling.md",
|
|
3542
|
-
"references/form-basics.md",
|
|
3543
|
-
"references/form-controls.md",
|
|
3544
|
-
"references/form-data-handling.md",
|
|
3545
|
-
"references/html-form-elements.md",
|
|
3546
|
-
"references/html-form-example.md",
|
|
3547
|
-
"references/hypertext-transfer-protocol.md",
|
|
3548
|
-
"references/javascript.md",
|
|
3549
|
-
"references/php-cookies.md",
|
|
3550
|
-
"references/php-forms.md",
|
|
3551
|
-
"references/php-json.md",
|
|
3552
|
-
"references/php-mysql-database.md",
|
|
3553
|
-
"references/progressive-web-app.md",
|
|
3554
|
-
"references/python-as-web-framework.md",
|
|
3555
|
-
"references/python-contact-form.md",
|
|
3556
|
-
"references/python-flask-app.md",
|
|
3557
|
-
"references/python-flask.md",
|
|
3558
|
-
"references/security.md",
|
|
3559
|
-
"references/styling-web-forms.md",
|
|
3560
|
-
"references/web-api.md",
|
|
3561
|
-
"references/web-performance.md",
|
|
3562
|
-
"references/xml.md"
|
|
3563
|
-
],
|
|
3564
|
-
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/create-web-form/SKILL.md"
|
|
3565
|
-
},
|
|
3566
3511
|
{
|
|
3567
3512
|
"name": "creating-oracle-to-postgres-master-migration-plan",
|
|
3568
3513
|
"description": "Discovers all projects in a .NET solution, classifies each for Oracle-to-PostgreSQL migration eligibility, and produces a persistent master migration plan. Use when starting a multi-project Oracle-to-PostgreSQL migration, creating a migration inventory, or assessing which .NET projects contain Oracle dependencies.",
|
|
@@ -3809,6 +3754,18 @@
|
|
|
3809
3754
|
],
|
|
3810
3755
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/dotnet-upgrade/SKILL.md"
|
|
3811
3756
|
},
|
|
3757
|
+
{
|
|
3758
|
+
"name": "doublecheck",
|
|
3759
|
+
"description": "Three-layer verification pipeline for AI output. Extracts verifiable claims, finds supporting or contradicting sources via web search, runs adversarial review for hallucination patterns, and produces a structured verification report with source links for human review.",
|
|
3760
|
+
"tags": [],
|
|
3761
|
+
"path": "skills/doublecheck/SKILL.md",
|
|
3762
|
+
"type": "skill",
|
|
3763
|
+
"files": [
|
|
3764
|
+
"SKILL.md",
|
|
3765
|
+
"assets/verification-report-template.md"
|
|
3766
|
+
],
|
|
3767
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/doublecheck/SKILL.md"
|
|
3768
|
+
},
|
|
3812
3769
|
{
|
|
3813
3770
|
"name": "editorconfig",
|
|
3814
3771
|
"description": "Generates a comprehensive and best-practice-oriented .editorconfig file based on project analysis and user preferences.",
|
|
@@ -4139,6 +4096,20 @@
|
|
|
4139
4096
|
],
|
|
4140
4097
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/import-infrastructure-as-code/SKILL.md"
|
|
4141
4098
|
},
|
|
4099
|
+
{
|
|
4100
|
+
"name": "issue-fields-migration",
|
|
4101
|
+
"description": "Migrate field values from GitHub Project V2 fields or repo labels to org-level issue fields. Use this skill when users need to bulk-copy metadata (priority, status, dates, text, numbers) from project fields or labels to issue fields, or when they ask about migrating, transferring, or copying project field data or labels to issue fields.",
|
|
4102
|
+
"tags": [],
|
|
4103
|
+
"path": "skills/issue-fields-migration/SKILL.md",
|
|
4104
|
+
"type": "skill",
|
|
4105
|
+
"files": [
|
|
4106
|
+
"SKILL.md",
|
|
4107
|
+
"references/issue-fields-api.md",
|
|
4108
|
+
"references/labels-api.md",
|
|
4109
|
+
"references/projects-api.md"
|
|
4110
|
+
],
|
|
4111
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/issue-fields-migration/SKILL.md"
|
|
4112
|
+
},
|
|
4142
4113
|
{
|
|
4143
4114
|
"name": "java-add-graalvm-native-image-support",
|
|
4144
4115
|
"description": "GraalVM Native Image expert that adds native image support to Java applications, builds the project, analyzes build errors, applies fixes, and iterates until successful compilation using Oracle best practices.",
|
|
@@ -5039,7 +5010,7 @@
|
|
|
5039
5010
|
},
|
|
5040
5011
|
{
|
|
5041
5012
|
"name": "scoutqa-test",
|
|
5042
|
-
"description": "This skill should be used when the user asks to \"test this website\", \"run exploratory testing\", \"check for accessibility issues\", \"verify the login flow works\", \"find bugs on this page\", or requests automated QA testing. Triggers on web application testing scenarios including smoke tests, accessibility audits, e-commerce flows, and user flow validation using ScoutQA CLI.
|
|
5013
|
+
"description": "This skill should be used when the user asks to \"test this website\", \"run exploratory testing\", \"check for accessibility issues\", \"verify the login flow works\", \"find bugs on this page\", or requests automated QA testing. Triggers on web application testing scenarios including smoke tests, accessibility audits, e-commerce flows, and user flow validation using ScoutQA CLI. Use this skill proactively after implementing web application features to verify they work correctly.",
|
|
5043
5014
|
"tags": [],
|
|
5044
5015
|
"path": "skills/scoutqa-test/SKILL.md",
|
|
5045
5016
|
"type": "skill",
|
|
@@ -5408,7 +5379,7 @@
|
|
|
5408
5379
|
"type": "skill",
|
|
5409
5380
|
"files": [
|
|
5410
5381
|
"SKILL.md",
|
|
5411
|
-
"test-helper.js"
|
|
5382
|
+
"assets/test-helper.js"
|
|
5412
5383
|
],
|
|
5413
5384
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/webapp-testing/SKILL.md"
|
|
5414
5385
|
},
|