DevOps & Infra
DevOps agent skills automate the delivery side of software: CI/CD pipelines, Dockerfiles, infrastructure as code, releases, and incident checklists. A skill gives your AI agent the exact runbook to follow, so deployments and configs come out consistent every time.
-
tomevault-io Bundle Kubernetes Pod Crash DiagnosticianDiagnoses Kubernetes pod crash loops by analyzing events, logs, and resource quotas via the Kubernetes API and kubectl debug. Correlates OOMKill signals with container memory profiles from Prometheus queries. Use when this capability is needed.
-
tomevault-io Bundle Kubernetes Pod Crash Loop AnalyzerDiagnoses CrashLoopBackOff pods using kubectl describe, container exit code analysis, and the Kubernetes Events API. Cross-references OOMKilled signals with Prometheus container_memory_rss metrics and cAdvisor stats for root cause identification. Use when this capability is needed.
-
tomevault-io Bundle Kubernetes Pod Diagnostics RunbookAutomates Kubernetes troubleshooting using kubectl and the Kubernetes Python client to diagnose CrashLoopBackOff, OOMKilled, and ImagePullBackOff states. Collects pod logs, events, node conditions, and resource quotas systematically.
-
tomevault-io Bundle Agentskillexchange Skills Kubernetes Troubleshooting RunbookKubernetes Troubleshooting Runbook
-
tomevault-io Bundle Terraform Module Testing FrameworkTests Terraform modules using Terratest Go library and terraform test native framework. Validates plan output, applies infrastructure in ephemeral environments, and asserts resource attributes with automatic cleanup.
-
tomevault-io Bundle Terraform Provider Schema ExplorerExplores HashiCorp Terraform provider schemas using terraform providers schema -json output. Maps resource attributes, computed fields, and cross-resource dependency references for HCL generation. Use when this capability is needed.
-
tomevault-io Bundle Terraform Upgrade AssistantGuides through Terraform version upgrades including identifying deprecated syntax, updating provider versions, and migrating breaking changes. This skill should be used when users need to upgrade Terraform or provider versions, fix deprecated warnings, or migrate configurations to newer syntax. Use when this capability is needed.
-
tomevault-io Bundle Services UpStart Docker Compose services for local development and testing. Pass service names as arguments (e.g. "todo-backend jira-mock") or leave blank to start all services. Use when this capability is needed.
-
tomevault-io Bundle Azure PricesLook up and compare Azure service pricing using the Azure Retail Prices API. Use this skill whenever the user asks about Azure costs, pricing, rates, or wants to compare prices across regions or services — even if they don't say "pricing" explicitly. Trigger for questions like "how much does a D2 v2 VM cost?", "cheapest region for Azure SQL", or "compare storage prices between eastus and westeurope". Use when this capability is needed.
-
tomevault-io Bundle Langchain Agents WorkflowUse when starting work on any LangChain / LangGraph / DeepAgents project. Entry point for the develop -> middleware -> evaluate -> deploy lifecycle, mapping each step to the right official tool.
-
tomevault-io Bundle Daemon Blockint Tech Agentic Enteprises Skill CI CD EngineerCI/CD Engineer
-
tomevault-io Bundle Docker Environment SetupDocker Compose configs, environment setup, and development workflows for SE104_VLEAGUE Use when this capability is needed.
-
tomevault-io Bundle Opentofu Provider SetupConfigure OpenTofu with cloud providers, manage authentication, and setup state backends Use when this capability is needed.
-
tomevault-io Bundle Terraform Infrastructure V2Terraform Infrastructure Workflow workflow skill. Use this skill when the user needs Terraform infrastructure as code workflow for provisioning cloud resources, creating reusable modules, and managing infrastructure at scale and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off. Use when this capability is needed.
-
tomevault-io Bundle Terraform Module Library V2Terraform Module Library workflow skill. Use this skill when the user needs Production-ready Terraform module patterns for AWS, Azure, and GCP infrastructure and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off. Use when this capability is needed.
-
tomevault-io Bundle Docker Base Images KnowledgeDocker base images knowledge base for PHP. Provides image selection guidelines, Alpine vs Debian comparison, and version pinning strategies. Use when this capability is needed.
-
tomevault-io Bundle Langchain Chat Models使用 LangChain 中的聊天模型集成指南,包括 OpenAI、Anthropic、Google、Azure 和 Bedrock Use when this capability is needed.
-
tomevault-io Bundle AWS Sdk Java V2 DynamodbProvides Amazon DynamoDB patterns using AWS SDK for Java 2.x. Use when creating, querying, scanning, or performing CRUD operations on DynamoDB tables, working with indexes, batch operations, transactions, or integrating with Spring Boot applications.
-
tomevault-io Bundle Pre Deploy ValidationValidates that code changes are ready for server deployment. Use before pushing significant changes to production server, after completing a development task or bug fix, after fixing issues discovered during server testing, or when unsure if changes are deployment-ready. Guides through local tests, Docker builds, CI/CD checks, and server deployment steps.
-
tomevault-io Bundle Mlops Best PracticesMLOps best practices for model versioning, experiment tracking, deployment, monitoring, and retraining workflows. Covers reproducibility, CI/CD for ML, model registry, and production ML system design. Use when this capability is needed.
-
tomevault-io Bundle Jason C Dev AWS Coworker Enterprise AWS Coworker DevelopmentAWS Coworker Development Guardrails
-
tomevault-io Bundle Argocd Image UpdaterAutomate container image updates for Kubernetes workloads managed by Argo CD. USE WHEN configuring ArgoCD Image Updater, setting up automatic image updates, configuring update strategies (semver, digest, newest-build, alphabetical), implementing git write-back, troubleshooting image update issues, or working with ImageUpdater CRDs. Covers installation, configuration, authentication, and best practices. Use when this capability is needed.
-
tomevault-io Bundle Background Job OrchestratorExpert in background job processing with Bull/BullMQ (Redis), Celery, and cloud queues. Implements retries, scheduling, priority queues, and worker management. Use for async task processing, Use when this capability is needed.
-
tomevault-io Bundle Langchain Agents DeployUse when productionising or deploying a LangChain / LangGraph / DeepAgents agent. Covers durable execution (checkpointers, thread_id), the production middleware stack, three deploy targets (LangSmith Cloud, Cloud Run, Docker), secrets, scaling, and post-deploy verification.
-
tomevault-io Bundle Create Docker Env TemplateGenerates Docker environment templates for PHP projects. Creates .env.docker files with service configurations and documentation.
-
tomevault-io Bundle Create Docker Nginx ConfigGenerates Nginx configuration for PHP-FPM Docker containers. Creates optimized reverse proxy configs with gzip, security headers, and caching.
-
tomevault-io Bundle Detect Docker AntipatternsDetects Docker antipatterns in PHP projects. Identifies layer ordering issues, cache invalidation, bloated images, and configuration smells. Use when this capability is needed.
-
tomevault-io Bundle Optimize Docker Build TimeOptimizes Docker build time for PHP projects. Analyzes layer caching, BuildKit features, parallel builds, and dependency installation. Use when this capability is needed.
-
tomevault-io Bundle Optimize Docker Image SizeOptimizes Docker image size for PHP projects. Reduces image footprint through Alpine, multi-stage builds, layer cleanup, and dependency minimization. Use when this capability is needed.
-
tomevault-io Bundle Eclosion Labs Terraform Cursor Plugin Terraform KubernetesTerraform with Kubernetes and Helm
-
tomevault-io Bundle Eclosion Labs Terraform Cursor Plugin Terraform TerragruntTerragrunt: DRY orchestration around Terraform
-
tomevault-io Bundle Terraform Azurerm Set Diff AnalyzerAnalyze Terraform plan JSON output for AzureRM Provider to distinguish between false-positive diffs (order-only changes in Set-type attributes) and actual resource changes. Use when reviewing terraform plan output for Azure resources like Application Gateway, Load Balancer, Firewall, Front Door, NSG, and other resources with Set-type attributes that cause spurious diffs due to internal ordering changes. Use when this capability is needed.
-
tomevault-io Bundle AWS Cloudformation Ec2Provides AWS CloudFormation patterns for EC2 instances, Security Groups, IAM roles, and load balancers. Use when creating EC2 instances, SPOT instances, Security Groups, IAM roles for EC2, Application Load Balancers (ALB), Target Groups, and implementing template structure with Parameters, Outputs, Mappings, Conditions, and cross-stack references.
-
tomevault-io Bundle AWS Cloudformation IamProvides AWS CloudFormation patterns for IAM roles, policies, managed policies, permission boundaries, and trust relationships. Use when modeling least-privilege access, cross-account assumptions, service roles, or reusable IAM stacks that other CloudFormation templates consume.
-
tomevault-io Bundle AWS Cloudformation RdsProvides AWS CloudFormation patterns for Amazon RDS databases. Use when creating RDS instances (MySQL, PostgreSQL, Aurora), DB clusters, multi-AZ deployments, parameter groups, subnet groups, and implementing template structure with Parameters, Outputs, Mappings, Conditions, and cross-stack references.
-
tomevault-io Bundle AWS Sdk Java V2 LambdaProvides AWS Lambda patterns using AWS SDK for Java 2.x. Use when invoking Lambda functions, creating/updating functions, managing function configurations, working with Lambda layers, or integrating Lambda with Spring Boot applications.
Frequently asked questions
What are DevOps & Infra agent skills?
DevOps agent skills automate the delivery side of software: CI/CD pipelines, Dockerfiles, infrastructure as code, releases, and incident checklists. A skill gives your AI agent the exact runbook to follow, so deployments and configs come out consistent every time.
Which DevOps & Infra skills are most installed?
Popular DevOps & Infra skills on SkillMD right now include kubernetes-pod-crash-diagnostician, kubernetes-pod-crash-loop-analyzer, kubernetes-pod-diagnostics-runbook. Rankings shift as installs change; sort this page by "Most installs" for the live list.
Do DevOps & Infra skills work with Claude Code and Cursor?
Yes. Every skill here ships as a SKILL.md file, an open format that works in Claude Code, Claude.ai, Cursor, Codex, Windsurf, and 60+ other agents. Install one with npx skillmds@latest add <owner>/<name>, or copy the file into your agent's skills directory.