Skip to content

Commit 9dd502e

Browse files
authored
Merge pull request #22 from microsoft/add-claude-plugin
Add Claude Code plugin support
2 parents 43c14f5 + 9c42b36 commit 9dd502e

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)