diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..d47237a --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,13 @@ +{ + "name": "microsoft-events-marketplace", + "owner": { + "name": "Microsoft" + }, + "plugins": [ + { + "name": "microsoft-events", + "source": "./", + "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." + } + ] +} diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..11887b1 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,14 @@ +{ + "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" + }, + "homepage": "https://github.com/microsoft/Build-CLI", + "repository": "https://github.com/microsoft/Build-CLI", + "keywords": ["microsoft", "build", "ignite", "events", "sessions", "learn"], + "license": "Apache-2.0", + "skills": "./skills/", + "mcpServers": "./.mcp.json" +}