mirror of
https://github.com/github/awesome-copilot.git
synced 2026-05-15 19:21:45 +00:00
Add microsoft-events plugin (Microsoft Build & Ignite sessions) (#1681)
* Add microsoft-events plugin (Microsoft Build & Ignite sessions) Adds the Microsoft Events skill to the external plugins registry. This skill connects developer projects to Microsoft Build and Ignite session catalogs, enabling session discovery, tech stack updates, and schedule planning from Copilot CLI and VS Code. Repository: https://github.com/microsoft/Build-CLI Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * updating marketplace --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Aaron Powell <me@aaron-powell.com>
This commit is contained in:
@@ -368,6 +368,30 @@
|
|||||||
"repo": "MicrosoftDocs/mcp"
|
"repo": "MicrosoftDocs/mcp"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "microsoft-events",
|
||||||
|
"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.",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"author": {
|
||||||
|
"name": "Microsoft",
|
||||||
|
"url": "https://www.microsoft.com"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/microsoft/Build-CLI",
|
||||||
|
"keywords": [
|
||||||
|
"microsoft",
|
||||||
|
"build",
|
||||||
|
"ignite",
|
||||||
|
"events",
|
||||||
|
"sessions",
|
||||||
|
"learn"
|
||||||
|
],
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"repository": "https://github.com/microsoft/Build-CLI",
|
||||||
|
"source": {
|
||||||
|
"source": "github",
|
||||||
|
"repo": "microsoft/Build-CLI"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "modernize-dotnet",
|
"name": "modernize-dotnet",
|
||||||
"description": "AI-powered .NET modernization and upgrade assistant. Helps upgrade .NET Framework and .NET applications to the latest versions of .NET.",
|
"description": "AI-powered .NET modernization and upgrade assistant. Helps upgrade .NET Framework and .NET applications to the latest versions of .NET.",
|
||||||
|
|||||||
+117
-11
@@ -8,7 +8,14 @@
|
|||||||
"url": "https://www.microsoft.com"
|
"url": "https://www.microsoft.com"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/microsoft/Dataverse-skills",
|
"homepage": "https://github.com/microsoft/Dataverse-skills",
|
||||||
"keywords": ["dataverse", "power-platform", "microsoft", "mcp", "python", "sdk"],
|
"keywords": [
|
||||||
|
"dataverse",
|
||||||
|
"power-platform",
|
||||||
|
"microsoft",
|
||||||
|
"mcp",
|
||||||
|
"python",
|
||||||
|
"sdk"
|
||||||
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/microsoft/Dataverse-skills",
|
"repository": "https://github.com/microsoft/Dataverse-skills",
|
||||||
"source": {
|
"source": {
|
||||||
@@ -26,7 +33,14 @@
|
|||||||
"url": "https://www.microsoft.com"
|
"url": "https://www.microsoft.com"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/microsoft/azure-skills",
|
"homepage": "https://github.com/microsoft/azure-skills",
|
||||||
"keywords": ["azure", "cloud", "infrastructure", "deployment", "microsoft", "devops"],
|
"keywords": [
|
||||||
|
"azure",
|
||||||
|
"cloud",
|
||||||
|
"infrastructure",
|
||||||
|
"deployment",
|
||||||
|
"microsoft",
|
||||||
|
"devops"
|
||||||
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/microsoft/github-copilot-for-azure",
|
"repository": "https://github.com/microsoft/github-copilot-for-azure",
|
||||||
"source": {
|
"source": {
|
||||||
@@ -44,7 +58,16 @@
|
|||||||
"url": "https://www.microsoft.com"
|
"url": "https://www.microsoft.com"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/dotnet/skills",
|
"homepage": "https://github.com/dotnet/skills",
|
||||||
"keywords": ["dotnet", "csharp", "coding", "skills", "csharp-script", "single-file", "nuget-publishing", "pinvoke"],
|
"keywords": [
|
||||||
|
"dotnet",
|
||||||
|
"csharp",
|
||||||
|
"coding",
|
||||||
|
"skills",
|
||||||
|
"csharp-script",
|
||||||
|
"single-file",
|
||||||
|
"nuget-publishing",
|
||||||
|
"pinvoke"
|
||||||
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/dotnet/skills",
|
"repository": "https://github.com/dotnet/skills",
|
||||||
"source": {
|
"source": {
|
||||||
@@ -62,7 +85,18 @@
|
|||||||
"url": "https://www.microsoft.com"
|
"url": "https://www.microsoft.com"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/dotnet/skills",
|
"homepage": "https://github.com/dotnet/skills",
|
||||||
"keywords": ["dotnet", "diagnostics", "performance", "debugging", "tracing", "symbolicate", "android-tombstone", "dump-collection", "microbenchmarking", "clr-activation"],
|
"keywords": [
|
||||||
|
"dotnet",
|
||||||
|
"diagnostics",
|
||||||
|
"performance",
|
||||||
|
"debugging",
|
||||||
|
"tracing",
|
||||||
|
"symbolicate",
|
||||||
|
"android-tombstone",
|
||||||
|
"dump-collection",
|
||||||
|
"microbenchmarking",
|
||||||
|
"clr-activation"
|
||||||
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/dotnet/skills",
|
"repository": "https://github.com/dotnet/skills",
|
||||||
"source": {
|
"source": {
|
||||||
@@ -80,7 +114,14 @@
|
|||||||
"url": "https://www.microsoft.com"
|
"url": "https://www.microsoft.com"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/microsoft/skills-for-copilot-studio",
|
"homepage": "https://github.com/microsoft/skills-for-copilot-studio",
|
||||||
"keywords": ["copilot", "copilot-studio", "studio", "agent", "microsoft", "coding"],
|
"keywords": [
|
||||||
|
"copilot",
|
||||||
|
"copilot-studio",
|
||||||
|
"studio",
|
||||||
|
"agent",
|
||||||
|
"microsoft",
|
||||||
|
"coding"
|
||||||
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/microsoft/skills-for-copilot-studio",
|
"repository": "https://github.com/microsoft/skills-for-copilot-studio",
|
||||||
"source": {
|
"source": {
|
||||||
@@ -97,7 +138,12 @@
|
|||||||
"url": "https://www.microsoft.com"
|
"url": "https://www.microsoft.com"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/dotnet/modernize-dotnet",
|
"homepage": "https://github.com/dotnet/modernize-dotnet",
|
||||||
"keywords": ["modernization", "upgrade", "migration", "dotnet"],
|
"keywords": [
|
||||||
|
"modernization",
|
||||||
|
"upgrade",
|
||||||
|
"migration",
|
||||||
|
"dotnet"
|
||||||
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/dotnet/modernize-dotnet",
|
"repository": "https://github.com/dotnet/modernize-dotnet",
|
||||||
"source": {
|
"source": {
|
||||||
@@ -115,7 +161,18 @@
|
|||||||
"url": "https://www.microsoft.com"
|
"url": "https://www.microsoft.com"
|
||||||
},
|
},
|
||||||
"homepage": "https://learn.microsoft.com",
|
"homepage": "https://learn.microsoft.com",
|
||||||
"keywords": ["microsoft", "azure", "dotnet", "windows", "api", "documentation", "rag", "dynamics", "powerbi", "code-samples"],
|
"keywords": [
|
||||||
|
"microsoft",
|
||||||
|
"azure",
|
||||||
|
"dotnet",
|
||||||
|
"windows",
|
||||||
|
"api",
|
||||||
|
"documentation",
|
||||||
|
"rag",
|
||||||
|
"dynamics",
|
||||||
|
"powerbi",
|
||||||
|
"code-samples"
|
||||||
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/MicrosoftDocs/mcp",
|
"repository": "https://github.com/MicrosoftDocs/mcp",
|
||||||
"source": {
|
"source": {
|
||||||
@@ -132,7 +189,13 @@
|
|||||||
"url": "https://www.figma.com"
|
"url": "https://www.figma.com"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/figma/mcp-server-guide",
|
"homepage": "https://github.com/figma/mcp-server-guide",
|
||||||
"keywords": ["figma", "design", "mcp", "ui", "code-connect"],
|
"keywords": [
|
||||||
|
"figma",
|
||||||
|
"design",
|
||||||
|
"mcp",
|
||||||
|
"ui",
|
||||||
|
"code-connect"
|
||||||
|
],
|
||||||
"repository": "https://github.com/figma/mcp-server-guide",
|
"repository": "https://github.com/figma/mcp-server-guide",
|
||||||
"source": {
|
"source": {
|
||||||
"source": "github",
|
"source": "github",
|
||||||
@@ -141,14 +204,22 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "whatidid",
|
"name": "whatidid",
|
||||||
"description": "Turn your Copilot sessions into proof of impact — research-grounded HTML reports with effort estimation, skills analysis, and ROI metrics from local session logs.",
|
"description": "Turn your Copilot sessions into proof of impact \u2014 research-grounded HTML reports with effort estimation, skills analysis, and ROI metrics from local session logs.",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Microsoft",
|
"name": "Microsoft",
|
||||||
"url": "https://www.microsoft.com"
|
"url": "https://www.microsoft.com"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/microsoft/What-I-Did-Copilot",
|
"homepage": "https://github.com/microsoft/What-I-Did-Copilot",
|
||||||
"keywords": ["copilot", "productivity", "impact", "report", "estimation", "roi", "session-logs"],
|
"keywords": [
|
||||||
|
"copilot",
|
||||||
|
"productivity",
|
||||||
|
"impact",
|
||||||
|
"report",
|
||||||
|
"estimation",
|
||||||
|
"roi",
|
||||||
|
"session-logs"
|
||||||
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/microsoft/What-I-Did-Copilot",
|
"repository": "https://github.com/microsoft/What-I-Did-Copilot",
|
||||||
"source": {
|
"source": {
|
||||||
@@ -165,12 +236,47 @@
|
|||||||
"url": "https://github.com/Azure/git-ape"
|
"url": "https://github.com/Azure/git-ape"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/Azure/git-ape",
|
"homepage": "https://github.com/Azure/git-ape",
|
||||||
"keywords": ["azure", "cloud", "infrastructure", "arm-templates", "deployment", "devops", "iac", "security", "cost-estimation", "github-actions"],
|
"keywords": [
|
||||||
|
"azure",
|
||||||
|
"cloud",
|
||||||
|
"infrastructure",
|
||||||
|
"arm-templates",
|
||||||
|
"deployment",
|
||||||
|
"devops",
|
||||||
|
"iac",
|
||||||
|
"security",
|
||||||
|
"cost-estimation",
|
||||||
|
"github-actions"
|
||||||
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/Azure/git-ape",
|
"repository": "https://github.com/Azure/git-ape",
|
||||||
"source": {
|
"source": {
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"repo": "Azure/git-ape"
|
"repo": "Azure/git-ape"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "microsoft-events",
|
||||||
|
"description": "Connect your project to Microsoft Build and Ignite sessions \u2014 discover relevant talks, explore what's new for your stack, and plan next steps from your development environment.",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"author": {
|
||||||
|
"name": "Microsoft",
|
||||||
|
"url": "https://www.microsoft.com"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/microsoft/Build-CLI",
|
||||||
|
"keywords": [
|
||||||
|
"microsoft",
|
||||||
|
"build",
|
||||||
|
"ignite",
|
||||||
|
"events",
|
||||||
|
"sessions",
|
||||||
|
"learn"
|
||||||
|
],
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"repository": "https://github.com/microsoft/Build-CLI",
|
||||||
|
"source": {
|
||||||
|
"source": "github",
|
||||||
|
"repo": "microsoft/Build-CLI"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user