skill-creator

Create Azure SDK and Microsoft Foundry skill packages with standardized SKILL.md structure.

63|12|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/iBz-04/gloamy --skill skill-creator-ibz-04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/iBz-04/gloamy/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/iBz-04/gloamy --skill skill-creator-ibz-04

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

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.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an Azure SDK skill package for AI coding agents?

To create an Azure SDK skill package, define a SKILL.md file with YAML frontmatter including name and description triggers, add operational instructions, and structure optional resources in scripts, references, and assets directories for progressive disclosure.

What is the required authentication pattern for Microsoft Foundry skill authoring?

The required authentication pattern for Microsoft Foundry skill authoring is DefaultAzureCredential configured with environment-based variables, ensuring AI coding agents access Azure SDKs safely and deterministically without embedding static secrets.

How do I validate Azure skills against anti-patterns and structural rules?

You validate Azure skills by applying acceptance criteria structures, defining test scenario expectations, and running anti-pattern checks to ensure the SKILL.md content meets structural rules and avoids brittle or unsafe agent tooling instructions.

What should I include in SKILL.md YAML frontmatter to make Azure skills discoverable?

You should include the skill name and a description with explicit trigger phrases in the SKILL.md YAML frontmatter, allowing AI coding agents to discover and activate the Azure SDK or Microsoft Foundry skill at the appropriate workflow moment.

Does skill authoring work for updating existing Azure SDK skills or only creating new ones?

Skill authoring works for both creating new Azure SDK skills and updating existing ones, applying the standardized SKILL.md structure, required DefaultAzureCredential authentication patterns, and validation rules to ensure consistent agent tooling quality.

How do I structure Azure SDK content sections in a skill package?

You structure Azure SDK content by following the recommended SDK section order, using standard verb patterns, and verifying API signatures via official Microsoft Learn documentation before adding the operational instructions to the SKILL.md file.