skill-creator-ms
Create Azure SDK Skills for AI Agents
This skill guides AI agents through creating modular knowledge packages for Azure SDKs and Microsoft Foundry services, ensuring consistent patterns and proper authentication.
์คํฌ ZIP ๋ค์ด๋ก๋
Claude์์ ์ ๋ก๋
์ค์ โ ๊ธฐ๋ฅ โ ์คํฌ โ ์คํฌ ์ ๋ก๋๋ก ์ด๋
ํ ๊ธ์ ์ผ๊ณ ์ฌ์ฉ ์์
ํ ์คํธํด ๋ณด๊ธฐ
"skill-creator-ms" ์ฌ์ฉ ์ค์ ๋๋ค. Create a skill for Azure Key Vault secrets
์์ ๊ฒฐ๊ณผ:
A complete skill structure with SKILL.md containing: installation commands (pip install azure-keyvault-secrets), environment variables setup, DefaultAzureCredential authentication, core workflow examples for secret operations, best practices, and reference links.
"skill-creator-ms" ์ฌ์ฉ ์ค์ ๋๋ค. What categories are available for organizing Azure SDK skills?
์์ ๊ฒฐ๊ณผ:
Foundry (AI Foundry, agents), Data (Storage, Cosmos DB), Messaging (Event Hubs, Service Bus), Monitoring (OpenTelemetry), Identity (authentication), Security (Key Vault), Integration (API Management), Compute (Batch), Container (Container Registry).
"skill-creator-ms" ์ฌ์ฉ ์ค์ ๋๋ค. Create acceptance criteria for an Azure SDK skill
์์ ๊ฒฐ๊ณผ:
Acceptance criteria document with correct/incorrect import patterns, authentication patterns (DefaultAzureCredential vs hardcoded), client initialization, async variants, and common anti-patterns to avoid.
๋ณด์ ๊ฐ์ฌ
๋ฎ์ ์ํStatic scanner flagged 219 potential issues (external commands, network, filesystem, env access) but ALL are false positives. The skill is a documentation/guide containing markdown code examples for creating Azure SDK skills. No executable malicious code exists. The skill explicitly warns against hardcoding credentials as a security anti-pattern.
๋ฎ์ ์ํ ๋ฌธ์ (4)
์ํ ์์ธ
โ๏ธ ์ธ๋ถ ๋ช ๋ น์ด (2)
๐ ๋คํธ์ํฌ ์ ๊ทผ (3)
๐ ํ์ผ ์์คํ ์ก์ธ์ค (2)
๐ ํ๊ฒฝ ๋ณ์ (2)
ํ์ง ์ ์
๋ง๋ค ์ ์๋ ๊ฒ
New Azure SDK Skill Creation
When a developer needs to create a skill for a new Azure service SDK
Existing Skill Update
Updating existing skills with current Azure SDK patterns and authentication
Skill Testing and Validation
Creating acceptance criteria and test scenarios to validate skill quality
์ด ํ๋กฌํํธ๋ฅผ ์ฌ์ฉํด ๋ณด์ธ์
Use the skill-creator-ms to create a new skill for the Azure AI Agents SDK. The SDK package is azure-ai-agents and the documentation is at https://learn.microsoft.com/en-us/azure/ai-services/agents/.
Create a skill for Azure Cosmos DB using the azure-cosmos SDK. Documentation: https://learn.microsoft.com/en-us/azure/cosmos-db/
Add proper authentication documentation to the existing azure-storage skill using DefaultAzureCredential.
Create acceptance criteria and test scenarios for the azure-eventhub skill following the skill-creator-ms patterns.
๋ชจ๋ฒ ์ฌ๋ก
- Always use DefaultAzureCredential for authentication instead of hardcoding API keys
- Keep SKILL.md under 500 lines and use progressive disclosure with reference files
- Include both correct and incorrect code patterns in acceptance criteria to help validate outputs
ํผํ๊ธฐ
- Creating a skill without first obtaining the SDK package name and documentation URL from the user
- Hardcoding credentials in example code - always use environment variables
- Skipping the authentication section - agents will improvise poorly without guidance
์์ฃผ ๋ฌป๋ ์ง๋ฌธ
What information do I need to provide before creating an Azure SDK skill?
How do I organize skills by category?
What authentication method should I use?
How long should SKILL.md be?
Do I need to create tests for the skill?
What programming languages are supported?
๊ฐ๋ฐ์ ์ธ๋ถ ์ ๋ณด
์์ฑ์
sickn33๋ผ์ด์ ์ค
MIT
๋ฆฌํฌ์งํ ๋ฆฌ
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/skill-creator-ms์ฐธ์กฐ
main
ํ์ผ ๊ตฌ์กฐ
๐ SKILL.md