Back to skills

skill-creator

docs

A guide for building modular skills that extend AI agent capabilities, focused on Azure SDKs and Microsoft Foundry services. It defines file structure, authentication patterns, test requirements, and

Setup & Installation

npx skills add https://github.com/microsoft/skill-creator --skill skill-creator
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/skill-creator
View on GitHub

What This Skill Does

A guide for building modular skills that extend AI agent capabilities, focused on Azure SDKs and Microsoft Foundry services. It defines file structure, authentication patterns, test requirements, and documentation steps for skill authors. Covers Python, .NET, Java, and TypeScript SDK patterns. It encodes the exact file layout, SDK verb conventions, and test harness commands in one place, so skill authors don't rediscover the same patterns from scratch each time.

When to use it

  • Working with skill creator functionality
  • Implementing skill creator features
  • Debugging skill creator related issues