awesome-copilot-mcp 0.3.2 → 0.3.3

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 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.2",
4
+ "version": "0.3.3",
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.2",
13
+ "version": "0.3.3",
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.2');
54
+ .version('0.3.3');
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-02-27T00:43:01.538Z",
3
+ "generatedAt": "2026-03-03T00:43:11.835Z",
4
4
  "source": "github/awesome-copilot@main",
5
5
  "agents": [
6
6
  {
@@ -691,6 +691,14 @@
691
691
  "type": "agent",
692
692
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/mentor.agent.md"
693
693
  },
694
+ {
695
+ "name": "mentoring-juniors",
696
+ "description": "Socratic mentor for junior developers. Guides through questions, never gives direct answers. Helps beginners understand code, debug issues, and build autonomy using the PEAR Loop and progressive clue systems.",
697
+ "tags": [],
698
+ "path": "agents/mentoring-juniors.agent.md",
699
+ "type": "agent",
700
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/mentoring-juniors.agent.md"
701
+ },
694
702
  {
695
703
  "name": "meta-agentic-project-scaffold",
696
704
  "description": "Meta agentic project creation assistant to help users create and manage project workflows effectively.",
@@ -1331,6 +1339,14 @@
1331
1339
  "type": "agent",
1332
1340
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/terraform.agent.md"
1333
1341
  },
1342
+ {
1343
+ "name": "terratest-module-testing",
1344
+ "description": "Generate and refactor Go Terratest suites for Terraform modules, including CI-safe patterns, staged tests, and negative-path validation.",
1345
+ "tags": [],
1346
+ "path": "agents/terratest-module-testing.agent.md",
1347
+ "type": "agent",
1348
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/terratest-module-testing.agent.md"
1349
+ },
1334
1350
  {
1335
1351
  "name": "typescript-mcp-expert",
1336
1352
  "description": "Expert assistant for developing Model Context Protocol (MCP) servers in TypeScript",
@@ -2934,7 +2950,14 @@
2934
2950
  "path": "skills/azure-devops-cli/SKILL.md",
2935
2951
  "type": "skill",
2936
2952
  "files": [
2937
- "SKILL.md"
2953
+ "SKILL.md",
2954
+ "references/advanced-usage.md",
2955
+ "references/boards-and-iterations.md",
2956
+ "references/org-and-security.md",
2957
+ "references/pipelines-and-builds.md",
2958
+ "references/repos-and-prs.md",
2959
+ "references/variables-and-agents.md",
2960
+ "references/workflows-and-patterns.md"
2938
2961
  ],
2939
2962
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/azure-devops-cli/SKILL.md"
2940
2963
  },
@@ -3519,6 +3542,20 @@
3519
3542
  ],
3520
3543
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/csharp-xunit/SKILL.md"
3521
3544
  },
3545
+ {
3546
+ "name": "datanalysis-credit-risk",
3547
+ "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.",
3548
+ "tags": [],
3549
+ "path": "skills/datanalysis-credit-risk/SKILL.md",
3550
+ "type": "skill",
3551
+ "files": [
3552
+ "SKILL.md",
3553
+ "references/analysis.py",
3554
+ "references/func.py",
3555
+ "scripts/example.py"
3556
+ ],
3557
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/datanalysis-credit-risk/SKILL.md"
3558
+ },
3522
3559
  {
3523
3560
  "name": "dataverse-python-advanced-patterns",
3524
3561
  "description": "Generate production code for Dataverse SDK using advanced patterns, error handling, and optimization techniques.",
@@ -3907,6 +3944,17 @@
3907
3944
  ],
3908
3945
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/image-manipulation-image-magick/SKILL.md"
3909
3946
  },
3947
+ {
3948
+ "name": "import-infrastructure-as-code",
3949
+ "description": "Import existing Azure resources into Terraform using Azure CLI discovery and Azure Verified Modules (AVM). Use when asked to reverse-engineer live Azure infrastructure, generate Infrastructure as Code from existing subscriptions/resource groups/resource IDs, map dependencies, derive exact import addresses from downloaded module source, prevent configuration drift, and produce AVM-based Terraform files ready for validation and planning across any Azure resource type.",
3950
+ "tags": [],
3951
+ "path": "skills/import-infrastructure-as-code/SKILL.md",
3952
+ "type": "skill",
3953
+ "files": [
3954
+ "SKILL.md"
3955
+ ],
3956
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/import-infrastructure-as-code/SKILL.md"
3957
+ },
3910
3958
  {
3911
3959
  "name": "java-add-graalvm-native-image-support",
3912
3960
  "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.",
@@ -4186,6 +4234,17 @@
4186
4234
  ],
4187
4235
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/memory-merger/SKILL.md"
4188
4236
  },
4237
+ {
4238
+ "name": "mentoring-juniors",
4239
+ "description": "Socratic mentoring for junior developers and AI newcomers. Guides through questions, never answers. Triggers: \"help me understand\", \"explain this code\", \"I'm stuck\", \"Im stuck\", \"I'm confused\", \"Im confused\", \"I don't understand\", \"I dont understand\", \"can you teach me\", \"teach me\", \"mentor me\", \"guide me\", \"what does this error mean\", \"why doesn't this work\", \"why does not this work\", \"I'm a beginner\", \"Im a beginner\", \"I'm learning\", \"Im learning\", \"I'm new to this\", \"Im new to this\", \"walk me through\", \"how does this work\", \"what's wrong with my code\", \"what's wrong\", \"can you break this down\", \"ELI5\", \"step by step\", \"where do I start\", \"what am I missing\", \"newbie here\", \"junior dev\", \"first time using\", \"how do I\", \"what is\", \"is this right\", \"not sure\", \"need help\", \"struggling\", \"show me\", \"help me debug\", \"best practice\", \"too complex\", \"overwhelmed\", \"lost\", \"debug this\", \"/socratic\", \"/hint\", \"/concept\", \"/pseudocode\". Progressive clue systems, teaching techniques, and success metrics.",
4240
+ "tags": [],
4241
+ "path": "skills/mentoring-juniors/SKILL.md",
4242
+ "type": "skill",
4243
+ "files": [
4244
+ "SKILL.md"
4245
+ ],
4246
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/mentoring-juniors/SKILL.md"
4247
+ },
4189
4248
  {
4190
4249
  "name": "microsoft-code-reference",
4191
4250
  "description": "Look up Microsoft API references, find working code samples, and verify SDK code is correct. Use when working with Azure SDKs, .NET libraries, or Microsoft APIs—to find the right method, check parameters, get working examples, or troubleshoot errors. Catches hallucinated methods, wrong signatures, and deprecated patterns by querying official docs.",
@@ -4242,6 +4301,17 @@
4242
4301
  ],
4243
4302
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/model-recommendation/SKILL.md"
4244
4303
  },
4304
+ {
4305
+ "name": "msstore-cli",
4306
+ "description": "Microsoft Store Developer CLI (msstore) for publishing Windows applications to the Microsoft Store. Use when asked to configure Store credentials, list Store apps, check submission status, publish submissions, manage package flights, set up CI/CD for Store publishing, or integrate with Partner Center. Supports Windows App SDK/WinUI, UWP, .NET MAUI, Flutter, Electron, React Native, and PWA applications.",
4307
+ "tags": [],
4308
+ "path": "skills/msstore-cli/SKILL.md",
4309
+ "type": "skill",
4310
+ "files": [
4311
+ "SKILL.md"
4312
+ ],
4313
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/msstore-cli/SKILL.md"
4314
+ },
4245
4315
  {
4246
4316
  "name": "multi-stage-dockerfile",
4247
4317
  "description": "Create optimized multi-stage Dockerfiles for any language or framework",
@@ -4299,6 +4369,19 @@
4299
4369
  ],
4300
4370
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/next-intl-add-language/SKILL.md"
4301
4371
  },
4372
+ {
4373
+ "name": "noob-mode",
4374
+ "description": "Plain-English translation layer for non-technical Copilot CLI users. Translates every approval prompt, error message, and technical output into clear, jargon-free English with color-coded risk indicators.",
4375
+ "tags": [],
4376
+ "path": "skills/noob-mode/SKILL.md",
4377
+ "type": "skill",
4378
+ "files": [
4379
+ "SKILL.md",
4380
+ "references/examples.md",
4381
+ "references/glossary.md"
4382
+ ],
4383
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/noob-mode/SKILL.md"
4384
+ },
4302
4385
  {
4303
4386
  "name": "nuget-manager",
4304
4387
  "description": "Manage NuGet packages in .NET projects/solutions. Use this skill when adding, removing, or updating NuGet package versions. It enforces using `dotnet` CLI for package management and provides strict procedures for direct file edits only when updating versions.",
@@ -5071,7 +5154,7 @@
5071
5154
  },
5072
5155
  {
5073
5156
  "name": "winapp-cli",
5074
- "description": "Windows App Development CLI (winapp) for building, packaging, and deploying Windows applications. Use when asked to initialize Windows app projects, create MSIX packages, generate AppxManifest.xml, manage development certificates, add package identity for debugging, sign packages, or access Windows SDK build tools. Supports .NET, C++, Electron, Rust, Tauri, and cross-platform frameworks targeting Windows.",
5157
+ "description": "Windows App Development CLI (winapp) for building, packaging, and deploying Windows applications. Use when asked to initialize Windows app projects, create MSIX packages, generate AppxManifest.xml, manage development certificates, add package identity for debugging, sign packages, publish to the Microsoft Store, create external catalogs, or access Windows SDK build tools. Supports .NET (csproj), C++, Electron, Rust, Tauri, and cross-platform frameworks targeting Windows.",
5075
5158
  "tags": [],
5076
5159
  "path": "skills/winapp-cli/SKILL.md",
5077
5160
  "type": "skill",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awesome-copilot-mcp",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Model Context Protocol server for awesome-copilot agents and collections",
5
5
  "main": "dist/index.js",
6
6
  "files": [