awesome-copilot-mcp 0.3.13 → 0.3.15
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 +194 -3
- 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.15",
|
|
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.15",
|
|
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.15');
|
|
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-27T00:47:22.256Z",
|
|
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-maui.agent.md"
|
|
405
405
|
},
|
|
406
|
+
{
|
|
407
|
+
"name": "dotnet-self-learning-architect",
|
|
408
|
+
"description": "Senior .NET architect for complex delivery: designs .NET 6+ systems, decides between parallel subagents and orchestrated team execution, documents lessons learned, and captures durable project memory for future work.",
|
|
409
|
+
"tags": [],
|
|
410
|
+
"path": "agents/dotnet-self-learning-architect.agent.md",
|
|
411
|
+
"type": "agent",
|
|
412
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/dotnet-self-learning-architect.agent.md"
|
|
413
|
+
},
|
|
406
414
|
{
|
|
407
415
|
"name": "dotnet-upgrade",
|
|
408
416
|
"description": "Perform janitorial tasks on C#/.NET code including cleanup, modernization, and tech debt remediation.",
|
|
@@ -579,6 +587,14 @@
|
|
|
579
587
|
"type": "agent",
|
|
580
588
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/github-actions-expert.agent.md"
|
|
581
589
|
},
|
|
590
|
+
{
|
|
591
|
+
"name": "github-actions-node-upgrade",
|
|
592
|
+
"description": "Upgrade a GitHub Actions JavaScript/TypeScript action to a newer Node runtime version (e.g., node20 to node24) with major version bump, CI updates, and full validation",
|
|
593
|
+
"tags": [],
|
|
594
|
+
"path": "agents/github-actions-node-upgrade.agent.md",
|
|
595
|
+
"type": "agent",
|
|
596
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/github-actions-node-upgrade.agent.md"
|
|
597
|
+
},
|
|
582
598
|
{
|
|
583
599
|
"name": "go-mcp-expert",
|
|
584
600
|
"description": "Expert assistant for building Model Context Protocol (MCP) servers in Go using the official SDK.",
|
|
@@ -1315,6 +1331,14 @@
|
|
|
1315
1331
|
"type": "agent",
|
|
1316
1332
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/task-researcher.agent.md"
|
|
1317
1333
|
},
|
|
1334
|
+
{
|
|
1335
|
+
"name": "taxcore-technical-writer",
|
|
1336
|
+
"description": "A domain-expert technical writer for the TaxCore electronic fiscal invoicing ecosystem. Use this agent to create, improve, or review documentation for TaxCore applications — including the Secure Element Reader, smart card workflows, fiscal invoicing concepts, audit processes, and PKI/SE security topics. Covers end-user guides, developer docs, reference material, and setup guides across all TaxCore-related surfaces.",
|
|
1337
|
+
"tags": [],
|
|
1338
|
+
"path": "agents/taxcore-technical-writer.agent.md",
|
|
1339
|
+
"type": "agent",
|
|
1340
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/taxcore-technical-writer.agent.md"
|
|
1341
|
+
},
|
|
1318
1342
|
{
|
|
1319
1343
|
"name": "tdd-green",
|
|
1320
1344
|
"description": "Implement minimal code to satisfy GitHub issue requirements and make failing tests pass without over-engineering.",
|
|
@@ -1966,6 +1990,14 @@
|
|
|
1966
1990
|
"type": "instruction",
|
|
1967
1991
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/dotnet-wpf.instructions.md"
|
|
1968
1992
|
},
|
|
1993
|
+
{
|
|
1994
|
+
"name": "draw-io",
|
|
1995
|
+
"description": "Use when creating, editing, or reviewing draw.io diagrams and mxGraph XML in .drawio, .drawio.svg, or .drawio.png files.",
|
|
1996
|
+
"tags": [],
|
|
1997
|
+
"path": "instructions/draw-io.instructions.md",
|
|
1998
|
+
"type": "instruction",
|
|
1999
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/draw-io.instructions.md"
|
|
2000
|
+
},
|
|
1969
2001
|
{
|
|
1970
2002
|
"name": "fedora-linux",
|
|
1971
2003
|
"description": "Guidance for Fedora (Red Hat family) systems, dnf workflows, SELinux, and modern systemd practices.",
|
|
@@ -2150,9 +2182,25 @@
|
|
|
2150
2182
|
"type": "instruction",
|
|
2151
2183
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/markdown-accessibility.instructions.md"
|
|
2152
2184
|
},
|
|
2185
|
+
{
|
|
2186
|
+
"name": "markdown-content-creation",
|
|
2187
|
+
"description": "Markdown guidelines and content creation standards for blog posts",
|
|
2188
|
+
"tags": [],
|
|
2189
|
+
"path": "instructions/markdown-content-creation.instructions.md",
|
|
2190
|
+
"type": "instruction",
|
|
2191
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/markdown-content-creation.instructions.md"
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
"name": "markdown-gfm",
|
|
2195
|
+
"description": "Markdown formatting for GitHub-flavored markdown (GFM) files",
|
|
2196
|
+
"tags": [],
|
|
2197
|
+
"path": "instructions/markdown-gfm.instructions.md",
|
|
2198
|
+
"type": "instruction",
|
|
2199
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/markdown-gfm.instructions.md"
|
|
2200
|
+
},
|
|
2153
2201
|
{
|
|
2154
2202
|
"name": "markdown",
|
|
2155
|
-
"description": "
|
|
2203
|
+
"description": "Markdown formatting aligned to the CommonMark specification (0.31.2)",
|
|
2156
2204
|
"tags": [],
|
|
2157
2205
|
"path": "instructions/markdown.instructions.md",
|
|
2158
2206
|
"type": "instruction",
|
|
@@ -2986,6 +3034,34 @@
|
|
|
2986
3034
|
],
|
|
2987
3035
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/az-cost-optimize/SKILL.md"
|
|
2988
3036
|
},
|
|
3037
|
+
{
|
|
3038
|
+
"name": "azure-architecture-autopilot",
|
|
3039
|
+
"description": "Design Azure infrastructure using natural language, or analyze existing Azure resources to auto-generate architecture diagrams, refine them through conversation, and deploy with Bicep.\nWhen to use this skill: - \"Create X on Azure\", \"Set up a RAG architecture\" (new design) - \"Analyze my current Azure infrastructure\", \"Draw a diagram for rg-xxx\" (existing analysis) - \"Foundry is slow\", \"I want to reduce costs\", \"Strengthen security\" (natural language modification) - Azure resource deployment, Bicep template generation, IaC code generation - Microsoft Foundry, AI Search, OpenAI, Fabric, ADLS Gen2, Databricks, and all Azure services\n",
|
|
3040
|
+
"tags": [],
|
|
3041
|
+
"path": "skills/azure-architecture-autopilot/SKILL.md",
|
|
3042
|
+
"type": "skill",
|
|
3043
|
+
"files": [
|
|
3044
|
+
"README.md",
|
|
3045
|
+
"SKILL.md",
|
|
3046
|
+
"assets/06-architecture-diagram.png",
|
|
3047
|
+
"assets/07-azure-portal-resources.png",
|
|
3048
|
+
"assets/08-deployment-succeeded.png",
|
|
3049
|
+
"references/ai-data.md",
|
|
3050
|
+
"references/architecture-guidance-sources.md",
|
|
3051
|
+
"references/azure-common-patterns.md",
|
|
3052
|
+
"references/azure-dynamic-sources.md",
|
|
3053
|
+
"references/bicep-generator.md",
|
|
3054
|
+
"references/bicep-reviewer.md",
|
|
3055
|
+
"references/phase0-scanner.md",
|
|
3056
|
+
"references/phase1-advisor.md",
|
|
3057
|
+
"references/phase4-deployer.md",
|
|
3058
|
+
"references/service-gotchas.md",
|
|
3059
|
+
"scripts/cli.py",
|
|
3060
|
+
"scripts/generator.py",
|
|
3061
|
+
"scripts/icons.py"
|
|
3062
|
+
],
|
|
3063
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/azure-architecture-autopilot/SKILL.md"
|
|
3064
|
+
},
|
|
2989
3065
|
{
|
|
2990
3066
|
"name": "azure-deployment-preflight",
|
|
2991
3067
|
"description": "Performs comprehensive preflight validation of Bicep deployments to Azure, including template syntax validation, what-if analysis, and permission checks. Use this skill before any deployment to Azure to preview changes, identify potential issues, and ensure the deployment will succeed. Activate when users mention deploying to Azure, validating Bicep files, checking deployment permissions, previewing infrastructure changes, running what-if, or preparing for azd provision.",
|
|
@@ -3671,6 +3747,17 @@
|
|
|
3671
3747
|
],
|
|
3672
3748
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/csharp-xunit/SKILL.md"
|
|
3673
3749
|
},
|
|
3750
|
+
{
|
|
3751
|
+
"name": "daily-prep",
|
|
3752
|
+
"description": "Prepare for tomorrow's meetings and tasks. Pulls calendar from Outlook via WorkIQ, cross-references open tasks and workspace context, classifies meetings, detects conflicts and day-fit issues, finds learning and deep-work slots, and generates a structured HTML prep file with productivity recommendations.",
|
|
3753
|
+
"tags": [],
|
|
3754
|
+
"path": "skills/daily-prep/SKILL.md",
|
|
3755
|
+
"type": "skill",
|
|
3756
|
+
"files": [
|
|
3757
|
+
"SKILL.md"
|
|
3758
|
+
],
|
|
3759
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/daily-prep/SKILL.md"
|
|
3760
|
+
},
|
|
3674
3761
|
{
|
|
3675
3762
|
"name": "datanalysis-credit-risk",
|
|
3676
3763
|
"description": "Credit risk data cleaning and variable screening pipeline for pre-loan modeling. Use when working with raw credit data that needs quality assessment, missing value analysis, or variable selection before modeling. it covers data loading and formatting, abnormal period filtering, missing rate calculation, high-missing variable removal,low-IV variable filtering, high-PSI variable removal, Null Importance denoising, high-correlation variable removal, and cleaning report generation. Applicable scenarios arecredit risk data cleaning, variable screening, pre-loan modeling preprocessing.",
|
|
@@ -3845,6 +3932,28 @@
|
|
|
3845
3932
|
],
|
|
3846
3933
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/doublecheck/SKILL.md"
|
|
3847
3934
|
},
|
|
3935
|
+
{
|
|
3936
|
+
"name": "draw-io-diagram-generator",
|
|
3937
|
+
"description": "Use when creating, editing, or generating draw.io diagram files (.drawio, .drawio.svg, .drawio.png). Covers mxGraph XML authoring, shape libraries, style strings, flowcharts, system architecture, sequence diagrams, ER diagrams, UML class diagrams, network topology, layout strategy, the hediet.vscode-drawio VS Code extension, and the full agent workflow from request to a ready-to-open file.",
|
|
3938
|
+
"tags": [],
|
|
3939
|
+
"path": "skills/draw-io-diagram-generator/SKILL.md",
|
|
3940
|
+
"type": "skill",
|
|
3941
|
+
"files": [
|
|
3942
|
+
"SKILL.md",
|
|
3943
|
+
"assets/templates/architecture.drawio",
|
|
3944
|
+
"assets/templates/er-diagram.drawio",
|
|
3945
|
+
"assets/templates/flowchart.drawio",
|
|
3946
|
+
"assets/templates/sequence.drawio",
|
|
3947
|
+
"assets/templates/uml-class.drawio",
|
|
3948
|
+
"references/drawio-xml-schema.md",
|
|
3949
|
+
"references/shape-libraries.md",
|
|
3950
|
+
"references/style-reference.md",
|
|
3951
|
+
"scripts/README.md",
|
|
3952
|
+
"scripts/add-shape.py",
|
|
3953
|
+
"scripts/validate-drawio.py"
|
|
3954
|
+
],
|
|
3955
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/draw-io-diagram-generator/SKILL.md"
|
|
3956
|
+
},
|
|
3848
3957
|
{
|
|
3849
3958
|
"name": "editorconfig",
|
|
3850
3959
|
"description": "Generates a comprehensive and best-practice-oriented .editorconfig file based on project analysis and user preferences.",
|
|
@@ -3867,6 +3976,17 @@
|
|
|
3867
3976
|
],
|
|
3868
3977
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/ef-core/SKILL.md"
|
|
3869
3978
|
},
|
|
3979
|
+
{
|
|
3980
|
+
"name": "email-drafter",
|
|
3981
|
+
"description": "Draft and review professional emails that match your personal writing style. Analyzes your sent emails for tone, greeting, structure, and sign-off patterns via WorkIQ, then generates context-aware drafts for any recipient. USE FOR: draft email, write email, compose email, reply email, follow-up email, analyze email tone, email style.",
|
|
3982
|
+
"tags": [],
|
|
3983
|
+
"path": "skills/email-drafter/SKILL.md",
|
|
3984
|
+
"type": "skill",
|
|
3985
|
+
"files": [
|
|
3986
|
+
"SKILL.md"
|
|
3987
|
+
],
|
|
3988
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/email-drafter/SKILL.md"
|
|
3989
|
+
},
|
|
3870
3990
|
{
|
|
3871
3991
|
"name": "entra-agent-user",
|
|
3872
3992
|
"description": "Create Agent Users in Microsoft Entra ID from Agent Identities, enabling AI agents to act as digital workers with user identity capabilities in Microsoft 365 and Azure environments.",
|
|
@@ -4091,6 +4211,24 @@
|
|
|
4091
4211
|
],
|
|
4092
4212
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/generate-custom-instructions-from-codebase/SKILL.md"
|
|
4093
4213
|
},
|
|
4214
|
+
{
|
|
4215
|
+
"name": "geofeed-tuner",
|
|
4216
|
+
"description": "Use this skill whenever the user mentions IP geolocation feeds, RFC 8805, geofeeds, or wants help creating, tuning, validating, or publishing a self-published IP geolocation feed in CSV format. Intended user audience is a network operator, ISP, mobile carrier, cloud provider, hosting company, IXP, or satellite provider asking about IP geolocation accuracy, or geofeed authoring best practices. Helps create, refine, and improve CSV-format IP geolocation feeds with opinionated recommendations beyond RFC 8805 compliance. Do NOT use for private or internal IP address management — applies only to publicly routable IP addresses.\n",
|
|
4217
|
+
"tags": [],
|
|
4218
|
+
"path": "skills/geofeed-tuner/SKILL.md",
|
|
4219
|
+
"type": "skill",
|
|
4220
|
+
"files": [
|
|
4221
|
+
"SKILL.md",
|
|
4222
|
+
"assets/example/01-user-input-rfc8805-feed.csv",
|
|
4223
|
+
"assets/iso3166-1.json",
|
|
4224
|
+
"assets/iso3166-2.json",
|
|
4225
|
+
"assets/small-territories.json",
|
|
4226
|
+
"references/rfc8805.txt",
|
|
4227
|
+
"references/snippets-python3.md",
|
|
4228
|
+
"scripts/templates/index.html"
|
|
4229
|
+
],
|
|
4230
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/geofeed-tuner/SKILL.md"
|
|
4231
|
+
},
|
|
4094
4232
|
{
|
|
4095
4233
|
"name": "gh-cli",
|
|
4096
4234
|
"description": "GitHub CLI (gh) comprehensive reference for repositories, issues, pull requests, Actions, projects, releases, gists, codespaces, organizations, extensions, and all GitHub operations from the command line.",
|
|
@@ -5108,6 +5246,25 @@
|
|
|
5108
5246
|
],
|
|
5109
5247
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/python-mcp-server-generator/SKILL.md"
|
|
5110
5248
|
},
|
|
5249
|
+
{
|
|
5250
|
+
"name": "quality-playbook",
|
|
5251
|
+
"description": "Explore any codebase from scratch and generate six quality artifacts: a quality constitution (QUALITY.md), spec-traced functional tests, a code review protocol, an integration testing protocol, a multi-model spec audit (Council of Three), and an AI bootstrap file (AGENTS.md). Works with any language (Python, Java, Scala, TypeScript, Go, Rust, etc.). Use this skill whenever the user asks to set up a quality playbook, generate functional tests from specifications, create a quality constitution, build testing protocols, audit code against specs, or establish a repeatable quality system for a project. Also trigger when the user mentions 'quality playbook', 'spec audit', 'Council of Three', 'fitness-to-purpose', 'coverage theater', or wants to go beyond basic test generation to build a full quality system grounded in their actual codebase.",
|
|
5252
|
+
"tags": [],
|
|
5253
|
+
"path": "skills/quality-playbook/SKILL.md",
|
|
5254
|
+
"type": "skill",
|
|
5255
|
+
"files": [
|
|
5256
|
+
"LICENSE.txt",
|
|
5257
|
+
"SKILL.md",
|
|
5258
|
+
"references/constitution.md",
|
|
5259
|
+
"references/defensive_patterns.md",
|
|
5260
|
+
"references/functional_tests.md",
|
|
5261
|
+
"references/review_protocols.md",
|
|
5262
|
+
"references/schema_mapping.md",
|
|
5263
|
+
"references/spec_audit.md",
|
|
5264
|
+
"references/verification.md"
|
|
5265
|
+
],
|
|
5266
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/quality-playbook/SKILL.md"
|
|
5267
|
+
},
|
|
5111
5268
|
{
|
|
5112
5269
|
"name": "quasi-coder",
|
|
5113
5270
|
"description": "Expert 10x engineer skill for interpreting and implementing code from shorthand, quasi-code, and natural language descriptions. Use when collaborators provide incomplete code snippets, pseudo-code, or descriptions with potential typos or incorrect terminology. Excels at translating non-technical or semi-technical descriptions into production-quality code.",
|
|
@@ -5228,6 +5385,29 @@
|
|
|
5228
5385
|
],
|
|
5229
5386
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/reviewing-oracle-to-postgres-migration/SKILL.md"
|
|
5230
5387
|
},
|
|
5388
|
+
{
|
|
5389
|
+
"name": "roundup",
|
|
5390
|
+
"description": "Generate personalized status briefings on demand. Pulls from your configured data sources (GitHub, email, Teams, Slack, and more), synthesizes across them, and drafts updates in your own communication style for any audience you define.",
|
|
5391
|
+
"tags": [],
|
|
5392
|
+
"path": "skills/roundup/SKILL.md",
|
|
5393
|
+
"type": "skill",
|
|
5394
|
+
"files": [
|
|
5395
|
+
"SKILL.md"
|
|
5396
|
+
],
|
|
5397
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/roundup/SKILL.md"
|
|
5398
|
+
},
|
|
5399
|
+
{
|
|
5400
|
+
"name": "roundup-setup",
|
|
5401
|
+
"description": "Interactive onboarding that learns your communication style, audiences, and data sources to configure personalized status briefings. Paste in examples of updates you already write, answer a few questions, and roundup calibrates itself to your workflow.",
|
|
5402
|
+
"tags": [],
|
|
5403
|
+
"path": "skills/roundup-setup/SKILL.md",
|
|
5404
|
+
"type": "skill",
|
|
5405
|
+
"files": [
|
|
5406
|
+
"SKILL.md",
|
|
5407
|
+
"references/config-template.md"
|
|
5408
|
+
],
|
|
5409
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/roundup-setup/SKILL.md"
|
|
5410
|
+
},
|
|
5231
5411
|
{
|
|
5232
5412
|
"name": "ruby-mcp-server-generator",
|
|
5233
5413
|
"description": "Generate a complete Model Context Protocol server project in Ruby using the official MCP Ruby SDK gem.",
|
|
@@ -5239,6 +5419,17 @@
|
|
|
5239
5419
|
],
|
|
5240
5420
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/ruby-mcp-server-generator/SKILL.md"
|
|
5241
5421
|
},
|
|
5422
|
+
{
|
|
5423
|
+
"name": "ruff-recursive-fix",
|
|
5424
|
+
"description": "Run Ruff checks with optional scope and rule overrides, apply safe and unsafe autofixes iteratively, review each change, and resolve remaining findings with targeted edits or user decisions.",
|
|
5425
|
+
"tags": [],
|
|
5426
|
+
"path": "skills/ruff-recursive-fix/SKILL.md",
|
|
5427
|
+
"type": "skill",
|
|
5428
|
+
"files": [
|
|
5429
|
+
"SKILL.md"
|
|
5430
|
+
],
|
|
5431
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/ruff-recursive-fix/SKILL.md"
|
|
5432
|
+
},
|
|
5242
5433
|
{
|
|
5243
5434
|
"name": "rust-mcp-server-generator",
|
|
5244
5435
|
"description": "Generate a complete Rust Model Context Protocol server project with tools, prompts, resources, and tests using the official rmcp SDK",
|
|
@@ -5286,7 +5477,7 @@
|
|
|
5286
5477
|
},
|
|
5287
5478
|
{
|
|
5288
5479
|
"name": "secret-scanning",
|
|
5289
|
-
"description": "Guide for configuring and managing GitHub secret scanning, push protection, custom patterns, and secret alert remediation.
|
|
5480
|
+
"description": "Guide for configuring and managing GitHub secret scanning, push protection, custom patterns, and secret alert remediation. For pre-commit secret scanning in AI coding agents via the GitHub MCP Server, this skill references the Advanced Security plugin (`advanced-security@copilot-plugins`). Use this skill when enabling secret scanning, setting up push protection, defining custom patterns, triaging alerts, resolving blocked pushes, or when an agent needs to scan code for secrets before committing.",
|
|
5290
5481
|
"tags": [],
|
|
5291
5482
|
"path": "skills/secret-scanning/SKILL.md",
|
|
5292
5483
|
"type": "skill",
|