Agent
30 installs
microsoft-skill-creator
by github/awesome-copilot
Create agent skills for Microsoft technologies using Learn MCP tools. Use when users want to create a skill that teaches agents about any Microsoft technology,…
Skill content
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 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