skill-creator

Guide creation of AI agent skills with Azure SDK integration.

1|1|Updated Mar 22, 2025
One-click install
npx skills add https://github.com/lipnelz/robbi --skill skill-creator-lipnelz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/lipnelz/robbi/tree/main/.github/skills/skill-creator
Command: npx skills add https://github.com/lipnelz/robbi --skill skill-creator-lipnelz

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive guide and best practices for creating robust and effective skills for AI coding agents, with a specific focus on Azure SDKs and Microsoft Foundry services.

Core Features & Use Cases

  • Skill Development Framework: Standardized structure and principles for skill creation.
  • Azure SDK Integration: Patterns for using DefaultAzureCredential, standard verbs, and language-specific nuances.
  • Testing & Documentation: Guidelines for acceptance criteria, test scenarios, and updating project documentation.
  • Use Case: A developer needs to create a new skill to interact with a new Azure Storage SDK. They would consult this skill to understand the required SKILL.md structure, authentication patterns, and how to document and test their new skill effectively.

Quick Start

Follow the checklist provided in this skill to ensure all requirements for creating a new skill are met.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I structure an AI agent skill for Azure SDK integration?

To structure AI agent skills for Azure SDK integration, follow a standardized framework using `DefaultAzureCredential` and specific naming conventions. This ensures discoverability and maintainability across Microsoft Foundry services.

What are the best practices for testing and documenting new AI coding skills?

Best practices for testing AI coding skills involve defining clear acceptance criteria, creating targeted test scenarios, and systematically updating project documentation to maintain established patterns and ensure long-term maintainability.

Does my AI skill need a specific SKILL.md structure to work with Microsoft Foundry?

Yes, creating skills for Microsoft Foundry requires a specific `SKILL.md` structure. Adhering to this anatomy ensures your AI agent skill meets the necessary requirements for discoverability and seamless Azure SDK integration.

What is the best way to categorize AI agent skills for better discoverability?

The best way to categorize AI agent skills is by using symlinks for classification. This categorization method, combined with standard verbs and language-specific nuances, ensures skills are easily discoverable and maintainable.

Why do I need to use DefaultAzureCredential when creating AI skills?

You need to use `DefaultAzureCredential` when creating AI skills because it is the standardized authentication pattern for Azure SDK integration. It ensures secure, consistent access to Microsoft Foundry services across different language-specific implementations.