microsoft-skill-creator

Originally frommicrosoftdocs/mcp
Installation
Summary

Create hybrid agent skills for Microsoft technologies with local knowledge and dynamic Learn MCP lookups.

  • Generates modular skill packages with frontmatter, reference documentation, and working code examples for any Microsoft technology (Azure, .NET, M365, Semantic Kernel, etc.)
  • Uses three-phase investigation workflow: scope discovery via search, core content fetching, and depth exploration for best practices and troubleshooting
  • Balances local storage of foundational concepts and common patterns against dynamic Learn MCP queries for exhaustive references and version-specific details
  • Includes CLI fallback using mslearn when Learn MCP server is unavailable; provides skill templates for SDKs, Azure services, frameworks, and APIs
SKILL.md

Microsoft Skill Creator

Create hybrid skills for Microsoft technologies that store essential knowledge locally while enabling dynamic Learn MCP lookups for deeper details.

About Skills

Skills are modular packages that extend agent capabilities with specialized knowledge and workflows. A skill transforms a general-purpose agent into a specialized one for a specific domain.

Skill Structure

skill-name/
├── SKILL.md (required)     # Frontmatter (name, description) + instructions
├── references/             # Documentation loaded into context as needed
├── sample_codes/           # Working code examples
└── assets/                 # Files used in output (templates, etc.)

Key Principles

Related skills

More from github/awesome-copilot

Installs
8.6K
GitHub Stars
32.7K
First Seen
Feb 11, 2026