Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Skill Creator

Skill Verifiziert Aktiv

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.

Zweck

To guide developers in creating effective and idiomatic AI agent skills for Azure SDKs and Microsoft Foundry services.

Funktionen

  • 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

Anwendungsfälle

  • 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

Nicht-Ziele

  • 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)

Praktiken

  • Azure SDK best practices
  • Skill development guidance
  • Code pattern standardization

Voraussetzungen

  • AI agent environment
  • Access to Azure SDK documentation (via microsoft-docs MCP)

Installation

npx skills add microsoft/agent-skills

Führt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.

Qualitätspunktzahl

Verifiziert
99 /100
Analysiert about 7 hours ago

Vertrauenssignale

Letzter Commitabout 14 hours ago
Sterne2.3k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Azure Servicebus Py

100

Azure Service Bus SDK for Python messaging. Use for queues, topics, subscriptions, and enterprise messaging patterns. Triggers: "service bus", "ServiceBusClient", "queue", "topic", "subscription", "message broker".

Skill
microsoft

Azure Monitor Query Py

100

Azure 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".

Skill
microsoft

Azure Container Registry SDK for Python

100

Azure Container Registry SDK for Python. Use for managing container images, artifacts, and repositories. Triggers: "azure-containerregistry", "ContainerRegistryClient", "container images", "docker registry", "ACR".

Skill
microsoft

Azure App Configuration SDK for Python

100

Azure 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".

Skill
microsoft

Azure Ai Document Intelligence Dotnet

100

Azure 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".

Skill
microsoft

Add New Opc Skill

100

Checklist 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.

Skill
ReScienceLab