Overview
The azure-skills plugin (18 sub-skills for Azure infrastructure management) is merged and syncing from microsoft/github-copilot-for-azure. It needs visibility updates across the README, GitHub Pages site, and Claude Code's official plugin directory.
Current State
- ✅ Plugin exists at
.github/plugins/azure-skills/ with 18 sub-skills
- ✅
marketplace.json lists azure-skills alongside deep-wiki
- ✅ Automated sync PRs from
microsoft/github-copilot-for-azure
- ✅
.claude-plugin/plugin.json and .mcp.json are in place
- ❌ README Plugins section only lists deep-wiki
- ❌ GitHub Pages site has no azure-skills install card/modal
- ❌ Plugin not submitted to Anthropic's official Claude plugin directory
- ❌
plugin.json homepage points to upstream repo instead of distribution path
Tasks
skills.sh Strategy (Decision Made)
The azure-skills plugin's 18 sub-skills will not be submitted to skills.sh. The two mechanisms serve different purposes:
npx skills add = copy individual SKILL.md files (for the 133 SDK skills in .github/skills/)
/plugin install = install curated plugin with MCP servers, agents, and commands (for azure-skills)
Mixing them would be confusing. The 133 SDK skills remain on skills.sh; the azure-skills plugin is distributed via Copilot CLI plugin system and Claude plugin directory.
Files to Change
| File |
Change |
README.md |
Add azure-skills to Plugins table, fix skill counts |
docs-site/src/pages/index.astro |
Add azure-skills plugin card + install modal |
docs/ |
Rebuilt site output |
.github/plugins/azure-skills/.claude-plugin/plugin.json |
Fix homepage, add repository/license |
marketplace.json |
Fix homepage URL |
.github/plugin/marketplace.json |
Fix homepage URL |
Overview
The azure-skills plugin (18 sub-skills for Azure infrastructure management) is merged and syncing from
microsoft/github-copilot-for-azure. It needs visibility updates across the README, GitHub Pages site, and Claude Code's official plugin directory.Current State
.github/plugins/azure-skills/with 18 sub-skillsmarketplace.jsonlists azure-skills alongside deep-wikimicrosoft/github-copilot-for-azure.claude-plugin/plugin.jsonand.mcp.jsonare in placeplugin.jsonhomepage points to upstream repo instead of distribution pathTasks
/plugin install azure@skills). Currently only deep-wiki is listed.docs-site/src/pages/index.astro(same pattern as deep-wiki). Include install instructions and list of 18 sub-skills.npm run buildindocs-site/, commit output todocs/. GitHub Pages workflow deploys fromdocs/.plugin.jsonand bothmarketplace.jsonfiles frommicrosoft/github-copilot-for-azuretohttps://github.com/microsoft/skills/tree/main/.github/plugins/azure-skills. Add missingrepositoryandlicensefields. Pattern:homepage-> this repo (distribution),repository-> upstream source repo (attribution).skills.sh Strategy (Decision Made)
The azure-skills plugin's 18 sub-skills will not be submitted to skills.sh. The two mechanisms serve different purposes:
npx skills add= copy individual SKILL.md files (for the 133 SDK skills in.github/skills/)/plugin install= install curated plugin with MCP servers, agents, and commands (for azure-skills)Mixing them would be confusing. The 133 SDK skills remain on skills.sh; the azure-skills plugin is distributed via Copilot CLI plugin system and Claude plugin directory.
Files to Change
README.mddocs-site/src/pages/index.astrodocs/.github/plugins/azure-skills/.claude-plugin/plugin.jsonmarketplace.json.github/plugin/marketplace.json