Skill Creator
技能 已验证 活跃Guide for creating effective skills for AI coding agents working with Azure SDKs and Microsoft Foundry services. Use when creating new skills or updating existing skills.
To guide developers in creating effective and idiomatic AI agent skills for Azure SDKs and Microsoft Foundry services.
功能
- Guidance on Azure SDK and Foundry skill creation
- Language-specific patterns (Python, .NET, Java, TS, Rust)
- Best practices for authentication and error handling
- Code examples and workflow structuring
- Information on handling deprecated/rebranded SDKs
使用场景
- Creating new AI agent skills for Azure services
- Updating existing skills to follow current Azure SDK patterns
- Learning idiomatic Azure SDK development practices
- Ensuring consistency in skill implementation across languages
非目标
- Directly executing Azure SDK operations
- Providing runtime code for Azure services
- Acting as a reference for specific Azure service APIs (delegates to `microsoft-docs` MCP)
实践
- Azure SDK best practices
- Skill development guidance
- Code pattern standardization
先决条件
- AI agent environment
- Access to Azure SDK documentation (via microsoft-docs MCP)
安装
npx skills add microsoft/agent-skills通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
已验证类似扩展
Azure Servicebus Py
100Azure Service Bus SDK for Python messaging. Use for queues, topics, subscriptions, and enterprise messaging patterns. Triggers: "service bus", "ServiceBusClient", "queue", "topic", "subscription", "message broker".
Azure Monitor Query Py
100Azure Monitor Query SDK for Python. Use for querying Log Analytics workspaces and Azure Monitor metrics. Triggers: "azure-monitor-query", "LogsQueryClient", "MetricsQueryClient", "Log Analytics", "Kusto queries", "Azure metrics".
Azure Container Registry SDK for Python
100Azure Container Registry SDK for Python. Use for managing container images, artifacts, and repositories. Triggers: "azure-containerregistry", "ContainerRegistryClient", "container images", "docker registry", "ACR".
Azure App Configuration SDK for Python
100Azure App Configuration SDK for Python. Use for centralized configuration management, feature flags, and dynamic settings. Triggers: "azure-appconfiguration", "AzureAppConfigurationClient", "feature flags", "configuration", "key-value settings".
Azure Ai Document Intelligence Dotnet
100Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models. Use for invoice processing, receipt extraction, ID document analysis, and custom document models. Triggers: "Document Intelligence", "DocumentIntelligenceClient", "form recognizer", "invoice extraction", "receipt OCR", "document analysis .NET".
Add New Opc Skill
100Checklist and automation guide for adding a new skill to the OPC Skills project. Ensures all required files, metadata, logos, and listings are created before release. Use when adding a new skill, publishing a skill, or preparing a skill for release.