What problem does it solve?
It guides you to write high-quality, discoverable skill packages for AI coding agents—specifically for Azure SDK and Microsoft Foundry workflows—so the agent knows exactly what to do, when to do it, and how to do it safely.
Core Features & Use Cases
- Skill authoring framework: Defines what goes in SKILL.md (YAML frontmatter + operational instructions) and how to structure optional resources in scripts/, references/, and assets/ for progressive disclosure.
- Azure SDK implementation guidance: Establishes required authentication with DefaultAzureCredential, SDK section order, standard verb patterns, and how to verify API signatures via official Microsoft Learn documentation.
- Quality and validation discipline: Provides acceptance criteria structure, test scenario expectations, and anti-pattern checks to reduce brittle or unsafe skills.
Quick Start
Open .agents/skills/skill-creator/SKILL.md and follow its instructions to draft a new Azure SDK skill by filling in the YAML frontmatter (name + description with trigger phrases), then adding the Azure-specific sections in the recommended order.