All authors
thedixitjain avatar

Claude Skills by thedixitjain

github.com/thedixitjain
12,712 skillsA× 12,102B× 480C× 79D× 30F× 210 installs5,312 views
Azure Openai To ResponsesA

>- Migrate Python apps from Azure OpenAI Chat Completions to the Responses API. Covers AzureOpenAI/AsyncAzureOpenAI client migration to the v1 endpoint, streaming, tools, structured output, multi-turn, EntraID auth, and model compatibility checks. Python-focused, Azure OpenAI-specific. USE FOR: migrate to responses API, switch from chat completions, openai responses, upgrade openai SDK, responses API migration, move from completions to responses, gpt-5 migration, azure openai python migration...

ai-agentstypescriptpython
0
3
Azure PrepareA

Prepare azd-based Azure projects for deployment: generates azure.yaml, infrastructure (Bicep/Terraform), and Dockerfiles for the Azure Developer CLI (azd) workflow. USE ONLY when the user explicitly wants to use azd as the deployment tool, or the project already has an azure.yaml file. DO NOT USE FOR: non-azd deployments, Python App Service code-only deploys (use python-appservice-deploy), or cross-cloud migration (use azure-cloud-migrate). WHEN: prepare app for azd, create azure.yaml, set up...

ai-agentstypescriptpython
0
3
Azure PricingA

Fetches real-time Azure retail pricing using the Azure Retail Prices API (prices.azure.com) and estimates Copilot Studio agent credit consumption. Use when the user asks about the cost of any Azure service, wants to compare SKU prices, needs pricing data for a cost estimate, mentions Azure pricing, Azure costs, Azure billing, or asks about Copilot Studio pricing, Copilot Credits, or agent usage estimation. Covers compute, storage, networking, databases, AI, Copilot Studio, and all other Azure...

ai-agentsgoazure
0
3
Azure QuotasA

Check/manage Azure quotas and usage across providers. For deployment planning, capacity validation, region selection. WHEN: \\\"check quotas\\\", \\\"service limits\\\", \\\"current usage\\\", \\\"request quota increase\\\", \\\"quota exceeded\\\", \\\"validate capacity\\\", \\\"regional availability\\\", \\\"provisioning limits\\\", \\\"vCPU limit\\\", \\\"how many vCPUs available in my subscription\\\".

ai-agentsgoshell
0
3
Azure ReliabilityA

Assess and improve the reliability posture of PaaS Applications (Azure Functions and Azure App Service). Scans deployed resources for zone redundancy, ZRS storage, health probes, and multi-region failover. Presents a feature-pivoted checklist, then drives staged remediation (CLI or IaC patches) end-to-end with user confirmation. WHEN: \\\"assess reliability\\\", \\\"check reliability\\\", \\\"zone redundant\\\", \\\"multi-region failover\\\", \\\"high availability\\\", \\\"disaster recovery\\...

ai-agentspythongo
0
3
Azure Resource Health DiagnoseA

Analyze Azure resource health, diagnose issues from logs and telemetry, and create a remediation plan for identified problems.

ai-agentsgobash
0
3
Azure Resource LookupA

List, find, and show Azure resources across subscriptions or resource groups. Handles prompts like \\\"list the websites in my subscription\\\", \\\"list my web apps\\\", \\\"show my app services\\\", \\\"list virtual machines\\\", \\\"list my VMs\\\", \\\"show storage accounts\\\", \\\"find container apps\\\", and \\\"what resources do I have\\\". USE FOR: list websites, list web apps, list app services, show websites in subscription, resource inventory, find resources by tag, tag analysis, ...

ai-agentsgobash
0
3
Azure Resource Manager Cosmosdb Dotnet Sickn33A

Azure Resource Manager SDK for Cosmos DB in .NET.

ai-agentsgobash
0
3
Azure Resource Manager Cosmosdb DotnetA

| Azure Resource Manager SDK for Cosmos DB in .NET. Use for MANAGEMENT PLANE operations: creating/managing Cosmos DB accounts, databases, containers, throughput settings, and RBAC via Azure Resource Manager. NOT for data plane operations (CRUD on documents) - use Microsoft.Azure.Cosmos for that. Triggers: \"Cosmos DB account\", \"create Cosmos account\", \"manage Cosmos resources\", \"ARM Cosmos\", \"CosmosDBAccountResource\", \"provision Cosmos DB\".

ai-agentsgobash
0
3
Azure Resource Manager Durabletask Dotnet Sickn33A

Azure Resource Manager SDK for Durable Task Scheduler in .NET.

ai-agentsgobash
0
3
Azure Resource Manager Durabletask DotnetA

| Azure Resource Manager SDK for Durable Task Scheduler in .NET. Use for MANAGEMENT PLANE operations: creating/managing Durable Task Schedulers, Task Hubs, and retention policies via Azure Resource Manager. Triggers: \"Durable Task Scheduler\", \"create scheduler\", \"task hub\", \"DurableTaskSchedulerResource\", \"provision Durable Task\", \"orchestration scheduler\".

ai-agentsgobash
0
3
Azure Resource Manager Redis DotnetA

Azure Resource Manager SDK for Redis in .NET.

ai-agentsgobash
0
3
Azure Resource Manager Sql DotnetA

Azure Resource Manager SDK for Azure SQL in .NET.

ai-agentsrustgo
0
3
Azure Resource Visualizer MicrosoftA

Analyze Azure resource groups and generate detailed Mermaid architecture diagrams showing the relationships between individual resources. WHEN: create architecture diagram, visualize Azure resources, show resource relationships, generate Mermaid diagram, analyze resource group, diagram my resources, architecture visualization, resource topology, map Azure infrastructure.

ai-agentspythongo
0
3
Azure Resource VisualizerA

Analyze Azure resource groups and generate detailed Mermaid architecture diagrams showing the relationships between individual resources. Use this skill when the user asks for a diagram of their Azure resources or help in understanding how the resources relate to each other.

ai-agentspythongo
0
3
Azure Role SelectorA

When user is asking for guidance for which role to assign to an identity given desired permissions, this agent helps them understand the role that will meet the requirements with least privilege access and how to apply that role.

ai-agentsgoazure
0
3
Azure Search Documents Dotnet Sickn33A

Azure AI Search SDK for .NET (Azure.Search.Documents). Use for building search applications with full-text, vector, semantic, and hybrid search.

ai-agentsgobash
0
3
Azure Search Documents DotnetA

| Azure AI Search SDK for .NET (Azure.Search.Documents). Use for building search applications with full-text, vector, semantic, and hybrid search. Covers SearchClient (queries, document CRUD), SearchIndexClient (index management), and SearchIndexerClient (indexers, skillsets). Triggers: \"Azure Search .NET\", \"SearchClient\", \"SearchIndexClient\", \"vector search C#\", \"semantic search .NET\", \"hybrid search\", \"Azure.Search.Documents\".

ai-agentsgoc#
0
3
Azure Search Documents Py Sickn33A

Azure AI Search SDK for Python. Use for vector search, hybrid search, semantic ranking, indexing, and skillsets.

ai-agentspythongo
0
3
Azure Search Documents PyA

| Azure AI Search SDK for Python. Use for vector search, hybrid search, semantic ranking, indexing, and skillsets. Triggers: \"azure-search-documents\", \"SearchClient\", \"SearchIndexClient\", \"vector search\", \"hybrid search\", \"semantic search\".

ai-agentspythongo
0
3
Azure Search Documents Ts Sickn33A

Build search applications with vector, hybrid, and semantic search capabilities.

ai-agentstypescriptgo
0
3
Azure Search Documents TsA

Build search applications using Azure AI Search SDK for JavaScript (@azure/search-documents). Use when creating/managing indexes, implementing vector/hybrid search, semantic ranking, or building agentic retrieval with knowledge bases.

ai-agentsjavascripttypescript
0
3
Azure Servicebus Dotnet Sickn33A

Azure Service Bus SDK for .NET. Enterprise messaging with queues, topics, subscriptions, and sessions.

ai-agentsgobash
0
3
Azure Servicebus DotnetA

| Azure Service Bus SDK for .NET. Enterprise messaging with queues, topics, subscriptions, and sessions. Use for reliable message delivery, pub/sub patterns, dead letter handling, and background processing. Triggers: \"Service Bus\", \"ServiceBusClient\", \"ServiceBusSender\", \"ServiceBusReceiver\", \"ServiceBusProcessor\", \"message queue\", \"pub/sub .NET\", \"dead letter queue\".

ai-agentsgobash
0
3
Azure Servicebus Py Sickn33A

Azure Service Bus SDK for Python messaging. Use for queues, topics, subscriptions, and enterprise messaging patterns.

ai-agentspythongo
0
3
Azure Servicebus PyA

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

ai-agentspythongo
0
3
Azure Servicebus RustA

Azure Service Bus library for Rust. Send and receive messages using queues, topics, and subscriptions. Triggers: \"service bus rust\", \"ServiceBusClient rust\", \"send message servicebus rust\", \"receive message servicebus rust\", \"queue rust messaging\", \"topic subscription rust\".

ai-agentsrustgo
0
3
Azure Servicebus Ts Sickn33A

Enterprise messaging with queues, topics, and subscriptions.

ai-agentstypescriptgo
0
3
Azure Servicebus TsA

Build messaging applications using Azure Service Bus SDK for JavaScript (@azure/service-bus). Use when implementing queues, topics/subscriptions, message sessions, dead-letter handling, or enterprise messaging patterns.

ai-agentsjavascripttypescript
0
3
Azure Smart City Iot Solution BuilderA

Design and plan end-to-end Azure IoT and Smart City solutions: requirements, architecture, security, operations, cost, and a phased delivery plan with concrete implementation artifacts.

ai-agentsrustgo
0
3
Azure Static Web AppsA

Helps create, configure, and deploy Azure Static Web Apps using the SWA CLI. Use when deploying static sites to Azure, setting up SWA local development, configuring staticwebapp.config.json, adding Azure Functions APIs to SWA, or setting up GitHub Actions CI/CD for Static Web Apps.

ai-agentsjavascriptpython
0
3
Azure Storage Blob Java Sickn33A

Build blob storage applications using the Azure Storage Blob SDK for Java.

ai-agentsgojava
0
3
Azure Storage Blob JavaA

Build blob storage applications with Azure Storage Blob SDK for Java. Use when uploading, downloading, or managing files in Azure Blob Storage, working with containers, or implementing streaming data operations.

ai-agentsgojava
0
3
Azure Storage Blob Py Sickn33A

Azure Blob Storage SDK for Python. Use for uploading, downloading, listing blobs, managing containers, and blob lifecycle.

ai-agentspythongo
0
3
Azure Storage Blob PyA

| Azure Blob Storage SDK for Python. Use for uploading, downloading, listing blobs, managing containers, and blob lifecycle. Triggers: \"blob storage\", \"BlobServiceClient\", \"ContainerClient\", \"BlobClient\", \"upload blob\", \"download blob\".

ai-agentspythongo
0
3
Azure Storage Blob Rust Sickn33A

Azure Blob Storage SDK for Rust. Use for uploading, downloading, and managing blobs and containers.

ai-agentsrustgo
0
3
Azure Storage Blob RustA

| Azure Blob Storage library for Rust. Upload, download, and manage blobs and containers. Triggers: \"blob storage rust\", \"BlobClient rust\", \"upload blob rust\", \"download blob rust\", \"storage container rust\", \"BlobServiceClient rust\".

ai-agentsrustgo
0
3
Azure Storage Blob Ts Sickn33A

Azure Blob Storage JavaScript/TypeScript SDK (@azure/storage-blob) for blob operations. Use for uploading, downloading, listing, and managing blobs and containers.

ai-agentsjavascripttypescript
0
3
Azure Storage Blob TsA

| Azure Blob Storage JavaScript/TypeScript SDK (@azure/storage-blob) for blob operations. Use for uploading, downloading, listing, and managing blobs and containers. Supports block blobs, append blobs, page blobs, SAS tokens, and streaming. Triggers: \"blob storage\", \"@azure/storage-blob\", \"BlobServiceClient\", \"ContainerClient\", \"upload blob\", \"download blob\", \"SAS token\", \"block blob\".

ai-agentsjavascripttypescript
0
3
Azure Storage File Datalake Py Sickn33A

Azure Data Lake Storage Gen2 SDK for Python. Use for hierarchical file systems, big data analytics, and file/directory operations.

ai-agentspythongo
0
3
Azure Storage File Datalake PyA

| Azure Data Lake Storage Gen2 SDK for Python. Use for hierarchical file systems, big data analytics, and file/directory operations. Triggers: \"data lake\", \"DataLakeServiceClient\", \"FileSystemClient\", \"ADLS Gen2\", \"hierarchical namespace\".

ai-agentspythongo
0
3
Azure Storage File Share Py Sickn33A

Azure Storage File Share SDK for Python. Use for SMB file shares, directories, and file operations in the cloud.

ai-agentspythongo
0
3
Azure Storage File Share PyA

|- Azure Storage File Share SDK for Python. Use for SMB file shares, directories, and file operations in the cloud. Triggers: \"azure-storage-file-share\", \"ShareServiceClient\", \"ShareClient\", \"file share\", \"SMB\".

ai-agentspythongo
0
3
Azure Storage File Share Ts Sickn33A

Azure File Share JavaScript/TypeScript SDK (@azure/storage-file-share) for SMB file share operations.

ai-agentsjavascripttypescript
0
3
Azure Storage File Share TsA

| Azure File Share JavaScript/TypeScript SDK (@azure/storage-file-share) for SMB file share operations. Use for creating shares, managing directories, uploading/downloading files, and handling file metadata. Supports Azure Files SMB protocol scenarios. Triggers: \"file share\", \"@azure/storage-file-share\", \"ShareServiceClient\", \"ShareClient\", \"SMB\", \"Azure Files\".

ai-agentsjavascripttypescript
0
3
Azure Storage Queue Py Sickn33A

Azure Queue Storage SDK for Python. Use for reliable message queuing, task distribution, and asynchronous processing.

ai-agentspythongo
0
3
Azure Storage Queue PyA

| Azure Queue Storage SDK for Python. Use for reliable message queuing, task distribution, and asynchronous processing. Triggers: \"queue storage\", \"QueueServiceClient\", \"QueueClient\", \"message queue\", \"dequeue\".

ai-agentspythongo
0
3
Azure Storage Queue Rust Sickn33A

Azure Queue Storage library for Rust. Send, receive, and manage queue messages. Triggers: \"queue storage rust\", \"QueueClient rust\", \"send message rust\", \"receive messages rust\", \"QueueServiceClient rust\", \"queue rust\".

ai-agentsrustgo
0
3
Azure Storage Queue RustA

| Azure Queue Storage library for Rust. Send, receive, and manage queue messages. Triggers: \"queue storage rust\", \"QueueClient rust\", \"send message rust\", \"receive messages rust\", \"QueueServiceClient rust\", \"queue rust\".

ai-agentsrustgo
0
3
Azure Storage Queue Ts Sickn33A

Azure Queue Storage JavaScript/TypeScript SDK (@azure/storage-queue) for message queue operations. Use for sending, receiving, peeking, and deleting messages in queues.

ai-agentsjavascripttypescript
0
3