cloud▌
347 indexed skills · max 10 per page
azure-role-selector
github/awesome-copilot · Cloud
Guidance for selecting least-privilege Azure roles matching specific permission requirements. \n \n Searches Azure built-in roles to find the minimal role matching desired permissions, or generates custom role definitions when no built-in role fits \n Provides CLI commands and Bicep code snippets for applying role assignments to identities \n Integrates Azure documentation, best practices, and Bicep schema tools to recommend and implement role configurations \n
azure-enterprise-infra-planner
microsoft/azure-skills · Cloud
Activate this skill when user wants to:
alicloud-platform-aliyun-cli-test
cinience/alicloud-skills · Cloud
Category: test \n 通用 aliyun CLI Minimal Viable Test \n Prerequisites \n \n aliyun CLI is installed. \n A valid profile is configured (default default ). \n GoalsSkill: skills/platform/cli/alicloud-platform-aliyun-cli/ 。 \n \n Test Steps \n \n Run version guard script: python skills/platform/cli/alicloud-platform-aliyun-cli/scripts/ensure_aliyun_cli.py --interval-hours 24 。 \n 执行 aliyun version 。 \n 执行 aliyun configure list 。 \n Run one read-only API (example): aliyun ecs DescribeRegions 。 \n \n
azure-devops-cli
github/awesome-copilot · Cloud
Manage Azure DevOps resources including projects, repos, pipelines, builds, work items, and service endpoints via CLI. \n \n Covers six major domains: Repos and PRs, Pipelines and Builds, Boards and Work Items, Variables and Agents, Organization and Security, and Advanced Usage patterns \n Requires Azure CLI 2.81.0+ with the azure-devops extension; authenticate using PAT tokens and configure default organization/project to avoid repeating flags \n Supports output formatting with JMESPath queries
building-mcp-server-on-cloudflare
cloudflare/skills · Cloud
Build and deploy remote MCP servers on Cloudflare Workers with tools and OAuth authentication. \n \n Define tools using Zod-validated parameters and expose them via MCP protocol; supports text responses, external API calls, and database bindings \n Two deployment modes: public servers (no auth) and OAuth-protected servers (GitHub, Google, Auth0, and other providers) \n Test locally with MCP Inspector, deploy with Wrangler CLI, and connect clients via Claude Desktop or other MCP-compatible applic
azure-resource-visualizer
microsoft/azure-skills · Cloud
Transform Azure resource groups into detailed architecture diagrams showing resource relationships and configurations. \n \n Discovers all resources within a resource group and analyzes their configurations, dependencies, and interconnections \n Generates Mermaid diagrams organized by logical layers (Network, Compute, Data, Security, Monitoring) with SKU details and connection labels \n Maps relationships including network connections, data flows, identity bindings, and configuration dependencie
azure-messaging
microsoft/azure-skills · Cloud
Diagnose and resolve Azure Event Hubs and Service Bus SDK issues with structured troubleshooting workflows. \n \n Covers connection failures, authentication errors, AMQP link issues, message lock timeouts, and event processor stalls across Python, Java, JavaScript, and .NET SDKs \n Includes language-specific troubleshooting guides for Event Hubs and Service Bus, plus connectivity diagnostics for ports, WebSocket fallback, IP firewalls, and private endpoints \n Provides MCP tools to query resourc
azure-observability
microsoft/azure-skills · Cloud
Query metrics, logs, and traces across Azure Monitor, Application Insights, and Log Analytics. \n \n Access metrics, KQL log queries, and distributed tracing through MCP tools or Azure CLI commands \n Supports Application Insights for APM and performance analysis, Log Analytics for custom KQL queries, and Azure Monitor for infrastructure metrics \n Includes common KQL query patterns for errors, request performance, and resource usage monitoring \n Workbooks integration for building interactive o
azure-quotas
microsoft/GitHub-Copilot-for-Azure · Cloud
Check and manage Azure quotas and usage across regions for deployment planning and capacity validation. \n \n Azure CLI ( az quota ) is the only reliable method for checking quotas; REST API and Portal are unreliable and show misleading \"No Limit\" values that do not indicate unlimited capacity \n Supports quota discovery, usage tracking, limit checking, and increase requests across compute, network, storage, and container services \n Quota resource names do not map 1:1 to ARM resource types; u
azure-diagnostics
microsoft/azure-skills · Cloud
Systematic diagnosis and remediation for Azure production issues using AppLens, Monitor, and resource health. \n \n Covers Container Apps, Function Apps, and AKS troubleshooting with service-specific guides for image pulls, cold starts, health probes, invocation failures, and node/pod issues \n Integrates AppLens (MCP) for AI-powered root cause analysis and Azure Monitor (MCP) for KQL-based log and metric queries \n Provides a five-step diagnostic flow: identify symptoms, check resource health,