48 skills · 140 min
Skills
Skill 39 of 48
Searches the Azure skills catalog and recommends installable agent skills by matching an Azure task to skill metadata and plugin installation guidance.
1 minute · 262 words
Install
npx skills add microsoft/azure-skills --skill discover-azure-skillsnpx skills add microsoft/azure-skills/plugin marketplace add microsoft/azure-skillsThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
Follow these steps to discover the available azure skill matching the given task description.
List Azure plugin directories from the GitHub Contents API: https://api.github.com/repos/microsoft/azure-skills/contents/.github/plugins?ref=main (opens in a new tab)
In the result, each entry whose type is dir is a plugin directory. Skills are organized by plugins.
For each plugin, list their skills from the GitHub Contents API: https://api.github.com/repos/microsoft/azure-skills/contents/.github/plugins/{plugin-dirname}/skills?ref=main (opens in a new tab)
In the result, each entry whose type is dir is a skill directory. Each skill has a SKILL.md file that explains what this skill should be used for.
Eliminate the skills that obviously aren’t relevant by their names. Then for each remaining skill, read their description from the API: https://raw.githubusercontent.com/microsoft/azure-skills/main/.github/plugins/{plugin-dirname}/skills/{skill-name}/SKILL.md (opens in a new tab)
Use the descriptions to further eliminate skills that aren’t relevant.
For each relevant skill, discover their plugin name by reading the plugin.json from the GitHub Contents API: https://raw.githubusercontent.com/microsoft/azure-skills/main/.github/plugins/{plugin-dirname}/.plugin/plugin.json (opens in a new tab)
This is important because a plugin’s name may be different from its directory name. The installation commands depend on the plugin’s name.
Report the matched skills and offer instructions to install them. Skills can be installed by installing their plugin. Read the installation instructions matching the agent client to offer the installation instructions.
Searches the Azure skills catalog and recommends installable agent skills by matching an Azure task to skill metadata and plugin installation guidance. WHEN: before starting any task that involves an Azure or Microsoft-cloud service, product, or data source, when no currently loaded skill or tool already covers it.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
skills/discover-azure-skills/SKILL.mdmain, last pushed 24 September 2026.SKILL.md, not by matching a directory convention. 10 distinct layouts observed: .github/plugins/azure-cost/skills/*/SKILL.md, .github/plugins/azure-kusto-graph-skills/skills/*/SKILL.md, .github/plugins/azure-local-skills/skills/*/SKILL.md, .github/plugins/foundry-iq-skills/skills/*/SKILL.md, skills/*/SKILL.md, skills/azure-app-onboard/*/SKILL.md, skills/azure-kubernetes/*/SKILL.md, skills/microsoft-foundry/*/SKILL.md, skills/microsoft-foundry/models/deploy-model/*/SKILL.md, skills/microsoft-foundry/models/*/SKILL.md..claude-plugin/marketplace.json by Microsoft, declaring 5 plugins. It is read for editorial metadata only — never as the skill index, which is always the repository tree./microsoft/azure-skills.md, and each skill at its own .md URL.3 files · 1000 B
Everything this skill ships beside its prose. All of it is set here, as subchapters of skill 39.
Documentation the agent loads on demand, rather than up front.