awesome-copilot-mcp 0.3.13 → 0.3.14

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.13",
4
+ "version": "0.3.14",
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",
13
+ "version": "0.3.14",
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.13');
54
+ .version('0.3.14');
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-23T00:46:29.076Z",
3
+ "generatedAt": "2026-03-25T00:44:07.939Z",
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.",
@@ -2150,9 +2166,25 @@
2150
2166
  "type": "instruction",
2151
2167
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/markdown-accessibility.instructions.md"
2152
2168
  },
2169
+ {
2170
+ "name": "markdown-content-creation",
2171
+ "description": "Markdown guidelines and content creation standards for blog posts",
2172
+ "tags": [],
2173
+ "path": "instructions/markdown-content-creation.instructions.md",
2174
+ "type": "instruction",
2175
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/markdown-content-creation.instructions.md"
2176
+ },
2177
+ {
2178
+ "name": "markdown-gfm",
2179
+ "description": "Markdown formatting for GitHub-flavored markdown (GFM) files",
2180
+ "tags": [],
2181
+ "path": "instructions/markdown-gfm.instructions.md",
2182
+ "type": "instruction",
2183
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/markdown-gfm.instructions.md"
2184
+ },
2153
2185
  {
2154
2186
  "name": "markdown",
2155
- "description": "Documentation and content creation standards",
2187
+ "description": "Markdown formatting aligned to the CommonMark specification (0.31.2)",
2156
2188
  "tags": [],
2157
2189
  "path": "instructions/markdown.instructions.md",
2158
2190
  "type": "instruction",
@@ -2986,6 +3018,34 @@
2986
3018
  ],
2987
3019
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/az-cost-optimize/SKILL.md"
2988
3020
  },
3021
+ {
3022
+ "name": "azure-architecture-autopilot",
3023
+ "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",
3024
+ "tags": [],
3025
+ "path": "skills/azure-architecture-autopilot/SKILL.md",
3026
+ "type": "skill",
3027
+ "files": [
3028
+ "README.md",
3029
+ "SKILL.md",
3030
+ "assets/06-architecture-diagram.png",
3031
+ "assets/07-azure-portal-resources.png",
3032
+ "assets/08-deployment-succeeded.png",
3033
+ "references/ai-data.md",
3034
+ "references/architecture-guidance-sources.md",
3035
+ "references/azure-common-patterns.md",
3036
+ "references/azure-dynamic-sources.md",
3037
+ "references/bicep-generator.md",
3038
+ "references/bicep-reviewer.md",
3039
+ "references/phase0-scanner.md",
3040
+ "references/phase1-advisor.md",
3041
+ "references/phase4-deployer.md",
3042
+ "references/service-gotchas.md",
3043
+ "scripts/cli.py",
3044
+ "scripts/generator.py",
3045
+ "scripts/icons.py"
3046
+ ],
3047
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/azure-architecture-autopilot/SKILL.md"
3048
+ },
2989
3049
  {
2990
3050
  "name": "azure-deployment-preflight",
2991
3051
  "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.",
@@ -4091,6 +4151,24 @@
4091
4151
  ],
4092
4152
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/generate-custom-instructions-from-codebase/SKILL.md"
4093
4153
  },
4154
+ {
4155
+ "name": "geofeed-tuner",
4156
+ "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",
4157
+ "tags": [],
4158
+ "path": "skills/geofeed-tuner/SKILL.md",
4159
+ "type": "skill",
4160
+ "files": [
4161
+ "SKILL.md",
4162
+ "assets/example/01-user-input-rfc8805-feed.csv",
4163
+ "assets/iso3166-1.json",
4164
+ "assets/iso3166-2.json",
4165
+ "assets/small-territories.json",
4166
+ "references/rfc8805.txt",
4167
+ "references/snippets-python3.md",
4168
+ "scripts/templates/index.html"
4169
+ ],
4170
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/geofeed-tuner/SKILL.md"
4171
+ },
4094
4172
  {
4095
4173
  "name": "gh-cli",
4096
4174
  "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.",
@@ -5286,7 +5364,7 @@
5286
5364
  },
5287
5365
  {
5288
5366
  "name": "secret-scanning",
5289
- "description": "Guide for configuring and managing GitHub secret scanning, push protection, custom patterns, and secret alert remediation. This skill should be used when users need help enabling secret scanning, setting up push protection, defining custom secret patterns, triaging secret scanning alerts, or resolving blocked pushes.",
5367
+ "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
5368
  "tags": [],
5291
5369
  "path": "skills/secret-scanning/SKILL.md",
5292
5370
  "type": "skill",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awesome-copilot-mcp",
3
- "version": "0.3.13",
3
+ "version": "0.3.14",
4
4
  "description": "Model Context Protocol server for awesome-copilot agents and collections",
5
5
  "main": "dist/index.js",
6
6
  "files": [