awesome-copilot-mcp 0.7.10 → 0.7.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 +2 -2
- package/dist/cli.js +1 -1
- package/metadata.json +301 -122
- 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.7.
|
|
4
|
+
"version": "0.7.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.7.
|
|
13
|
+
"version": "0.7.11",
|
|
14
14
|
"transport": {
|
|
15
15
|
"type": "stdio"
|
|
16
16
|
}
|
package/dist/cli.js
CHANGED
|
@@ -85,7 +85,7 @@ const program = new commander_1.Command();
|
|
|
85
85
|
program
|
|
86
86
|
.name('awesome-copilot-mcp')
|
|
87
87
|
.description('Model Context Protocol server for awesome-copilot agents and collections')
|
|
88
|
-
.version('0.7.
|
|
88
|
+
.version('0.7.11');
|
|
89
89
|
// Global options
|
|
90
90
|
program
|
|
91
91
|
.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-05-
|
|
3
|
+
"generatedAt": "2026-05-17T04:47:17.595Z",
|
|
4
4
|
"source": "github/awesome-copilot@main",
|
|
5
5
|
"agents": [
|
|
6
6
|
{
|
|
@@ -1075,70 +1075,6 @@
|
|
|
1075
1075
|
"type": "agent",
|
|
1076
1076
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/playwright-tester.agent.md"
|
|
1077
1077
|
},
|
|
1078
|
-
{
|
|
1079
|
-
"name": "polyglot-test-builder",
|
|
1080
|
-
"description": "Runs build/compile commands for any language and reports results. Discovers build command from project files if not specified.",
|
|
1081
|
-
"tags": [],
|
|
1082
|
-
"path": "agents/polyglot-test-builder.agent.md",
|
|
1083
|
-
"type": "agent",
|
|
1084
|
-
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/polyglot-test-builder.agent.md"
|
|
1085
|
-
},
|
|
1086
|
-
{
|
|
1087
|
-
"name": "polyglot-test-fixer",
|
|
1088
|
-
"description": "Fixes compilation errors in source or test files. Analyzes error messages and applies corrections.",
|
|
1089
|
-
"tags": [],
|
|
1090
|
-
"path": "agents/polyglot-test-fixer.agent.md",
|
|
1091
|
-
"type": "agent",
|
|
1092
|
-
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/polyglot-test-fixer.agent.md"
|
|
1093
|
-
},
|
|
1094
|
-
{
|
|
1095
|
-
"name": "polyglot-test-generator",
|
|
1096
|
-
"description": "Orchestrates comprehensive test generation using Research-Plan-Implement pipeline. Use when asked to generate tests, write unit tests, improve test coverage, or add tests.",
|
|
1097
|
-
"tags": [],
|
|
1098
|
-
"path": "agents/polyglot-test-generator.agent.md",
|
|
1099
|
-
"type": "agent",
|
|
1100
|
-
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/polyglot-test-generator.agent.md"
|
|
1101
|
-
},
|
|
1102
|
-
{
|
|
1103
|
-
"name": "polyglot-test-implementer",
|
|
1104
|
-
"description": "Implements a single phase from the test plan. Writes test files and verifies they compile and pass. Calls builder, tester, and fixer agents as needed.",
|
|
1105
|
-
"tags": [],
|
|
1106
|
-
"path": "agents/polyglot-test-implementer.agent.md",
|
|
1107
|
-
"type": "agent",
|
|
1108
|
-
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/polyglot-test-implementer.agent.md"
|
|
1109
|
-
},
|
|
1110
|
-
{
|
|
1111
|
-
"name": "polyglot-test-linter",
|
|
1112
|
-
"description": "Runs code formatting/linting for any language. Discovers lint command from project files if not specified.",
|
|
1113
|
-
"tags": [],
|
|
1114
|
-
"path": "agents/polyglot-test-linter.agent.md",
|
|
1115
|
-
"type": "agent",
|
|
1116
|
-
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/polyglot-test-linter.agent.md"
|
|
1117
|
-
},
|
|
1118
|
-
{
|
|
1119
|
-
"name": "polyglot-test-planner",
|
|
1120
|
-
"description": "Creates structured test implementation plans from research findings. Organizes tests into phases by priority and complexity. Works with any language.",
|
|
1121
|
-
"tags": [],
|
|
1122
|
-
"path": "agents/polyglot-test-planner.agent.md",
|
|
1123
|
-
"type": "agent",
|
|
1124
|
-
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/polyglot-test-planner.agent.md"
|
|
1125
|
-
},
|
|
1126
|
-
{
|
|
1127
|
-
"name": "polyglot-test-researcher",
|
|
1128
|
-
"description": "Analyzes codebases to understand structure, testing patterns, and testability. Identifies source files, existing tests, build commands, and testing framework. Works with any language.",
|
|
1129
|
-
"tags": [],
|
|
1130
|
-
"path": "agents/polyglot-test-researcher.agent.md",
|
|
1131
|
-
"type": "agent",
|
|
1132
|
-
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/polyglot-test-researcher.agent.md"
|
|
1133
|
-
},
|
|
1134
|
-
{
|
|
1135
|
-
"name": "polyglot-test-tester",
|
|
1136
|
-
"description": "Runs test commands for any language and reports results. Discovers test command from project files if not specified.",
|
|
1137
|
-
"tags": [],
|
|
1138
|
-
"path": "agents/polyglot-test-tester.agent.md",
|
|
1139
|
-
"type": "agent",
|
|
1140
|
-
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/polyglot-test-tester.agent.md"
|
|
1141
|
-
},
|
|
1142
1078
|
{
|
|
1143
1079
|
"name": "postgresql-dba",
|
|
1144
1080
|
"description": "Work with PostgreSQL databases using the PostgreSQL extension.",
|
|
@@ -1267,6 +1203,14 @@
|
|
|
1267
1203
|
"type": "agent",
|
|
1268
1204
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/qa-subagent.agent.md"
|
|
1269
1205
|
},
|
|
1206
|
+
{
|
|
1207
|
+
"name": "quality-playbook",
|
|
1208
|
+
"description": "Run a complete quality engineering audit on any codebase. Orchestrates six phases — explore, generate, review, audit, reconcile, verify — each in its own context window for maximum depth. Then runs iteration strategies to find even more bugs. Finds the 35% of real defects that structural code review alone cannot catch.",
|
|
1209
|
+
"tags": [],
|
|
1210
|
+
"path": "agents/quality-playbook.agent.md",
|
|
1211
|
+
"type": "agent",
|
|
1212
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/quality-playbook.agent.md"
|
|
1213
|
+
},
|
|
1270
1214
|
{
|
|
1271
1215
|
"name": "react18-auditor",
|
|
1272
1216
|
"description": "Deep-scan specialist for React 16/17 class-component codebases targeting React 18.3.1. Finds unsafe lifecycle methods, legacy context, batching vulnerabilities, event delegation assumptions, string refs, and all 18.3.1 deprecation surface. Reads everything, touches nothing. Saves .github/react18-audit.md.",
|
|
@@ -1738,14 +1682,6 @@
|
|
|
1738
1682
|
"path": "agents/wg-code-sentinel.agent.md",
|
|
1739
1683
|
"type": "agent",
|
|
1740
1684
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/wg-code-sentinel.agent.md"
|
|
1741
|
-
},
|
|
1742
|
-
{
|
|
1743
|
-
"name": "winui3-expert",
|
|
1744
|
-
"description": "Expert agent for WinUI 3 and Windows App SDK development. Prevents common UWP-to-WinUI 3 API mistakes, guides XAML controls, MVVM patterns, windowing, threading, app lifecycle, dialogs, and deployment for desktop Windows apps.",
|
|
1745
|
-
"tags": [],
|
|
1746
|
-
"path": "agents/winui3-expert.agent.md",
|
|
1747
|
-
"type": "agent",
|
|
1748
|
-
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/agents/winui3-expert.agent.md"
|
|
1749
1685
|
}
|
|
1750
1686
|
],
|
|
1751
1687
|
"prompts": [],
|
|
@@ -2582,6 +2518,14 @@
|
|
|
2582
2518
|
"type": "instruction",
|
|
2583
2519
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/ms-sql-dba.instructions.md"
|
|
2584
2520
|
},
|
|
2521
|
+
{
|
|
2522
|
+
"name": "mvvm-toolkit",
|
|
2523
|
+
"description": "CommunityToolkit.Mvvm (MVVM Toolkit) coding conventions for ViewModels, commands, messaging, validation, and DI across WPF, WinUI 3, .NET MAUI, Uno Platform, and Avalonia.",
|
|
2524
|
+
"tags": [],
|
|
2525
|
+
"path": "instructions/mvvm-toolkit.instructions.md",
|
|
2526
|
+
"type": "instruction",
|
|
2527
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/instructions/mvvm-toolkit.instructions.md"
|
|
2528
|
+
},
|
|
2585
2529
|
{
|
|
2586
2530
|
"name": "nestjs",
|
|
2587
2531
|
"description": "NestJS development standards and best practices for building scalable Node.js server-side applications",
|
|
@@ -3436,7 +3380,7 @@
|
|
|
3436
3380
|
},
|
|
3437
3381
|
{
|
|
3438
3382
|
"name": "arize-ai-provider-integration",
|
|
3439
|
-
"description": "
|
|
3383
|
+
"description": "Creates, reads, updates, and deletes Arize AI integrations that store LLM provider credentials used by evaluators and other Arize features. Supports any LLM provider (e.g. OpenAI, Anthropic, Azure OpenAI, AWS Bedrock, Vertex AI, Gemini, NVIDIA NIM). Use when the user mentions AI integration, LLM provider credentials, create integration, list integrations, update credentials, delete integration, or connecting an LLM provider to Arize.",
|
|
3440
3384
|
"tags": [],
|
|
3441
3385
|
"path": "skills/arize-ai-provider-integration/SKILL.md",
|
|
3442
3386
|
"type": "skill",
|
|
@@ -3449,7 +3393,7 @@
|
|
|
3449
3393
|
},
|
|
3450
3394
|
{
|
|
3451
3395
|
"name": "arize-annotation",
|
|
3452
|
-
"description": "
|
|
3396
|
+
"description": "Creates and manages annotation configs (categorical, continuous, freeform label schemas) and annotation queues (human review workflows) on Arize. Applies human annotations to project spans via the Python SDK. Use when the user mentions annotation config, annotation queue, label schema, human feedback, bulk annotate spans, update_annotations, labeling queue, annotate record, or human review.",
|
|
3453
3397
|
"tags": [],
|
|
3454
3398
|
"path": "skills/arize-annotation/SKILL.md",
|
|
3455
3399
|
"type": "skill",
|
|
@@ -3462,7 +3406,7 @@
|
|
|
3462
3406
|
},
|
|
3463
3407
|
{
|
|
3464
3408
|
"name": "arize-dataset",
|
|
3465
|
-
"description": "
|
|
3409
|
+
"description": "Creates, manages, and queries Arize datasets and examples. Covers dataset CRUD, appending examples, exporting data, and file-based dataset creation using the ax CLI. Use when the user needs test data, evaluation examples, or mentions create dataset, list datasets, export dataset, append examples, dataset version, golden dataset, or test set.",
|
|
3466
3410
|
"tags": [],
|
|
3467
3411
|
"path": "skills/arize-dataset/SKILL.md",
|
|
3468
3412
|
"type": "skill",
|
|
@@ -3475,7 +3419,7 @@
|
|
|
3475
3419
|
},
|
|
3476
3420
|
{
|
|
3477
3421
|
"name": "arize-evaluator",
|
|
3478
|
-
"description": "
|
|
3422
|
+
"description": "Handles LLM-as-judge evaluation workflows on Arize including creating/updating evaluators, running evaluations on spans or experiments, managing tasks, trigger-run operations, column mapping, and continuous monitoring. Use when the user mentions create evaluator, LLM judge, hallucination, faithfulness, correctness, relevance, run eval, score spans, score experiment, trigger-run, column mapping, continuous monitoring, or improve evaluator prompt.",
|
|
3479
3423
|
"tags": [],
|
|
3480
3424
|
"path": "skills/arize-evaluator/SKILL.md",
|
|
3481
3425
|
"type": "skill",
|
|
@@ -3488,7 +3432,7 @@
|
|
|
3488
3432
|
},
|
|
3489
3433
|
{
|
|
3490
3434
|
"name": "arize-experiment",
|
|
3491
|
-
"description": "
|
|
3435
|
+
"description": "Creates, runs, and analyzes Arize experiments for evaluating and comparing model performance. Covers experiment CRUD, exporting runs, comparing results, and evaluation workflows using the ax CLI. Use when the user mentions create experiment, run experiment, compare models, model performance, evaluate AI, experiment results, benchmark, A/B test models, or measure accuracy.",
|
|
3492
3436
|
"tags": [],
|
|
3493
3437
|
"path": "skills/arize-experiment/SKILL.md",
|
|
3494
3438
|
"type": "skill",
|
|
@@ -3501,7 +3445,7 @@
|
|
|
3501
3445
|
},
|
|
3502
3446
|
{
|
|
3503
3447
|
"name": "arize-instrumentation",
|
|
3504
|
-
"description": "
|
|
3448
|
+
"description": "Adds Arize AX tracing to an LLM application for the first time. Follows a two-phase agent-assisted flow to analyze the codebase then implement instrumentation after user confirmation. Use when the user wants to instrument their app, add tracing from scratch, set up LLM observability, integrate OpenTelemetry or openinference, or get started with Arize tracing.",
|
|
3505
3449
|
"tags": [],
|
|
3506
3450
|
"path": "skills/arize-instrumentation/SKILL.md",
|
|
3507
3451
|
"type": "skill",
|
|
@@ -3513,7 +3457,7 @@
|
|
|
3513
3457
|
},
|
|
3514
3458
|
{
|
|
3515
3459
|
"name": "arize-link",
|
|
3516
|
-
"description": "
|
|
3460
|
+
"description": "Generates deep links to the Arize UI for traces, spans, sessions, datasets, labeling queues, evaluators, and annotation configs. Produces clickable URLs for sharing Arize resources with team members. Use when the user wants to link to or open a trace, span, session, dataset, evaluator, or annotation config in the Arize UI.",
|
|
3517
3461
|
"tags": [],
|
|
3518
3462
|
"path": "skills/arize-link/SKILL.md",
|
|
3519
3463
|
"type": "skill",
|
|
@@ -3525,7 +3469,7 @@
|
|
|
3525
3469
|
},
|
|
3526
3470
|
{
|
|
3527
3471
|
"name": "arize-prompt-optimization",
|
|
3528
|
-
"description": "
|
|
3472
|
+
"description": "Optimizes, improves, and debugs LLM prompts using production trace data, evaluations, and annotations. Extracts prompts from spans, gathers performance signal, and runs a data-driven optimization loop using the ax CLI. Use when the user mentions optimize prompt, improve prompt, make AI respond better, improve output quality, prompt engineering, prompt tuning, or system prompt improvement.",
|
|
3529
3473
|
"tags": [],
|
|
3530
3474
|
"path": "skills/arize-prompt-optimization/SKILL.md",
|
|
3531
3475
|
"type": "skill",
|
|
@@ -3538,7 +3482,7 @@
|
|
|
3538
3482
|
},
|
|
3539
3483
|
{
|
|
3540
3484
|
"name": "arize-trace",
|
|
3541
|
-
"description": "
|
|
3485
|
+
"description": "Downloads, exports, and inspects existing Arize traces and spans to understand what an LLM app is doing or debug runtime issues. Covers exporting traces by ID, spans by ID, sessions by ID, and root-cause investigation using the ax CLI. Use when the user wants to look at existing trace data, see what their LLM app is doing, export traces, download spans, investigate errors, or analyze behavior regressions.",
|
|
3542
3486
|
"tags": [],
|
|
3543
3487
|
"path": "skills/arize-trace/SKILL.md",
|
|
3544
3488
|
"type": "skill",
|
|
@@ -4919,7 +4863,7 @@
|
|
|
4919
4863
|
},
|
|
4920
4864
|
{
|
|
4921
4865
|
"name": "flowstudio-power-automate-mcp",
|
|
4922
|
-
"description": "Foundation skill for Power Automate via FlowStudio MCP — auth setup, the reusable MCP helper (Python + Node.js), tool discovery via `list_skills` / `tool_search`, and oversized-response handling. Load this skill first when connecting an agent to Power Automate. For specialized workflows, load `power-automate-build`, `power-automate-debug`, `power-automate-monitoring` (Pro+), or `power-automate-governance` (Pro+) — each contains the workflow narrative, this skill provides the plumbing they all rely on. Requires a FlowStudio MCP subscription or compatible server — see https://mcp.flowstudio.app",
|
|
4866
|
+
"description": "Foundation skill for Power Automate via FlowStudio MCP — auth setup, the reusable MCP helper (Python + Node.js), tool discovery via `list_skills` / `tool_search`, and oversized-response handling. Load this skill first when connecting an agent to Power Automate. For specialized workflows, load `flowstudio-power-automate-build`, `flowstudio-power-automate-debug`, `flowstudio-power-automate-monitoring` (Pro+), or `flowstudio-power-automate-governance` (Pro+) — each contains the workflow narrative, this skill provides the plumbing they all rely on. Requires a FlowStudio MCP subscription or compatible server — see https://mcp.flowstudio.app",
|
|
4923
4867
|
"tags": [],
|
|
4924
4868
|
"path": "skills/flowstudio-power-automate-mcp/SKILL.md",
|
|
4925
4869
|
"type": "skill",
|
|
@@ -4934,7 +4878,7 @@
|
|
|
4934
4878
|
},
|
|
4935
4879
|
{
|
|
4936
4880
|
"name": "flowstudio-power-automate-monitoring",
|
|
4937
|
-
"description": "
|
|
4881
|
+
"description": "Pro+ subscription required. Tenant-wide Power Automate monitoring using the FlowStudio MCP cached store: failure rates, run-health trends, maker/app inventory, inactive owners, and compliance/health reports. Use only for aggregated tenant views. For one environment, one flow, run control, or root-cause debugging, use flowstudio-power-automate-mcp, flowstudio-power-automate-debug, or the server monitor-flow bundle. Requires FlowStudio for Teams or MCP Pro+.",
|
|
4938
4882
|
"tags": [],
|
|
4939
4883
|
"path": "skills/flowstudio-power-automate-monitoring/SKILL.md",
|
|
4940
4884
|
"type": "skill",
|
|
@@ -5067,6 +5011,17 @@
|
|
|
5067
5011
|
],
|
|
5068
5012
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/generate-custom-instructions-from-codebase/SKILL.md"
|
|
5069
5013
|
},
|
|
5014
|
+
{
|
|
5015
|
+
"name": "generate-image",
|
|
5016
|
+
"description": "Generate images using AI. Use when asked to generate, create, or make images, textures, icons, sprites, artwork, visual assets, or mockups. Supports OpenAI (gpt-image-2) and Google Gemini (Nano Banana). Requires an API key for the chosen provider.",
|
|
5017
|
+
"tags": [],
|
|
5018
|
+
"path": "skills/generate-image/SKILL.md",
|
|
5019
|
+
"type": "skill",
|
|
5020
|
+
"files": [
|
|
5021
|
+
"SKILL.md"
|
|
5022
|
+
],
|
|
5023
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/generate-image/SKILL.md"
|
|
5024
|
+
},
|
|
5070
5025
|
{
|
|
5071
5026
|
"name": "geofeed-tuner",
|
|
5072
5027
|
"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",
|
|
@@ -5085,17 +5040,6 @@
|
|
|
5085
5040
|
],
|
|
5086
5041
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/geofeed-tuner/SKILL.md"
|
|
5087
5042
|
},
|
|
5088
|
-
{
|
|
5089
|
-
"name": "gh-cli",
|
|
5090
|
-
"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.",
|
|
5091
|
-
"tags": [],
|
|
5092
|
-
"path": "skills/gh-cli/SKILL.md",
|
|
5093
|
-
"type": "skill",
|
|
5094
|
-
"files": [
|
|
5095
|
-
"SKILL.md"
|
|
5096
|
-
],
|
|
5097
|
-
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/gh-cli/SKILL.md"
|
|
5098
|
-
},
|
|
5099
5043
|
{
|
|
5100
5044
|
"name": "git-commit",
|
|
5101
5045
|
"description": "Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions \"/commit\". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping",
|
|
@@ -5827,6 +5771,20 @@
|
|
|
5827
5771
|
],
|
|
5828
5772
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/model-recommendation/SKILL.md"
|
|
5829
5773
|
},
|
|
5774
|
+
{
|
|
5775
|
+
"name": "msgraph-sdk",
|
|
5776
|
+
"description": "Integrate Microsoft Graph SDK into any project — .NET, TypeScript/JavaScript, or Python. Covers auth patterns (client credentials, OBO, managed identity), SDK setup, calling Graph APIs, batching, delta queries, change notifications, throttling, and permission scopes. Use when accessing Microsoft 365 data (users, mail, calendar, Teams, files, SharePoint) from any application type.",
|
|
5777
|
+
"tags": [],
|
|
5778
|
+
"path": "skills/msgraph-sdk/SKILL.md",
|
|
5779
|
+
"type": "skill",
|
|
5780
|
+
"files": [
|
|
5781
|
+
"SKILL.md",
|
|
5782
|
+
"references/dotnet.md",
|
|
5783
|
+
"references/python.md",
|
|
5784
|
+
"references/typescript.md"
|
|
5785
|
+
],
|
|
5786
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/msgraph-sdk/SKILL.md"
|
|
5787
|
+
},
|
|
5830
5788
|
{
|
|
5831
5789
|
"name": "msstore-cli",
|
|
5832
5790
|
"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.",
|
|
@@ -5849,6 +5807,46 @@
|
|
|
5849
5807
|
],
|
|
5850
5808
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/multi-stage-dockerfile/SKILL.md"
|
|
5851
5809
|
},
|
|
5810
|
+
{
|
|
5811
|
+
"name": "mvvm-toolkit",
|
|
5812
|
+
"description": "CommunityToolkit.Mvvm (the MVVM Toolkit) core: source generators ([ObservableProperty], [RelayCommand], [NotifyPropertyChangedFor], [NotifyCanExecuteChangedFor], [NotifyDataErrorInfo]), base classes (ObservableObject / ObservableValidator / ObservableRecipient), commands (RelayCommand / AsyncRelayCommand), and validation. Companion skills: mvvm-toolkit-messenger for pub/sub, mvvm-toolkit-di for Microsoft.Extensions.DependencyInjection wiring. Works across WPF, WinUI 3, MAUI, Uno, and Avalonia.",
|
|
5813
|
+
"tags": [],
|
|
5814
|
+
"path": "skills/mvvm-toolkit/SKILL.md",
|
|
5815
|
+
"type": "skill",
|
|
5816
|
+
"files": [
|
|
5817
|
+
"SKILL.md",
|
|
5818
|
+
"references/end-to-end-walkthrough.md",
|
|
5819
|
+
"references/relaycommand-cookbook.md",
|
|
5820
|
+
"references/source-generators.md",
|
|
5821
|
+
"references/troubleshooting.md",
|
|
5822
|
+
"references/validation.md"
|
|
5823
|
+
],
|
|
5824
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/mvvm-toolkit/SKILL.md"
|
|
5825
|
+
},
|
|
5826
|
+
{
|
|
5827
|
+
"name": "mvvm-toolkit-di",
|
|
5828
|
+
"description": "Wire CommunityToolkit.Mvvm ViewModels into Microsoft.Extensions.DependencyInjection. Covers the .NET Generic Host composition root, constructor injection, service lifetimes (Singleton / Transient / Scoped), IMessenger registration, resolving ViewModels in Views, keyed services, testing seams, and the legacy Ioc.Default escape hatch. Use across WPF, WinUI 3, .NET MAUI, Uno, and Avalonia.",
|
|
5829
|
+
"tags": [],
|
|
5830
|
+
"path": "skills/mvvm-toolkit-di/SKILL.md",
|
|
5831
|
+
"type": "skill",
|
|
5832
|
+
"files": [
|
|
5833
|
+
"SKILL.md",
|
|
5834
|
+
"references/dependency-injection.md"
|
|
5835
|
+
],
|
|
5836
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/mvvm-toolkit-di/SKILL.md"
|
|
5837
|
+
},
|
|
5838
|
+
{
|
|
5839
|
+
"name": "mvvm-toolkit-messenger",
|
|
5840
|
+
"description": "CommunityToolkit.Mvvm Messenger pub/sub for decoupled communication between ViewModels (or any objects). Covers WeakReferenceMessenger vs StrongReferenceMessenger, IRecipient<TMessage>, RequestMessage<T> / AsyncRequestMessage<T> / CollectionRequestMessage<T>, ValueChangedMessage<T>, channels (tokens), and the ObservableRecipient activation lifecycle. Use across WPF, WinUI 3, .NET MAUI, Uno, and Avalonia.",
|
|
5841
|
+
"tags": [],
|
|
5842
|
+
"path": "skills/mvvm-toolkit-messenger/SKILL.md",
|
|
5843
|
+
"type": "skill",
|
|
5844
|
+
"files": [
|
|
5845
|
+
"SKILL.md",
|
|
5846
|
+
"references/messenger-patterns.md"
|
|
5847
|
+
],
|
|
5848
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/mvvm-toolkit-messenger/SKILL.md"
|
|
5849
|
+
},
|
|
5852
5850
|
{
|
|
5853
5851
|
"name": "my-issues",
|
|
5854
5852
|
"description": "List my issues in the current repository",
|
|
@@ -6180,18 +6178,6 @@
|
|
|
6180
6178
|
],
|
|
6181
6179
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/playwright-generate-test/SKILL.md"
|
|
6182
6180
|
},
|
|
6183
|
-
{
|
|
6184
|
-
"name": "polyglot-test-agent",
|
|
6185
|
-
"description": "Generates comprehensive, workable unit tests for any programming language using a multi-agent pipeline. Use when asked to generate tests, write unit tests, improve test coverage, add test coverage, create test files, or test a codebase. Supports C#, TypeScript, JavaScript, Python, Go, Rust, Java, and more. Orchestrates research, planning, and implementation phases to produce tests that compile, pass, and follow project conventions.",
|
|
6186
|
-
"tags": [],
|
|
6187
|
-
"path": "skills/polyglot-test-agent/SKILL.md",
|
|
6188
|
-
"type": "skill",
|
|
6189
|
-
"files": [
|
|
6190
|
-
"SKILL.md",
|
|
6191
|
-
"unit-test-generation.prompt.md"
|
|
6192
|
-
],
|
|
6193
|
-
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/polyglot-test-agent/SKILL.md"
|
|
6194
|
-
},
|
|
6195
6181
|
{
|
|
6196
6182
|
"name": "postgresql-code-review",
|
|
6197
6183
|
"description": "PostgreSQL-specific code review assistant focusing on PostgreSQL best practices, anti-patterns, and unique quality standards. Covers JSONB operations, array usage, custom types, schema design, function optimization, and PostgreSQL-exclusive security features like Row Level Security (RLS).",
|
|
@@ -6365,6 +6351,17 @@
|
|
|
6365
6351
|
],
|
|
6366
6352
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/prompt-builder/SKILL.md"
|
|
6367
6353
|
},
|
|
6354
|
+
{
|
|
6355
|
+
"name": "prompt-optimizer",
|
|
6356
|
+
"description": "Turn any rough prompt, half-formed idea, or task description into a finished, ready-to-send prompt optimized for any LLM model inside a chat interface — NOT the API. Use this skill whenever the user wants to write, rewrite, optimize, improve, sharpen, or polish a prompt for chat. Trigger phrases include \"rewrite this prompt\", \"make this a better prompt\", \"optimize this prompt\", \"turn this into a prompt\", \"help me prompt this\", \"draft a prompt that...\", \"I want to ask...\", or whenever the user pastes a draft prompt and asks for improvements. Also trigger when the user describes a task they plan to send to an LLM model and clearly wants a reusable, well-structured prompt rather than a direct answer. The output is always a single, copy-pasteable prompt in a code block that the user sends as-is — never a template with placeholders.",
|
|
6357
|
+
"tags": [],
|
|
6358
|
+
"path": "skills/prompt-optimizer/SKILL.md",
|
|
6359
|
+
"type": "skill",
|
|
6360
|
+
"files": [
|
|
6361
|
+
"SKILL.md"
|
|
6362
|
+
],
|
|
6363
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/prompt-optimizer/SKILL.md"
|
|
6364
|
+
},
|
|
6368
6365
|
{
|
|
6369
6366
|
"name": "publish-to-pages",
|
|
6370
6367
|
"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.",
|
|
@@ -6709,17 +6706,39 @@
|
|
|
6709
6706
|
},
|
|
6710
6707
|
{
|
|
6711
6708
|
"name": "quality-playbook",
|
|
6712
|
-
"description": "
|
|
6709
|
+
"description": "Run a complete quality engineering audit on any codebase. Derives behavioral requirements from the code, generates spec-traced functional tests, runs a three-pass code review with regression tests, executes a multi-model spec audit (Council of Three), and produces a consolidated bug report with TDD-verified patches. Finds the 35% of real defects that structural code review alone cannot catch. Works with any language. Trigger on 'quality playbook', 'spec audit', 'Council of Three', 'fitness-to-purpose', or 'coverage theater'.",
|
|
6713
6710
|
"tags": [],
|
|
6714
6711
|
"path": "skills/quality-playbook/SKILL.md",
|
|
6715
6712
|
"type": "skill",
|
|
6716
6713
|
"files": [
|
|
6717
6714
|
"LICENSE.txt",
|
|
6718
6715
|
"SKILL.md",
|
|
6716
|
+
"agents/calibration_orchestrator.md",
|
|
6717
|
+
"agents/quality-playbook-claude.agent.md",
|
|
6718
|
+
"agents/quality-playbook.agent.md",
|
|
6719
|
+
"phase_prompts/README.md",
|
|
6720
|
+
"phase_prompts/iteration.md",
|
|
6721
|
+
"phase_prompts/phase1.md",
|
|
6722
|
+
"phase_prompts/phase2.md",
|
|
6723
|
+
"phase_prompts/phase3.md",
|
|
6724
|
+
"phase_prompts/phase4.md",
|
|
6725
|
+
"phase_prompts/phase5.md",
|
|
6726
|
+
"phase_prompts/phase6.md",
|
|
6727
|
+
"phase_prompts/single_pass.md",
|
|
6728
|
+
"quality_gate.py",
|
|
6729
|
+
"references/challenge_gate.md",
|
|
6730
|
+
"references/code-only-mode.md",
|
|
6719
6731
|
"references/constitution.md",
|
|
6720
6732
|
"references/defensive_patterns.md",
|
|
6733
|
+
"references/exploration_patterns.md",
|
|
6721
6734
|
"references/functional_tests.md",
|
|
6735
|
+
"references/iteration.md",
|
|
6736
|
+
"references/orchestrator_protocol.md",
|
|
6737
|
+
"references/requirements_pipeline.md",
|
|
6738
|
+
"references/requirements_refinement.md",
|
|
6739
|
+
"references/requirements_review.md",
|
|
6722
6740
|
"references/review_protocols.md",
|
|
6741
|
+
"references/run_state_schema.md",
|
|
6723
6742
|
"references/schema_mapping.md",
|
|
6724
6743
|
"references/spec_audit.md",
|
|
6725
6744
|
"references/verification.md"
|
|
@@ -6903,7 +6922,7 @@
|
|
|
6903
6922
|
},
|
|
6904
6923
|
{
|
|
6905
6924
|
"name": "refactor-plan",
|
|
6906
|
-
"description": "
|
|
6925
|
+
"description": "Create a concrete plan before starting a multi-file refactor. Use when the user asks to plan, sequence, scope, or safely execute a refactor across multiple files; always investigate first, output the plan, and wait for confirmation before making code changes.",
|
|
6907
6926
|
"tags": [],
|
|
6908
6927
|
"path": "skills/refactor-plan/SKILL.md",
|
|
6909
6928
|
"type": "skill",
|
|
@@ -6990,6 +7009,21 @@
|
|
|
6990
7009
|
],
|
|
6991
7010
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/reviewing-oracle-to-postgres-migration/SKILL.md"
|
|
6992
7011
|
},
|
|
7012
|
+
{
|
|
7013
|
+
"name": "rhino3d-scripts",
|
|
7014
|
+
"description": "Authoring and debugging scripts for Rhinoceros 3D (Rhino 8 and later). Use when asked to write RhinoScript (VBScript / .rvb / .vbs), RhinoPython, or RhinoCommon-based scripts; automate Rhino modeling tasks; build command macros; manipulate Rhino geometry, layers, blocks, or document objects; pick objects from the viewport; control redraw and undo; or load and run scripts from the Rhino Script Editor. Covers `rhinoscriptsyntax`, `scriptcontext`, the `Rhino.*` RhinoCommon namespaces (`Rhino.Geometry`, `Rhino.DocObjects`, `Rhino.Input`, `Rhino.UI`, `Rhino.Display`, `Rhino.FileIO`), and the Rhino 8 unified Script Editor.",
|
|
7015
|
+
"tags": [],
|
|
7016
|
+
"path": "skills/rhino3d-scripts/SKILL.md",
|
|
7017
|
+
"type": "skill",
|
|
7018
|
+
"files": [
|
|
7019
|
+
"SKILL.md",
|
|
7020
|
+
"references/macros-and-loading.md",
|
|
7021
|
+
"references/rhinocommon-map.md",
|
|
7022
|
+
"references/rhinoscriptsyntax-cheatsheet.md",
|
|
7023
|
+
"references/vbscript-quirks.md"
|
|
7024
|
+
],
|
|
7025
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/rhino3d-scripts/SKILL.md"
|
|
7026
|
+
},
|
|
6993
7027
|
{
|
|
6994
7028
|
"name": "roundup",
|
|
6995
7029
|
"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.",
|
|
@@ -7167,6 +7201,20 @@
|
|
|
7167
7201
|
],
|
|
7168
7202
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/shuffle-json-data/SKILL.md"
|
|
7169
7203
|
},
|
|
7204
|
+
{
|
|
7205
|
+
"name": "slang-shader-engineer",
|
|
7206
|
+
"description": "Use when working with Slang shaders, shader modules, HLSL-compatible GPU code, graphics pipelines, compute shaders, tessellation, ray tracing, parameter blocks, generics, interfaces, capabilities, cross-compilation, shader optimization, shader review, or C++ engine integration for Slang. Trigger on any mention of Slang, .slang files, slangc, SPIR-V from Slang, Slang modules, [shader(\"compute\")], [shader(\"vertex\")], or requests to write/review/refactor shader code with modern language features. Also trigger for Slang-to-HLSL/GLSL/Metal/CUDA cross-compile questions, or when the user says \"shader\" alongside \"generics\", \"interfaces\", \"parameter blocks\", \"autodiff\", or \"capabilities\".",
|
|
7207
|
+
"tags": [],
|
|
7208
|
+
"path": "skills/slang-shader-engineer/SKILL.md",
|
|
7209
|
+
"type": "skill",
|
|
7210
|
+
"files": [
|
|
7211
|
+
"SKILL.md",
|
|
7212
|
+
"references/language-reference.md",
|
|
7213
|
+
"references/rules-and-patterns.md",
|
|
7214
|
+
"references/slang-documentation-full.md"
|
|
7215
|
+
],
|
|
7216
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/slang-shader-engineer/SKILL.md"
|
|
7217
|
+
},
|
|
7170
7218
|
{
|
|
7171
7219
|
"name": "snowflake-semanticview",
|
|
7172
7220
|
"description": "Create, alter, and validate Snowflake semantic views using Snowflake CLI (snow). Use when asked to build or troubleshoot semantic views/semantic layer definitions with CREATE/ALTER SEMANTIC VIEW, to validate semantic-view DDL against Snowflake via CLI, or to guide Snowflake CLI installation and connection setup.",
|
|
@@ -7236,6 +7284,17 @@
|
|
|
7236
7284
|
],
|
|
7237
7285
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/sql-optimization/SKILL.md"
|
|
7238
7286
|
},
|
|
7287
|
+
{
|
|
7288
|
+
"name": "ssma-console",
|
|
7289
|
+
"description": "Use when: SSMA console operations — create project, generate assessment report, convert schema, migrate data, Oracle to SQL Server migration, schema conversion, data migration",
|
|
7290
|
+
"tags": [],
|
|
7291
|
+
"path": "skills/ssma-console/SKILL.md",
|
|
7292
|
+
"type": "skill",
|
|
7293
|
+
"files": [
|
|
7294
|
+
"SKILL.md"
|
|
7295
|
+
],
|
|
7296
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/ssma-console/SKILL.md"
|
|
7297
|
+
},
|
|
7239
7298
|
{
|
|
7240
7299
|
"name": "structured-autonomy-generate",
|
|
7241
7300
|
"description": "Structured Autonomy Implementation Generator Prompt",
|
|
@@ -7595,18 +7654,6 @@
|
|
|
7595
7654
|
],
|
|
7596
7655
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/what-context-needed/SKILL.md"
|
|
7597
7656
|
},
|
|
7598
|
-
{
|
|
7599
|
-
"name": "winapp-cli",
|
|
7600
|
-
"description": "Windows App Development CLI (winapp) for building, packaging, signing, debugging, and UI-automating Windows applications. Use when asked to initialize Windows app projects, create MSIX packages, manage AppxManifest.xml or development certificates, run an app as packaged for debugging, automate Windows UI via Microsoft UI Automation, publish to the Microsoft Store, or access Windows SDK build tools. Covers commands like init, pack, run, unregister, manifest, cert, sign, store, ui, and tool. Supports .NET (csproj), C++, Electron, Rust, Tauri, Flutter, and other Windows frameworks.",
|
|
7601
|
-
"tags": [],
|
|
7602
|
-
"path": "skills/winapp-cli/SKILL.md",
|
|
7603
|
-
"type": "skill",
|
|
7604
|
-
"files": [
|
|
7605
|
-
"SKILL.md",
|
|
7606
|
-
"references/ui-json-envelope.md"
|
|
7607
|
-
],
|
|
7608
|
-
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/winapp-cli/SKILL.md"
|
|
7609
|
-
},
|
|
7610
7657
|
{
|
|
7611
7658
|
"name": "winmd-api-search",
|
|
7612
7659
|
"description": "Find and explore Windows desktop APIs. Use when building features that need platform capabilities — camera, file access, notifications, UI controls, AI/ML, sensors, networking, etc. Discovers the right API for a task and retrieves full type details (methods, properties, events, enumeration values).",
|
|
@@ -7658,6 +7705,17 @@
|
|
|
7658
7705
|
"SKILL.md"
|
|
7659
7706
|
],
|
|
7660
7707
|
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/write-coding-standards-from-file/SKILL.md"
|
|
7708
|
+
},
|
|
7709
|
+
{
|
|
7710
|
+
"name": "x-twitter-scraper",
|
|
7711
|
+
"description": "Build GitHub Copilot workflows with Xquik X API SDKs, REST endpoints, MCP tools, signed webhooks, tweet search, user lookup, follower exports, media actions, and agent automation.",
|
|
7712
|
+
"tags": [],
|
|
7713
|
+
"path": "skills/x-twitter-scraper/SKILL.md",
|
|
7714
|
+
"type": "skill",
|
|
7715
|
+
"files": [
|
|
7716
|
+
"SKILL.md"
|
|
7717
|
+
],
|
|
7718
|
+
"url": "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/x-twitter-scraper/SKILL.md"
|
|
7661
7719
|
}
|
|
7662
7720
|
],
|
|
7663
7721
|
"collections": [],
|
|
@@ -7748,6 +7806,36 @@
|
|
|
7748
7806
|
"type": "plugin",
|
|
7749
7807
|
"url": "https://github.com/dotnet/skills"
|
|
7750
7808
|
},
|
|
7809
|
+
{
|
|
7810
|
+
"name": "dotnet-test",
|
|
7811
|
+
"description": "Skills for running, writing, diagnosing, and migrating .NET tests: test execution, filtering, platform detection, coverage analysis, and MSTest workflows.",
|
|
7812
|
+
"tags": [
|
|
7813
|
+
"dotnet",
|
|
7814
|
+
"testing",
|
|
7815
|
+
"mstest",
|
|
7816
|
+
"xunit",
|
|
7817
|
+
"nunit",
|
|
7818
|
+
"test-generation",
|
|
7819
|
+
"coverage",
|
|
7820
|
+
"migration"
|
|
7821
|
+
],
|
|
7822
|
+
"version": "0.1.0",
|
|
7823
|
+
"author": {
|
|
7824
|
+
"name": "Microsoft",
|
|
7825
|
+
"url": "https://www.microsoft.com"
|
|
7826
|
+
},
|
|
7827
|
+
"homepage": "https://github.com/dotnet/skills",
|
|
7828
|
+
"repository": "https://github.com/dotnet/skills",
|
|
7829
|
+
"license": "MIT",
|
|
7830
|
+
"source": {
|
|
7831
|
+
"source": "github",
|
|
7832
|
+
"repo": "dotnet/skills",
|
|
7833
|
+
"path": "plugins/dotnet-test"
|
|
7834
|
+
},
|
|
7835
|
+
"path": "plugins/dotnet-test",
|
|
7836
|
+
"type": "plugin",
|
|
7837
|
+
"url": "https://github.com/dotnet/skills"
|
|
7838
|
+
},
|
|
7751
7839
|
{
|
|
7752
7840
|
"name": "dotnet-diag",
|
|
7753
7841
|
"description": "Skills for .NET performance investigations, debugging, and incident analysis.",
|
|
@@ -7816,7 +7904,7 @@
|
|
|
7816
7904
|
"migration",
|
|
7817
7905
|
"dotnet"
|
|
7818
7906
|
],
|
|
7819
|
-
"version": "1.0.
|
|
7907
|
+
"version": "1.0.1119-preview1",
|
|
7820
7908
|
"author": {
|
|
7821
7909
|
"name": "Microsoft",
|
|
7822
7910
|
"url": "https://www.microsoft.com"
|
|
@@ -7947,6 +8035,97 @@
|
|
|
7947
8035
|
"path": "plugins/external.json#git-ape",
|
|
7948
8036
|
"type": "plugin",
|
|
7949
8037
|
"url": "https://github.com/Azure/git-ape"
|
|
8038
|
+
},
|
|
8039
|
+
{
|
|
8040
|
+
"name": "microsoft-events",
|
|
8041
|
+
"description": "Connect your project to Microsoft Build and Ignite sessions — discover relevant talks, explore what's new for your stack, and plan next steps from your development environment.",
|
|
8042
|
+
"tags": [
|
|
8043
|
+
"microsoft",
|
|
8044
|
+
"build",
|
|
8045
|
+
"ignite",
|
|
8046
|
+
"events",
|
|
8047
|
+
"sessions",
|
|
8048
|
+
"learn"
|
|
8049
|
+
],
|
|
8050
|
+
"version": "1.0.0",
|
|
8051
|
+
"author": {
|
|
8052
|
+
"name": "Microsoft",
|
|
8053
|
+
"url": "https://www.microsoft.com"
|
|
8054
|
+
},
|
|
8055
|
+
"homepage": "https://github.com/microsoft/Build-CLI",
|
|
8056
|
+
"repository": "https://github.com/microsoft/Build-CLI",
|
|
8057
|
+
"license": "Apache-2.0",
|
|
8058
|
+
"source": {
|
|
8059
|
+
"source": "github",
|
|
8060
|
+
"repo": "microsoft/Build-CLI"
|
|
8061
|
+
},
|
|
8062
|
+
"path": "plugins/external.json#microsoft-events",
|
|
8063
|
+
"type": "plugin",
|
|
8064
|
+
"url": "https://github.com/microsoft/Build-CLI"
|
|
8065
|
+
},
|
|
8066
|
+
{
|
|
8067
|
+
"name": "winui",
|
|
8068
|
+
"description": "Agents and skills for WinUI 3 app development. Create new WinUI 3 desktop apps, convert from other frameworks (WPF, WinForms, Electron, Tauri, Flutter) to WinUI 3, or add features to existing WinUI 3 applications. Includes MSIX packaging, code signing, UI automation testing, and Windows App SDK guidance.",
|
|
8069
|
+
"tags": [
|
|
8070
|
+
"windows",
|
|
8071
|
+
"winui",
|
|
8072
|
+
"winui3",
|
|
8073
|
+
"xaml",
|
|
8074
|
+
"windows-app-sdk",
|
|
8075
|
+
"msix",
|
|
8076
|
+
"packaging",
|
|
8077
|
+
"desktop",
|
|
8078
|
+
"wpf-migration",
|
|
8079
|
+
"electron-migration"
|
|
8080
|
+
],
|
|
8081
|
+
"version": "0.3.0",
|
|
8082
|
+
"author": {
|
|
8083
|
+
"name": "Microsoft",
|
|
8084
|
+
"url": "https://www.microsoft.com"
|
|
8085
|
+
},
|
|
8086
|
+
"homepage": "https://github.com/microsoft/win-dev-skills",
|
|
8087
|
+
"repository": "https://github.com/microsoft/win-dev-skills",
|
|
8088
|
+
"license": "MIT",
|
|
8089
|
+
"source": {
|
|
8090
|
+
"source": "github",
|
|
8091
|
+
"repo": "microsoft/win-dev-skills",
|
|
8092
|
+
"path": "plugins/winui"
|
|
8093
|
+
},
|
|
8094
|
+
"path": "plugins/winui",
|
|
8095
|
+
"type": "plugin",
|
|
8096
|
+
"url": "https://github.com/microsoft/win-dev-skills"
|
|
8097
|
+
},
|
|
8098
|
+
{
|
|
8099
|
+
"name": "winappcli",
|
|
8100
|
+
"description": "Windows app development, packaging, and distribution. Helps with creating Windows installers (MSIX), code signing, certificates, Windows SDK and Windows App SDK setup, package identity for Windows APIs (push notifications, background tasks, share target), appxmanifest authoring, and Microsoft Store distribution. Supports Electron, .NET, C++, Rust, Flutter, and Tauri apps.",
|
|
8101
|
+
"tags": [
|
|
8102
|
+
"windows",
|
|
8103
|
+
"msix",
|
|
8104
|
+
"packaging",
|
|
8105
|
+
"installer",
|
|
8106
|
+
"code-signing",
|
|
8107
|
+
"appxmanifest",
|
|
8108
|
+
"microsoft-store",
|
|
8109
|
+
"electron",
|
|
8110
|
+
"tauri",
|
|
8111
|
+
"desktop-app"
|
|
8112
|
+
],
|
|
8113
|
+
"version": "0.3.1",
|
|
8114
|
+
"author": {
|
|
8115
|
+
"name": "Microsoft",
|
|
8116
|
+
"url": "https://github.com/microsoft/WinAppCli"
|
|
8117
|
+
},
|
|
8118
|
+
"homepage": "https://github.com/microsoft/WinAppCli",
|
|
8119
|
+
"repository": "https://github.com/microsoft/WinAppCli",
|
|
8120
|
+
"license": "MIT",
|
|
8121
|
+
"source": {
|
|
8122
|
+
"source": "github",
|
|
8123
|
+
"repo": "microsoft/WinAppCli",
|
|
8124
|
+
"ref": "stable"
|
|
8125
|
+
},
|
|
8126
|
+
"path": "plugins/external.json#winappcli",
|
|
8127
|
+
"type": "plugin",
|
|
8128
|
+
"url": "https://github.com/microsoft/WinAppCli"
|
|
7950
8129
|
}
|
|
7951
8130
|
],
|
|
7952
8131
|
"hooks": [
|