mcpbeat

DevOps Claude Skills

4 344 DevOps skills from 392 authors. They ship releases, run infrastructure and keep watch over what is deployed. Half of them fit into 2 095 tokens or less — that is what one costs your context window when the agent loads it. 513 ship runnable scripts rather than instructions alone. 28 of them cannot work without an MCP server, most often rube. We also found 633 copies of these same skills sitting in other people's repositories — counted once here, not 633 times.

4 344 unique 392 authors 2 063 updated this month 579 from vendors

2 095
tokens, median
what a typical one costs in context
513
ship scripts
code that runs, not instructions alone
28
need a server
most often rube
633
copies elsewhere
counted once here, not once per repository

1 825–1 872 of 4 344

page 39 of 91
Cost Aware LLM Pipeline
by loulanyue

Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching.

2k tokens
Deployment Patterns
by loulanyue

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications.

3k tokens
Docker Patterns
by loulanyue

Docker and Docker Compose patterns for local development, container security, networking, volume strategies, and multi-service orchestration.

2k tokens
Django Verification
by loulanyue

Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.

3k tokens
Enterprise Agent Ops
by loulanyue

Operate long-lived agent workloads with observability, security boundaries, and lifecycle management.

375 tokens
Laravel Security
by loulanyue

Laravel security best practices for authn/authz, validation, CSRF, mass assignment, file uploads, secrets, rate limiting, and secure deployment.

2k tokens
Ralphinho Rfc Pipeline
by loulanyue

RFC-driven multi-agent DAG execution pattern with quality gates, merge queues, and work unit orchestration.

456 tokens
Deployment Patterns
by loulanyue

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications.

3k tokens
Django Verification
by loulanyue

Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.

3k tokens
Docker Patterns
by loulanyue

Docker and Docker Compose patterns for local development, container security, networking, volume strategies, and multi-service orchestration.

2k tokens
Enterprise Agent Ops
by loulanyue

Operate long-lived agent workloads with observability, security boundaries, and lifecycle management.

301 tokens
Laravel Security
by loulanyue

Laravel security best practices for authn/authz, validation, CSRF, mass assignment, file uploads, secrets, rate limiting, and secure deployment.

2k tokens
Ralphinho Rfc Pipeline
by loulanyue

RFC-driven multi-agent DAG execution pattern with quality gates, merge queues, and work unit orchestration.

380 tokens
Deployment Patterns
by loulanyue

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications.

3k tokens
Django Verification
by loulanyue

Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.

3k tokens
Docker Patterns
by loulanyue

Docker and Docker Compose patterns for local development, container security, networking, volume strategies, and multi-service orchestration.

2k tokens
Enterprise Agent Ops
by loulanyue

Operate long-lived agent workloads with observability, security boundaries, and lifecycle management.

371 tokens
Laravel Security
by loulanyue

Laravel security best practices for authn/authz, validation, CSRF, mass assignment, file uploads, secrets, rate limiting, and secure deployment.

2k tokens
Deployment Patterns
by loulanyue

Deployment iş akışları, CI/CD pipeline kalıpları, Docker konteynerizasyonu, sağlık kontrolleri, rollback stratejileri ve web uygulamaları için üretim hazırlığı kontrol listeleri.

3k tokens
Django Verification
by loulanyue

Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.

3k tokens
Docker Patterns
by loulanyue

Yerel geliştirme, konteyner güvenliği, ağ, volume stratejileri ve multi-servis orkestrasyon için Docker ve Docker Compose kalıpları.

2k tokens
Enterprise Agent Ops
by loulanyue

Operate long-lived agent workloads with observability, security boundaries, and lifecycle management.

363 tokens
Laravel Security
by loulanyue

Laravel security best practices for authn/authz, validation, CSRF, mass assignment, file uploads, secrets, rate limiting, and secure deployment.

2k tokens
Deployment Patterns
by loulanyue

部署工作流、CI/CD流水线模式、Docker容器化、健康检查、回滚策略以及Web应用程序的生产就绪检查清单。

3k tokens zh
Docker Patterns
by loulanyue

用于本地开发的Docker和Docker Compose模式,包括容器安全、网络、卷策略和多服务编排。

2k tokens
Deployment Patterns
by loulanyue

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications.

3k tokens
Django Verification
by loulanyue

Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.

3k tokens
Docker Patterns
by loulanyue

Docker and Docker Compose patterns for local development, container security, networking, volume strategies, and multi-service orchestration.

2k tokens
Enterprise Agent Ops
by loulanyue

Operate long-lived agent workloads with observability, security boundaries, and lifecycle management.

358 tokens
Laravel Security
by loulanyue

Laravel security best practices for authn/authz, validation, CSRF, mass assignment, file uploads, secrets, rate limiting, and secure deployment.

2k tokens
Azure Integration Tester
by Azure

Run post-deployment integration tests for Azure resources. Verify Function Apps, Storage Accounts, Databases, App Services are healthy and accessible. Use after successful Azure deployment.

9k tokens scripts
Azure Cost Estimator
by Azure

Estimate monthly costs for Azure resources by querying the Azure Retail Prices API. Parses ARM templates to identify resources, SKUs, and regions, then looks up real retail pricing. Produces a per-resource cost breakdown with monthly totals. Use during template generation or when user asks about costs.

3k tokens
Azure Drift Detector
by Azure

Detect configuration drift between deployed Azure resources and stored deployment state. Compare actual Azure configuration against desired state in .azure/deployments/, identify differences, and guide user through reconciliation options. Use when checking for manual changes, policy remediations, or unauthorized modifications.

12k tokens scripts
Azure Naming Research
by Azure

Research Azure naming constraints and CAF abbreviations for a given resource type. Use when you need to look up the official CAF slug, naming rules (length, scope, valid characters), and derive validation/cleaning regex patterns for an Azure resource. Triggers on: CAF abbreviation lookup, Azure naming rules research, resource naming constraints.

869 tokens
Azure Policy Advisor
by Azure

Assess ARM template resources for Azure Policy compliance. Analyse the template, query existing subscription assignments via `az policy assignment list`, identify unassigned built-in and custom policies (CIS, NIST, FedRAMP), and emit a two-part report: template-fixable gaps (Part 1) and subscription-level policy assignments (Part 2). USE FOR: recommending Azure Policy assignments for an ARM template, auditing a subscription against CIS/NIST/general best practices, deciding which initiatives to assign at sub or management-group scope, distinguishing template-fixable vs platform-level governance gaps. DO NOT USE FOR: per-resource security configuration assessment (use azure-security-analyzer), RBAC role recommendations (use azure-role-selector), CAF naming abbreviations (use azure-naming-research), or pricing estimates (use azure-cost-estimator). INVOKES: az policy assignment list, az policy set-definition list, microsoft_docs_search, microsoft_docs_fetch.

12k tokens scripts
Azure Resource Availability
by Azure

Query live Azure APIs to validate resource availability before template generation or deployment. Checks VM SKU restrictions, Kubernetes/runtime version support, API version compatibility, and subscription quota. Use during requirements gathering and preflight to catch deployment failures early.

2k tokens
Azure Resource Visualizer
by Azure

Analyze deployed Azure resource groups and generate detailed Mermaid architecture diagrams showing relationships between resources. Use for post-deployment visualization, understanding existing infrastructure, or documenting live Azure environments.

2k tokens
Azure Deployment Preflight
by Azure

Run preflight validation on ARM templates before deployment. Performs what-if analysis, permission checks, and generates a structured report with resource changes (create/modify/delete). Use before any deployment to preview changes and catch issues early.

2k tokens
Azure Security Analyzer
by Azure

Analyze Azure resource configurations against security best practices using Azure MCP bestpractices service. Produces per-resource security assessment with severity ratings and recommendations. Use during template generation before deployment confirmation.

5k tokens
Git Ape Onboarding
by Azure

Bootstrap a GitHub repository for Git-Ape CI/CD: Entra app registration, OIDC federated credentials, RBAC role assignments, GitHub environments (azure-deploy/azure-destroy), required secrets, and scaffold Actions workflow files — plus enterprise-wide distribution via a `.github-private` repo (managed-settings.json plugin standards + custom agents). USE FOR: first-time Git-Ape setup, new subscription onboarding, multi-environment (dev/staging/prod) setup, configure OIDC, federated credentials, RBAC setup, GitHub environments, scaffold workflow files, rolling Git-Ape out org/enterprise-wide. DO NOT USE FOR: deploying resources (use git-ape), drift detection alone, secret rotation.

76k tokens scripts
Azure Stack Destroy
by Azure

Tear down a Git-Ape deployment by ID. Reads `state.json` under `.azure/deployments/<id>/` to delete the Azure Deployment Stack and purge soft-deleted Key Vault / Cognitive Services. Refuses to run without `state.json`. Use for any local CLI or VS Code Git-Ape teardown so the result matches the CI destroy workflow.

11k tokens scripts
Azure REST API Reference
by Azure

Look up Azure REST API and ARM template reference documentation for any resource type. Returns exact property schemas, required fields, valid values, and latest stable API versions. Use BEFORE generating or modifying ARM templates to ensure correctness. No Azure connection required.

2k tokens
Azure Role Selector
by Azure

Recommend least-privilege Azure RBAC roles for deployed resources. Finds minimal built-in roles matching desired permissions or creates custom role definitions. Use during security analysis or when configuring access for service principals and managed identities.

1k tokens
Azure Stack Deploy
by Azure

Run an Azure Deployment Stack create (subscription scope) for a prepared Git-Ape deployment artifact and write state.json (schemaVersion 1.0). Use locally so the result matches the CI deploy workflow.

8k tokens scripts
Dgn To Excel
by datadrivenconstruction

Convert DGN files (v7-v8) to Excel databases. Extract elements, levels, and properties from infrastructure CAD files.

4k tokens
Bim Validation Pipeline
by datadrivenconstruction

Build automated BIM validation pipelines for IFC/Revit data. Continuous validation against IDS, LOD requirements, COBie, and project-specific BEP standards.

6k tokens
Digital Twin Sync
by datadrivenconstruction

Synchronize construction digital twins with real-time data. Connect BIM models with IoT sensors, progress updates, and field data for live project visualization and monitoring.

7k tokens
Environmental Monitoring
by datadrivenconstruction

Monitor environmental conditions on construction sites. Track air quality, noise levels, vibration, dust, and weather to ensure compliance and worker safety.

7k tokens