Use Case

Developer Tools

Automate development workflows, code review, package monitoring, and CI/CD tasks.

💡 5401 skills in this category

find-skills
2/3

Discover and install specialized agent skills from the open ecosystem when users need extended capabilities. Helps identify relevant skills by domain and task when users ask "how do I do X" or "find a skill for X" Provides npx skills find [query] command to search interactively and npx skills add <package> to install from GitHub or other sources Recommends skills based on install count (prefer 1K+), source reputation (official sources like Vercel, Anthropic), and GitHub stars to ensure quality Checks the skills.sh leaderboard first for battle-tested, popular options before running CLI searches

Verified authorvercel-labs
Skills.sh
2.4M24.9K
2026-07-06
agent-browser
2/3

Fast, persistent browser automation with session continuity across sequential agent commands. Supports three browser modes: headless Chromium, real Chrome with profile support, and cloud-hosted remote browsers with proxy configuration Includes 15+ command categories covering navigation, page inspection, interactions, data extraction, cookie management, and JavaScript execution Offers cloud session management, local server tunneling via Cloudflare, and parallel subagent execution through remote sessions Built-in Python integration for setting variables, accessing the browser object, and running scripts within the automation context

Verified authorvercel-labs
Skills.sh
513K37.8K
2026-07-06
grill-me
3/3

Relentless interviewing skill that stress-tests plans and designs through systematic questioning. Conducts deep-dive questioning across all aspects of a plan, walking through decision trees branch-by-branch until shared understanding is reached Automatically explores the codebase to answer questions where code context is available, reducing redundant back-and-forth Designed for design reviews, architecture validation, and pre-implementation planning where thorough vetting prevents downstream issues

mattpocock
Skills.sh
458K156K
2026-07-06
azure-deploy
3/3

Execute Azure deployments for prepared applications with built-in error recovery and validation. Requires .azure/plan.md with Validated status from azure-validate and azure-prepare skills; will not proceed without both prerequisites Executes azd up , azd deploy , terraform apply , and az deployment commands with error handling and post-deployment verification Includes pre-deploy checklist, recipe-based deployment workflows, and post-deploy configuration for SQL managed identity and Entity Framework migrations Supports applications with API Management gateway infrastructure created during preparation phase

Verified authormicrosoft
Skills.sh
429K1.3K
2026-07-06
azure-diagnostics
2/3

Systematic diagnosis and remediation for Azure production issues using AppLens, Monitor, and resource health. 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 Integrates AppLens (MCP) for AI-powered root cause analysis and Azure Monitor (MCP) for KQL-based log and metric queries Provides a five-step diagnostic flow: identify symptoms, check resource health, review logs, analyze metrics, and investigate recent changes Includes quick reference commands for activity logs, container logs, and App Insights queries, plus routing guidance for AKS-specific incidents

Verified authormicrosoft
Skills.sh
429K1.3K
2026-07-06
azure-prepare
3/3

Prepare Azure applications for deployment with infrastructure-as-code, configuration, and containerization. Generates Bicep or Terraform infrastructure code, azure.yaml configuration, and Dockerfiles based on application type and deployment target Requires mandatory plan-first workflow: analyze workspace, gather requirements, select recipe (AZD, AZCLI, Bicep, or Terraform), design architecture, then execute only after user approval Covers new app creation, modernization, and updates; routes specialized requests (copilot SDK, cloud migration, AI gateway) to dedicated skills before resuming preparation Hands off to azure-validate for infrastructure validation and azure-deploy for deployment execution; plan status must be updated to "Ready for Validation" before validation begins

Verified authormicrosoft
Skills.sh
429K1.3K
2026-07-06
azure-storage
3/3

Unified access to Azure blob storage, file shares, queues, tables, and data lake services. Supports five storage service types: Blob Storage for objects and backups, File Shares for SMB access, Queue Storage for async messaging, Table Storage for NoSQL key-value data, and Data Lake for big data analytics MCP server tools enable listing storage accounts, containers, and blobs, plus downloading and uploading blob content directly Configurable access tiers (hot, cool, cold, archive) and redundancy options (LRS, ZRS, GRS, GZRS) for cost and durability optimization CLI fallback available via az storage commands when MCP is not enabled; SDK references provided for Python, TypeScript, Java, Rust, and Go

Verified authormicrosoft
Skills.sh
428K1.3K
2026-07-06
azure-validate
2/3

Pre-deployment validation for Azure readiness with configuration, infrastructure, RBAC, and identity checks. Runs recipe-specific validation commands including Bicep builds, Terraform validation, and Azure CLI preflight checks Verifies RBAC role assignments in infrastructure code and managed identity permissions before deployment Requires .azure/deployment-plan.md from azure-prepare skill; records validation proof and updates plan status to Validated only after all checks pass Integrates into the three-step workflow: azure-prepare → azure-validate → azure-deploy

Verified authormicrosoft
Skills.sh
428K1.3K
2026-07-06
entra-app-registration
3/3

Microsoft Entra ID app registration, OAuth 2.0 configuration, and MSAL integration for secure application authentication. Covers app registration setup, authentication configuration, API permissions, and client credential management across web apps, SPAs, mobile apps, and daemon services Includes step-by-step workflows for first-time registration, console application authentication, and service-to-service credential flows Provides Azure CLI commands, MSAL library examples for .NET, JavaScript, Python, and Java, plus security best practices for secret rotation and token validation Distinguishes scope clearly: handles identity and authentication setup but excludes Azure RBAC, Key Vault secrets management, and resource security

Verified authormicrosoft
Skills.sh
428K1.3K
2026-07-06
appinsights-instrumentation
3/3

Guidance and reference material for instrumenting webapps with Azure Application Insights. Covers SDK setup, telemetry patterns, and configuration for ASP.NET Core and Node.js applications hosted in Azure Distinguishes between this skill (reference and guidance) and azure-prepare (actual implementation); invoke azure-prepare when the user wants to add instrumentation to their project Provides auto-instrumentation guidance for C# ASP.NET Core apps in Azure App Service, plus manual instrumentation paths for creating App Insights resources via Bicep templates or Azure CLI Includes language-specific code modification guides for ASP.NET Core, Node.js, and Python, plus quick references for OpenTelemetry SDKs and exporters

Verified authormicrosoft
Skills.sh
428K1.3K
2026-07-06
azure-resource-lookup
3/3

Fast discovery and inventory of Azure resources across subscriptions using Resource Graph queries. Queries any Azure resource type (VMs, storage accounts, web apps, container apps, Key Vaults, etc.) across subscriptions and resource groups in a single command Supports cross-cutting searches for orphaned resources, missing tags, unhealthy states, and resource inventory counts Routes single-resource-type queries to dedicated MCP tools when available; falls back to Azure Resource Graph for broader or unsupported resource types Uses KQL (Kusto Query Language) for flexible filtering, with built-in error handling for authorization, syntax, and scope issues

Verified authormicrosoft
Skills.sh
428K1.3K
2026-07-06
azure-rbac
2/3

Find minimal Azure RBAC roles, generate assignment commands, and provide Bicep infrastructure code. Identifies built-in roles matching desired permissions using Azure documentation, or creates custom role definitions when no built-in role fits Generates Azure CLI commands and Bicep code snippets for assigning roles to identities, service principals, and managed identities Clarifies prerequisites for granting roles, including which permissions ( Microsoft.Authorization/roleAssignments/write ) are required and recommends least-privilege options like User Access Administrator Supports least-privilege access patterns by matching specific permission requirements rather than defaulting to broad roles

Verified authormicrosoft
Skills.sh
428K1.3K
2026-07-06
azure-resource-visualizer
2/3

Transform Azure resource groups into detailed architecture diagrams showing resource relationships and configurations. Discovers all resources within a resource group and analyzes their configurations, dependencies, and interconnections Generates Mermaid diagrams organized by logical layers (Network, Compute, Data, Security, Monitoring) with SKU details and connection labels Maps relationships including network connections, data flows, identity bindings, and configuration dependencies across resources Creates comprehensive markdown documentation with resource inventory tables, architecture diagrams, and relationship explanations

Verified authormicrosoft
Skills.sh
428K1.3K
2026-07-06
azure-messaging
3/3

Diagnose and resolve Azure Event Hubs and Service Bus SDK issues with structured troubleshooting workflows. Covers connection failures, authentication errors, AMQP link issues, message lock timeouts, and event processor stalls across Python, Java, JavaScript, and .NET SDKs Includes language-specific troubleshooting guides for Event Hubs and Service Bus, plus connectivity diagnostics for ports, WebSocket fallback, IP firewalls, and private endpoints Provides MCP tools to query resource health, list namespaces/hubs/queues/topics, and search Microsoft Learn documentation for error resolution Structured diagnosis workflow: identify SDK version, check resource health, match error messages, look up docs, verify configuration, and apply fixes

Verified authormicrosoft
Skills.sh
417K1.3K
2026-07-06
grill-with-docs
3/3

Relentless design interrogation that stress-tests plans against your domain model and sharpens terminology inline. Explores your codebase to ground discussions in existing code, glossaries (CONTEXT.md), and architectural decisions (ADRs) Challenges fuzzy language, resolves terminology conflicts, and updates your domain glossary as decisions crystallize Tests design decisions against concrete scenarios to expose edge cases and boundary violations Creates or updates CONTEXT.md and ADRs only when warranted, keeping documentation lean and decision-focused

mattpocock
Skills.sh
379K156K
2026-07-06
improve-codebase-architecture
3/3

Analyze codebases for architectural friction and propose module-deepening refactors as testability improvements. Explores codebases organically to surface shallow modules, tightly-coupled components, and untested seams rather than following rigid heuristics Applies John Ousterhout's "deep module" principle: small interfaces hiding large implementations for better testability and AI navigability Generates multiple radically different interface designs (minimalist, flexible, caller-optimized, ports & adapters) via parallel sub-agents, then recommends the strongest approach Creates GitHub issue RFCs documenting the problem space, design trade-offs, and refactoring rationale

mattpocock
Skills.sh
376K156K
2026-07-06
azure-compute
3/3

Recommend Azure VM sizes, scale sets, and configurations based on workload requirements and budget. Analyzes workload type, performance needs, scaling requirements, and cost to suggest 2–3 VM or VMSS options with trade-offs Verifies recommendations against live Microsoft documentation; falls back to reference files if fetch fails Queries the unauthenticated Azure Retail Prices API for current pricing without requiring an Azure subscription Guides VM vs VMSS decision through a decision tree covering autoscaling, instance count, availability, and statefulness Covers all VM families (general purpose, compute/memory optimized, GPU, confidential computing) and VMSS orchestration modes (Flexible vs Uniform)

Verified authormicrosoft
Skills.sh
371K1.3K
2026-07-06
azure-cloud-migrate
3/3

Assess and migrate cloud workloads from AWS, GCP, and other providers to Azure services. Supports Lambda-to-Azure Functions migration with dedicated scenario reference and best practices Generates assessment reports mapping source services to Azure equivalents before any code conversion Converts source code to target Azure runtime models, with output isolated in a separate <source-folder>-azure/ directory Requires sequential phase execution: assessment first, then migration, with user confirmation before destructive actions Hands off to azure-prepare skill for infrastructure provisioning, local testing, and deployment workflows

Verified authormicrosoft
Skills.sh
361K1.3K
2026-07-06

Stop writing automation&scrapers

Install the CLI. Run your first Skill in 30 seconds. Scale when you're ready.

Start free
free · no credit card
Developer Tools AI Agent Use Cases | BrowserAct SkillHub