awesome-copilot-mcp 0.3.10 → 0.3.11

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.10",
4
+ "version": "0.3.11",
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.10",
13
+ "version": "0.3.11",
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.10');
54
+ .version('0.3.11');
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-17T00:41:39.169Z",
3
+ "generatedAt": "2026-03-19T00:44:54.505Z",
4
4
  "source": "github/awesome-copilot@main",
5
5
  "agents": [
6
6
  {
@@ -2905,6 +2905,28 @@
2905
2905
  ],
2906
2906
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/automate-this/SKILL.md"
2907
2907
  },
2908
+ {
2909
+ "name": "autoresearch",
2910
+ "description": "Autonomous iterative experimentation loop for any programming task. Guides the user through defining goals, measurable metrics, and scope constraints, then runs an autonomous loop of code changes, testing, measuring, and keeping/discarding results. Inspired by Karpathy's autoresearch. USE FOR: autonomous improvement, iterative optimization, experiment loop, auto research, performance tuning, automated experimentation, hill climbing, try things automatically, optimize code, run experiments, autonomous coding loop. DO NOT USE FOR: one-shot tasks, simple bug fixes, code review, or tasks without a measurable metric.",
2911
+ "tags": [],
2912
+ "path": "skills/autoresearch/SKILL.md",
2913
+ "type": "skill",
2914
+ "files": [
2915
+ "SKILL.md"
2916
+ ],
2917
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/autoresearch/SKILL.md"
2918
+ },
2919
+ {
2920
+ "name": "aws-cdk-python-setup",
2921
+ "description": "Setup and initialization guide for developing AWS CDK (Cloud Development Kit) applications in Python. This skill enables users to configure environment prerequisites, create new CDK projects, manage dependencies, and deploy to AWS.",
2922
+ "tags": [],
2923
+ "path": "skills/aws-cdk-python-setup/SKILL.md",
2924
+ "type": "skill",
2925
+ "files": [
2926
+ "SKILL.md"
2927
+ ],
2928
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/aws-cdk-python-setup/SKILL.md"
2929
+ },
2908
2930
  {
2909
2931
  "name": "az-cost-optimize",
2910
2932
  "description": "Analyze Azure resources used in the app (IaC files and/or resources in a target rg) and optimize costs - creating GitHub issues for identified optimizations.",
@@ -3172,6 +3194,23 @@
3172
3194
  ],
3173
3195
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/code-exemplars-blueprint-generator/SKILL.md"
3174
3196
  },
3197
+ {
3198
+ "name": "codeql",
3199
+ "description": "Comprehensive guide for setting up and configuring CodeQL code scanning via GitHub Actions workflows and the CodeQL CLI. This skill should be used when users need help with code scanning configuration, CodeQL workflow files, CodeQL CLI commands, SARIF output, security analysis setup, or troubleshooting CodeQL analysis.",
3200
+ "tags": [],
3201
+ "path": "skills/codeql/SKILL.md",
3202
+ "type": "skill",
3203
+ "files": [
3204
+ "SKILL.md",
3205
+ "references/alert-management.md",
3206
+ "references/cli-commands.md",
3207
+ "references/compiled-languages.md",
3208
+ "references/sarif-output.md",
3209
+ "references/troubleshooting.md",
3210
+ "references/workflow-configuration.md"
3211
+ ],
3212
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/codeql/SKILL.md"
3213
+ },
3175
3214
  {
3176
3215
  "name": "comment-code-generate-a-tutorial",
3177
3216
  "description": "Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial.",
@@ -3664,6 +3703,20 @@
3664
3703
  ],
3665
3704
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/declarative-agents/SKILL.md"
3666
3705
  },
3706
+ {
3707
+ "name": "dependabot",
3708
+ "description": "Comprehensive guide for configuring and managing GitHub Dependabot. Use this skill when users ask about creating or optimizing dependabot.yml files, managing Dependabot pull requests, configuring dependency update strategies, setting up grouped updates, monorepo patterns, multi-ecosystem groups, security update configuration, auto-triage rules, or any GitHub Advanced Security (GHAS) supply chain security topic related to Dependabot.",
3709
+ "tags": [],
3710
+ "path": "skills/dependabot/SKILL.md",
3711
+ "type": "skill",
3712
+ "files": [
3713
+ "SKILL.md",
3714
+ "references/dependabot-yml-reference.md",
3715
+ "references/example-configs.md",
3716
+ "references/pr-commands.md"
3717
+ ],
3718
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/dependabot/SKILL.md"
3719
+ },
3667
3720
  {
3668
3721
  "name": "devops-rollout-plan",
3669
3722
  "description": "Generate comprehensive rollout plans with preflight checks, step-by-step deployment, verification signals, rollback procedures, and communication plans for infrastructure and application changes",
@@ -4804,6 +4857,17 @@
4804
4857
  ],
4805
4858
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/prd/SKILL.md"
4806
4859
  },
4860
+ {
4861
+ "name": "premium-frontend-ui",
4862
+ "description": "A comprehensive guide for GitHub Copilot to craft immersive, high-performance web experiences with advanced motion, typography, and architectural craftsmanship.",
4863
+ "tags": [],
4864
+ "path": "skills/premium-frontend-ui/SKILL.md",
4865
+ "type": "skill",
4866
+ "files": [
4867
+ "SKILL.md"
4868
+ ],
4869
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/premium-frontend-ui/SKILL.md"
4870
+ },
4807
4871
  {
4808
4872
  "name": "project-workflow-analysis-blueprint-generator",
4809
4873
  "description": "Comprehensive technology-agnostic prompt generator for documenting end-to-end application workflows. Automatically detects project architecture patterns, technology stacks, and data flow patterns to generate detailed implementation blueprints covering entry points, service layers, data access, error handling, and testing approaches across multiple technologies including .NET, Java/Spring, React, and microservices architectures.",
@@ -4826,6 +4890,20 @@
4826
4890
  ],
4827
4891
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/prompt-builder/SKILL.md"
4828
4892
  },
4893
+ {
4894
+ "name": "publish-to-pages",
4895
+ "description": "Publish presentations and web content to GitHub Pages. Converts PPTX, PDF, HTML, or Google Slides to a live GitHub Pages URL. Handles repo creation, file conversion, Pages enablement, and returns the live URL. Use when the user wants to publish, deploy, or share a presentation or HTML file via GitHub Pages.",
4896
+ "tags": [],
4897
+ "path": "skills/publish-to-pages/SKILL.md",
4898
+ "type": "skill",
4899
+ "files": [
4900
+ "SKILL.md",
4901
+ "scripts/convert-pdf.py",
4902
+ "scripts/convert-pptx.py",
4903
+ "scripts/publish.sh"
4904
+ ],
4905
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/publish-to-pages/SKILL.md"
4906
+ },
4829
4907
  {
4830
4908
  "name": "pytest-coverage",
4831
4909
  "description": "Run pytest tests with coverage, discover lines missing coverage, and increase coverage to 100%.",
@@ -5024,6 +5102,20 @@
5024
5102
  ],
5025
5103
  "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/scoutqa-test/SKILL.md"
5026
5104
  },
5105
+ {
5106
+ "name": "secret-scanning",
5107
+ "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.",
5108
+ "tags": [],
5109
+ "path": "skills/secret-scanning/SKILL.md",
5110
+ "type": "skill",
5111
+ "files": [
5112
+ "SKILL.md",
5113
+ "references/alerts-and-remediation.md",
5114
+ "references/custom-patterns.md",
5115
+ "references/push-protection.md"
5116
+ ],
5117
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/secret-scanning/SKILL.md"
5118
+ },
5027
5119
  {
5028
5120
  "name": "semantic-kernel",
5029
5121
  "description": "Create, update, refactor, explain, or review Semantic Kernel solutions using shared guidance plus language-specific references for .NET and Python.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awesome-copilot-mcp",
3
- "version": "0.3.10",
3
+ "version": "0.3.11",
4
4
  "description": "Model Context Protocol server for awesome-copilot agents and collections",
5
5
  "main": "dist/index.js",
6
6
  "files": [