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.
-
thoughtspot Skill TS Object Model AliasManage column aliases on a ThoughtSpot Model — language localization, tenant-based renaming, and combined tenant + locale matrices — via the `ts alias export/translate/build/import` CLI pipeline.
-
thoughtspot Skill TS Convert To Databricks Mv 2Convert a ThoughtSpot Model into a Databricks Metric View. Genie Code runtime — runs the same detect-fact-table/build-metric-view/build-view-ddl pipeline as the CLI skill via the vendored databricks_mv_lib notebook (%run), plus ThoughtSpotClient via %run instead of the ts CLI for TML export. Model TML only — Worksheets are not supported by this deterministic path.
-
thoughtspot Skill TS Convert From Databricks Mv 2Convert a Databricks Metric View into ThoughtSpot Table and Model TML. Genie Code runtime — runs the same parse/translate/build/lint pipeline as the CLI skill via the vendored databricks_mv_lib notebook (%run), plus ThoughtSpotClient via %run instead of the ts CLI for import.
-
neomjs Bundle Industry Friction RadarProactive Bleeding-Edge research loop using a strict 3-step abstraction protocol to extract engine-category friction points without importing framework-category bias or stealing code. Triggers: Use this skill when executing periodic "horizon scans" for the Dream Pipeline, researching external solutions to deeply complex engine-level friction points, or evaluating JS ecosystem trends.
-
richkuo Skill MilestoneplanUse when the user wants a milestone's execution plan shown as a table — "milestoneplan v1", "/milestoneplan", "show the plan for v1". Read-only - reads every issue in the milestone and renders one table of issue number, description, complexity, dependencies, validate/build model and effort, fableplan, plan effort, and first-review trigger. Never edits an issue and never launches a run. Stage 6 of the new-app-pipeline.
-
jensen-yao Bundle Windows Deployment CLI LocationsLocate and invoke the deployment and database tools installed on this Windows workstation, especially Supabase CLI, Netlify CLI, Neon CLI, Vercel CLI, Cloudflare Wrangler, Railway CLI, PostgreSQL, and Docker checks. Use when a task needs one of these commands, when a command is not on PATH, when checking whether a tool is installed, or before installing another copy.
-
rylaispirit Bundle Netlify DeployDeploy web projects to Netlify with the Netlify CLI. Use for authentication, site linking, preview deploys, production deploys, and post-deploy verification.
-
cadugevaerd Bundle Whatsapp Business PlatformProjeta e opera integrações Meta WhatsApp Business Platform, incluindo Cloud API, Technology Provider, Embedded Signup v4 e Coexistence.
-
irahardianto Skill CI CD Principles 2CI/CD pipeline patterns: stages, Dockerfile, GitHub Actions, artifact management, environment promotion, rollback. Layered by deployment complexity.
-
irahardianto Skill CI CD Gitops Kubernetes 2Kubernetes deployment and GitOps patterns: rolling/blue-green/canary strategies, ArgoCD/Flux manifests, K8s secrets management. Supplement to ci-cd-principles.
-
tricentis Bundle Tosca Remediating From Results 2Applies fixes to Tosca Cloud test artifacts based on execution failure analysis — test case edits, playlist item renames, and Builder updates. Use when the user asks to fix, update, or remediate failing tests after diagnosis. Requires explicit user approval for destructive changes. Does NOT cover read-only analysis (use tosca-analyzing-execution-results).
-
tricentis Bundle Tosca Authoring Manual TestcaseCreates a manual test case in Tosca Cloud from a written specification. Uses tn for scaffold (CLI gap). Does NOT cover automated module-based authoring (use tosca-authoring-automated-testcase).
-
tricentis Bundle Tosca Authoring Manual Testcase 2Creates a manual test case in Tosca Cloud from a written specification or user story. Use when the user provides manual test steps in prose and wants a Cloud test case created. Does NOT cover automated module-based authoring (use tosca-authoring-automated-testcase).
-
tricentis Bundle Tosca Analyzing Execution HistoryAnalyzes Tosca Cloud execution trends over multiple playlist runs — flakiness, recurring failures, and pass-rate changes via toscactl. Use for trends, flaky tests, or historical failures. Read-only. Does NOT cover single-run diagnosis (use tosca-analyzing-execution-results).
-
tricentis Bundle Tosca Analyzing Execution ResultsAnalyzes the latest Tosca Cloud playlist run via toscactl, diagnoses failures, and proposes confidence-rated remediations. Use when the user asks what went wrong or why tests failed. Read-only via toscactl. Does NOT apply fixes (hand off to tosca-remediating-from-results).
-
tricentis Bundle Tosca Analyzing Execution History 2Analyzes Tosca Cloud execution trends over multiple playlist runs — flakiness, recurring failures, and pass-rate changes. Use when the user asks about trends, flaky tests, historical failures, or whether a failure is new or recurring across runs. Read-only. Does NOT cover single-run diagnosis (use tosca-analyzing-execution-results).
-
tricentis Bundle Tosca Analyzing Execution Results 2Analyzes the latest Tosca Cloud test execution results for a playlist, diagnoses why test cases failed, and proposes ranked, confidence-rated remediations. Use when the user points at a playlist or recent run and asks what went wrong, why tests failed, how to fix them, or for a summary of the last run. Read-only: explains and recommends but does not change artifacts (hand off to tosca-remediating-from-results to apply fixes).
-
tricentis Bundle Tosca Authoring Automated Testcase 2Creates an automated test case in Tosca Cloud from a description, reusing existing modules. Use when the user wants a new automated test built from available Cloud modules. Does NOT cover UI module scanning or manual-only tests (use tosca-authoring-manual-testcase).
-
fused-gaming Skill Pre Deploy Validatorpre-deploy-validator
-
aethrox Bundle Safe DeploymentDiscipline for shipping changes reversibly, decouple deploy (code reaches production) from release (users see it) with feature flags, roll out progressively, and define the automated rollback trigger before shipping, not during the incident. Use when the user asks how to deploy a risky change, choose between canary/blue-green/rolling deployment, ship behind a feature flag, plan a rollback strategy, or asks "how do we ship this safely."
-
jbdamask Skill AWS LearningsProactively catch common AWS infrastructure mistakes before they happen. Use when creating or modifying AWS components — CloudFormation, CDK, Lambda, API Gateway, IAM, S3, CloudFront, EC2, EventBridge, SQS, Secrets Manager, or SSM — to find and apply hard-won deployment lessons and avoid known pitfalls. Read-only: fetches lessons, does not add them.
-
jbdamask Bundle Ec2 Claude CodeCreate an Ubuntu 24.04 LTS EC2 instance with Claude Code, Playwright (headless browser testing), tmux, git, beads (bd) task tracking, and agent-deck session manager pre-installed. Use when user wants to spin up a cloud development environment, create an EC2 for Claude Code, launch a remote Claude Code instance, or set up a dev box on AWS. Supports multiple instances per account with unique naming.
-
jbdamask Skill AWS Learnings AddContribute a new lesson to the AWS Learnings library (the llms.txt-format library at github.com/jbdamask/aws-learnings-library). Use this whenever you've just debugged, fixed, or discovered a non-obvious AWS gotcha — CloudFormation, CDK, Lambda, API Gateway, IAM, S3, CloudFront, EC2, EventBridge, SQS, Secrets Manager, SSM — and want to capture it for next time. Triggers on phrases like 'add an AWS learning', 'save this AWS lesson', 'capture this gotcha', 'add this to the learnings library', or after solving a tricky AWS deployment problem worth remembering. This skill WRITES files (a new lesson file + an updated index) and prepares a pull request; it is the write companion to the read-only 'aws-learnings' skill.
-
jbdamask Bundle AWS Quick EndpointCreate a token-secured REST API endpoint backed by AWS Lambda and DynamoDB with full CRUD and paginated list support. Deploys via CloudFormation. Use when user wants to quickly spin up an API endpoint, create a simple REST API on AWS, build a quick data store with an API, set up a Lambda+DynamoDB endpoint, or needs a fast way to log and retrieve structured data. Triggers on "create an endpoint", "quick API", "Lambda endpoint", "DynamoDB API", "CRUD endpoint", "log data to AWS".
-
i-onlabs Skill Deploy ItDeployment patterns for Vercel, Netlify, Replit, Firebase Hosting, Railway, Render, and Cloudflare. Use when user wants to deploy, publish, go live, host a website, or mentions these platforms. Also use when troubleshooting deployment issues like "works locally but not deployed" or environment variable problems.
-
thiientv Bundle Release EngineeringPrepares and controls software releases with risk classification, CI quality gates, artifact provenance, feature flags, staged rollout, measurable promotion and rollback thresholds, post-deploy verification, and cleanup. Use for deployment pipelines, launch readiness, canaries, production rollout, release automation, or rollback planning. Not for merely merging a completed development branch or proving one local change.
-
vasuag09 Skill EvalCheckpoint a change against its spec's acceptance criteria — run the machine-checks, adjudicate the prose ones, and gate ship until every criterion passes. Opt-in; not wired into the default pipeline. Use late in Verify, alongside /test and /verify.
-
vasuag09 Skill DeployRelease step that closes the loop after /ship — drive a change out to a running environment using the PROJECT'S OWN deploy mechanism (detect, never prescribe a stack), then smoke-test the deployed artifact and keep a guarded rollback path. Deploy is more outward-facing than git push, so it is arm-to-fire — plan and pre-check, then HALT and require an explicit `arm deploy` before any real outward action. Opt-in; invoked explicitly. Use after /ship to push a verified change to staging/prod under the harness's boundary discipline.
-
vasuag09 Skill HealthTake the target repo's health pulse on demand — run its test/lint/typecheck (and any extra) checks and emit one pass/fail summary. Auto-detects the repo's checks (package.json scripts or Makefile) with explicit --cmd override. Opt-in; not wired into the default pipeline. Output streams live but is never captured (secret-safe). Use to answer "is the repo green right now?" before shipping or after a major change.
-
vasuag09 Skill ExtractTurn a repeatable workflow observed this session into a PROPOSED reusable skill — draft it, evaluate it against the rubric, and stage it for your approval. Never writes into skills/. Opt-in; not wired into the default pipeline. Use when a Stop candidate appears or a workflow felt worth keeping.
-
vasuag09 Skill HarnessRun the FULL SDLC pipeline end-to-end — Plan → Implement → Verify → Maintain — with a checkpoint between every phase. Use for a complete feature from a one-line idea to merge-ready. Chains the four phase orchestrators; you approve each phase boundary.
-
vasuag09 Skill OperateSupervise a long-running, unattended agent run — an autonomous loop or a scheduled wake-up — that self-checkpoints against the repo's eval skills so it can't silently drift. Rides the platform's /loop + /schedule; adds halting guardrails (iteration cap, wall-clock budget, drift) and durable run state. Opt-in; not wired into the default pipeline. Use when a task needs many iterations or to run on a cadence without a human watching each step.
-
vasuag09 Bundle OrchestrateDecompose a multi-file task, fan out to parallel workers in dependency-ordered waves, and reconcile their results — with a one-writer-per-file guarantee. The third orchestration mode (parallel fan-out) alongside sequential and iterative-retrieval. Rides the platform Workflow tool as the engine; the skill is the lead — it splits the work, groups tasks into waves by their declared dependencies, assigns disjoint file-ownership within each wave, dispatches workers under explicit contracts, and merges their summaries. Opt-in; not wired into the default pipeline. Use when a task spans 3+ files that can be grouped into waves of independent, disjoint-write-set work.
-
naubergois Bundle Autodemo WebPipeline /demo do AutoDemo (JZnebel) — scout da URL, screencast no Chrome, narração e render MP4. Use when the user asks for /demo, AutoDemo Claude, gravar web app com Chrome DevTools, ou demo narrada a partir de uma URL.
-
valorisa Bundle PromptorGenerate optimized, domain-agnostic prompts via a 5-circle validation pipeline fused with 18 optimization hacks. Produces auditable, copy-paste-ready prompts for any AI tool. TRIGGERS: 'create a prompt', 'optimize this prompt', 'promptor', '/promptor', 'generate a system prompt', 'prompt engineering', 'build me a prompt for'. Also triggers on: 'reverse prompt engineer this', 'improve this prompt', 'prompt audit'.
-
valorisa Bundle Spec DrivenActivate spec-driven development mode with enforced pipeline (SPEC→PLAN→IMPL→VERIF→SYNTHESE), 3-way triage (FULL/LIGHT/SHIP), token budgets, and explicit gates. Use when starting a feature, refactoring, or complex task that benefits from structured spec-first workflow. TRIGGERS: 'spec-driven', '/spec-driven', 'mode spec', 'spec first', 'pipeline complet', 'workflow structure'. Do NOT trigger on simple questions, quick fixes, or when user explicitly wants fast/informal mode.
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 ts-object-model-alias, ts-convert-to-databricks-mv, ts-convert-from-databricks-mv. 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.