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.
-
jiteshgaikwad Bundle Amazon ConnectAmazon Connect contact center — flows, routing, Contact Lens, metrics, Customer Profiles, Cases, Q Connect, AI agents, Lambda integration, streaming, EventBridge, and SDK/API reference. Use when working on Amazon Connect configuration, contact flows, real-time/historical metrics, Contact Lens analytics, agent workspace development, Kinesis streaming, or AWS SDK v3 JavaScript/TypeScript code that interacts with Connect services.
-
whz39coding Skill Deploy PipelineDeploy Pipeline (Stripe / Supabase / Vercel)
-
sassumix Skill Yao Geoflow CLIUse when operating an existing GEOFlow system from local commands or Laravel API v1 to inspect catalog/materials, manage tasks/jobs/articles, publish content, or run API/Docker preflight. Use for scriptable GEOFlow operations instead of the web admin. Do not use for backend implementation, schema changes, direct database edits, or admin-only distribution setup.
-
mentholmike Bundle WagmiosGive your OpenClaw agent a homelab. Use when managing Docker containers, installing marketplace apps, or any Docker-related tasks on behalf of the user. Scope-based API key permissions — agent can only do what the key allows. On Linux, Docker requires sudo — without root access, WAGMIOS is the only safe interface for agent homelab control. Supports multi-machine management — one agent can manage multiple WAGMIOS instances across different hosts, each with its own scoped key. Requires X-API-Key header on every request (user provides at runtime). Includes Docker installation check and startup validation.
-
getgrille Skill Grille SQLUse when querying, modifying, or inspecting SQL databases via Grille. WHEN: 'sql query', 'select from', 'insert into', 'run migration', 'check database', 'describe table', 'list tables', 'sql transaction'. DO NOT USE WHEN: 'docker exec psql' (prefer sql_query directly); 'read a file' (use grille-filesystem).
-
getgrille Skill Grille SshUse when running commands or transferring files on remote SSH hosts configured in grille.toml. WHEN: 'ssh_run', 'ssh_copy', 'deploy to server', 'run on remote machine', 'copy file to remote', 'check remote machine', 'ssh into server'. DO NOT USE WHEN: managing local Docker (use grille-docker); local file operations (use grille-filesystem).
-
getgrille Skill Grille CertsUse when reading Windows certificate store contents via Grille. WHEN: 'is my TLS cert expiring', 'what certs are in the personal store', 'check certificate expiry', 'find certs expiring soon', 'which root CAs are trusted', 'is there a rogue CA installed', 'cert_store', 'certificate thumbprint', 'certificate SAN', 'what is the issuer of this cert', 'cert expiry', 'certificate store'. DO NOT USE WHEN: 'create or renew a certificate' (not supported — read-only); 'private keys' (never accessible — Windows CNG OS guarantee, not a Grille filter); 'firewall or network diagnostics' (use grille-networking or grille-firewall); 'code signing cert' (use Azure Code Signing tooling directly).
-
getgrille Skill Grille DockerUse when managing Docker containers, images, or Compose services on Windows via Grille. WHEN: 'docker ps', 'start container', 'stop container', 'docker logs', 'compose up', 'compose down', 'docker exec', 'container status'. DO NOT USE WHEN: 'run SQL query' (use grille-sql); 'run command on remote machine' (use grille-remote).
-
harshi93 Skill Terraform AssociateAct as a Terraform Associate, providing best practices, writing infrastructure as code, and reviewing Terraform configurations. Use when working with Terraform, AWS/Azure/GCP infrastructure, or .tf files.
-
harshi93 Skill Ansible Automation EngineerAct as an Ansible Automation Engineer, providing best practices, writing playbooks, and reviewing Ansible roles and configurations. Use when working with Ansible, playbooks, roles, inventory, or configuration management .yml/.yaml files.
-
luanquangminh Bundle Claude EcosystemALWAYS invoke this skill when the user asks about Claude Code features, configuration, extensibility, or project setup. ALWAYS invoke when the user wants to create, improve, or refine a Claude Agent Skill — including 'make this a skill', 'turn this into a skill', 'create a skill for X', or asks about SKILL.md authoring, frontmatter, description optimization, progressive disclosure, or triggering strategy. Modules: CLI tool (setup, slash commands, MCP servers, hooks, plugins, CI/CD), extensibility (agents, skills, output styles), CLAUDE.md (project instructions, optimization). Keywords: Claude Code, skill, SKILL.md, agent, hook, plugin, MCP, CLAUDE.md, skill architecture, description optimization, progressive disclosure. For skill body content quality (soul, tensions, mental models), also invoke prompt-architect. Do NOT use for general prompt engineering without a Claude Code context.
-
getgrille Skill Grille ProcessUse when running executables, build tools, or CLI commands on Windows via Grille process_run. WHEN: 'run cargo build', 'run git', 'execute xcopy', 'run npm', 'compile', 'build the project', 'run a script'. DO NOT USE WHEN: 'run PowerShell', 'Get-*', 'run cmdlet' (use grille-powershell); 'run inside container' (use grille-docker).
-
getgrille Skill Grille ServicesUse when listing, inspecting, starting, stopping, or restarting Windows services via Grille. WHEN: 'service status', 'start service', 'stop service', 'restart service', 'is service running', 'service_list', 'service_get'. DO NOT USE WHEN: 'run PowerShell Get-Service' (use grille-powershell for read-only PS queries); 'Docker container' (use grille-docker).
-
getgrille Skill Grille ProcessesUse when listing, inspecting, killing, waiting on, or snapshotting Windows processes via Grille. WHEN: 'what's running', 'list processes', 'kill process', 'stop process', 'process tree', 'what spawned X', 'wait for process to finish', 'CPU usage', 'memory usage', 'which process is using memory', 'is X running', 'snapshot processes', 'what changed since', 'did my deploy restart the right process', 'ps_list', 'ps_kill', 'ps_tree', 'ps_wait', 'ps_snapshot', 'ps_diff'. DO NOT USE WHEN: 'run a command or executable' (use grille-process for process_run); 'Windows service' (use grille-services); 'Docker container' (use grille-docker).
-
getgrille Skill Grille PowershellUse when running PowerShell cmdlets or pipeline expressions on Windows via Grille ps_run. WHEN: 'run Get-Process', 'run PowerShell', 'run cmdlet', 'Test-NetConnection', 'ps_run', 'Get-Service'. DO NOT USE WHEN: 'run cargo', 'run git', 'run npm' (use grille-process); 'start service', 'stop service' (use grille-services).
-
miaoge-ge Skill Docker ExpertExpert Docker: Dockerfiles, multi-stage builds, image size/cache optimization, Compose, and container best practices. Trigger keywords: Docker, Dockerfile, container, image, multi-stage, layer cache, docker-compose, .dockerignore, entrypoint, distroless, non-root, healthcheck, build context. Use for writing/optimizing Dockerfiles, shrinking images, faster builds, or Compose setup.
-
miaoge-ge Skill Github MasterExpert Git & GitHub: workflows, history recovery, pull requests, branch protection, and Actions CI/CD. Trigger keywords: git, GitHub, merge conflict, rebase, cherry-pick, reflog, bisect, force push, pull request, branch protection, GitHub Actions, CI/CD, release, conventional commits. Use for Git troubleshooting, collaboration/automation setup, or recovering lost work.
-
miaoge-ge Skill Kubernetes ExpertExpert Kubernetes: workloads, services, config, probes, resources, and troubleshooting. Trigger keywords: Kubernetes, k8s, Deployment, StatefulSet, Service, Pod, ConfigMap, Secret, Ingress, liveness, readiness, probe, requests, limits, HPA, kubectl, Helm, CrashLoopBackOff, ImagePullBackOff, OOMKilled. Use for writing manifests, configuring workloads, or debugging cluster issues.
-
chengamu Bundle Ssh Key DeploySet up, verify, and troubleshoot SSH key based login from the local machine to a Linux server. Use when the user asks to connect to a server with SSH, generate a key pair, append a public key to authorized_keys, test passwordless login, prepare deployment access, or fix publickey authentication failures without exposing private keys.
-
tt-james Bundle Runqian Report ToolingWork with Runqian/Raqsoft `.rpx` report templates in this Matrix Cloud workspace. Use when Codex needs to open or inspect a Runqian report, extract every dataset SQL, print SQL with runtime parameters substituted, change dataset SQL or data source names, migrate report SQL from the internal system source to `matrix_cloud`, fix report SQL Chinese mojibake, validate SQL against the Runqian data source, or create a new report by copying and adapting an existing `.rpx`.
-
canddao1-dotcom Bundle FassetsFAssets mint and redeem on Flare. Mint FXRP by sending XRP to an agent, redeem FXRP back to XRP on XRPL. Full programmatic pipeline — no dApp needed. Triggers on "/fassets", "mint fxrp", "redeem fxrp", "fassets redeem", "fassets mint".
-
sakiphan Bundle Devops K8SKubernetes manifest generator, debugger, and Helm scaffolder. Use when the user says 'create k8s manifests', 'kubernetes deployment', 'debug pod', 'pod not starting', 'CrashLoopBackOff', 'create helm chart', 'k8s service/ingress', or discusses Kubernetes operations.
-
sakiphan Bundle Devops DeployInteractive deployment workflow. Use when the user says 'deploy', 'ship to prod', 'deploy to staging', 'push to vercel/aws/fly.io/railway/gcp', or discusses deployment. Detects project type, runs pre-deploy checks, and executes deployment.
-
sakiphan Bundle Devops SecretsSecret management setup and migration. Use when the user says 'manage secrets', 'vault setup', 'rotate secrets', 'secret manager', 'sealed secrets', 'external secrets', 'inject secrets', 'secret rotation', or discusses production secret management, credential storage, or secret injection into applications/containers/k8s.
-
sakiphan Bundle Devops TerraformInfrastructure as Code with Terraform. Use when the user says 'terraform', 'infrastructure as code', 'IaC', 'provision infrastructure', 'cloud resources', 'terraform plan', 'terraform apply', or discusses provisioning cloud infrastructure, managing state, or creating reusable infrastructure modules.
-
sakiphan Bundle Devops Docker GenDockerfile and docker-compose.yml generator. Use when the user says 'dockerize', 'create Dockerfile', 'generate docker-compose', 'containerize my app', 'add Docker support', or 'optimize Dockerfile'. Analyzes project and generates optimized container configs.
-
sakiphan Bundle Devops CI PipelineCI/CD pipeline generator. Use when the user says 'create CI pipeline', 'set up GitHub Actions', 'add CI/CD', 'create GitLab CI', 'CircleCI config', 'automate testing', 'deployment pipeline', or discusses continuous integration/deployment automation.
-
sakiphan Bundle Devops Infra AuditInfrastructure security audit. Use when the user says 'audit infrastructure', 'check security', 'scan Dockerfile', 'review docker-compose', 'audit CI pipeline', 'check for secrets', 'security review', or 'infra review'. Scans all infra configs for security issues and misconfigurations.
-
robisson Skill Pipeline SafetyCI/CD pipeline safety with automated gates, deployment blockers, alarm checks, and one-click rollback.
-
robisson Skill Threat ModelingSecurity threat modeling using STRIDE methodology adapted for cloud services. Covers data classification, IAM boundaries, encryption requirements, blast radius analysis, and systematic identification of attack vectors before code is written.
-
davideldersveld Skill Signature PDFCreate signature-ready PDFs that work in three ways: (1) clickable AcroForm fields for typing directly in any PDF reader, (2) invisible Adobe Sign text tags for cloud-upload auto-detection, and (3) invisible DocuSign anchor strings for cloud-upload auto-detection. Use when the user asks for a "signature-ready PDF", "contract template", "NDA for signing", "e-sign template", "DocuSign-ready document", "Adobe Sign template", or any PDF where someone will sign — whether locally with Acrobat Reader, or via Adobe Sign / DocuSign cloud services.
-
robisson Skill Progressive DeploymentDeploy changes incrementally through expanding blast radius stages with bake time and automatic rollback on alarm.
-
velodb Bundle Velocli CloudVeloDB Cloud operational workflows using velocli CLI. Use for VeloDB Cloud setup, velocli auth, API host selection, warehouse/cluster context management, cluster pause/resume/reboot/create/delete/resize, billing queries, audit log inspection, public access policy, PrivateLink configuration, BYOC/SOCKS5 connectivity, password rotation, warehouse upgrade, and Cloud operations troubleshooting. Also triggers on: "connect to VeloDB Cloud", "set up velocli", "pause cluster", "resume cluster", "check billing", "resize to N vCPU", "configure public access", "set up PrivateLink", "rotate password", "upgrade warehouse", environment switching, stateless mode for CI, audit/infrastructure change investigation, "who changed cluster/network/warehouse settings", and any VeloDB Cloud infrastructure management. Does NOT handle query optimization or table design — those belong to velodb-best-practices.
-
velodb Bundle Velodb Architecture AdvisorWorkload-aware architecture design for VeloDB/Apache Doris. MUST USE when designing data architectures, choosing between data models, planning ingestion strategies, sizing clusters, or translating business requirements into VeloDB/Doris system designs. Complements velodb-best-practices with decision frameworks and sizing-first workflow. Use when user describes a workload involving: IoT, sensor data, telemetry, real-time analytics, dashboard, log analysis, log search, CDC sync, time-series, device monitoring, point query service, ad-hoc analytics, lakehouse federation, ETL/ELT pipeline, report analytics, clickstream, user behavior, observability, metrics, fleet tracking, or any OLAP workload requiring table design from scratch. Also triggers on prompts like: "design a table for...", "how should I store...", "build an architecture for...", "we have X devices sending data every Y seconds", "recommend a cluster size for...", "what data model should I use for...", "we need to ingest X GB/day", "migrate from MySQL/
-
liaosw97 Bundle Terraform IacUse when working with Terraform — IaC, infrastructure provisioning, modules, state management
-
liaosw97 Bundle ComputingUse when working with edge computing — KubeEdge, low latency, cloud-edge synergy
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 amazon-connect, deploy-pipeline, yao-geoflow-cli. 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.