bymicrosoftdocs· 60 skills
Create agent skills for Microsoft technologies using official documentation. Use whenever the user wants to build, generate, or scaffold a skill for any Microsoft technology (Azure, .NET, M365, VS Code, Bicep, etc.)—even phrased casually like "make a skill for Cosmos DB." Investigates the topic via official docs, then generates a hybrid skill with essential knowledge stored locally and dynamic lookups for depth.
$npx -y skills add microsoftdocs/mcp --skill microsoft-skill-creatorInstalls into the current project.
Run `npx skills use "https://github.com/microsoftdocs/mcp" --skill "microsoftdocs/mcp/microsoft-skill-creator"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/microsoftdocs/mcp" that are relevant to the current task. Run `npx skills add "https://github.com/microsoftdocs/mcp"` and select the relevant skills, then follow their instructions.