Skip to content

Commit 9c42b36

Browse files
pdebruinCopilot
andcommitted
Add Claude Code plugin and marketplace config
Enables Claude Code users to install with: /plugin marketplace add microsoft/Build-CLI /plugin install microsoft-events@microsoft-events-marketplace Follows the MicrosoftDocs/mcp pattern for Claude plugin packaging. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b4f362a commit 9c42b36

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "microsoft-events-marketplace",
3+
"owner": {
4+
"name": "Microsoft"
5+
},
6+
"plugins": [
7+
{
8+
"name": "microsoft-events",
9+
"source": "./",
10+
"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."
11+
}
12+
]
13+
}

.claude-plugin/plugin.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "microsoft-events",
3+
"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.",
4+
"version": "1.0.0",
5+
"author": {
6+
"name": "Microsoft"
7+
},
8+
"homepage": "https://github.com/microsoft/Build-CLI",
9+
"repository": "https://github.com/microsoft/Build-CLI",
10+
"keywords": ["microsoft", "build", "ignite", "events", "sessions", "learn"],
11+
"license": "Apache-2.0",
12+
"skills": "./skills/",
13+
"mcpServers": "./.mcp.json"
14+
}

0 commit comments

Comments
 (0)