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 Kind DevPer-workspace KIND clusters for coder-k8s dev + demos. Use when this capability is needed.
-
tomevault-io Bundle Add Platform SupportAutomate adding new cloud provider/platform support to Ignition Use when this capability is needed.
-
tomevault-io Bundle Tsk ConfigUse this skill when the user wants to set up or configure tsk Docker container images, customize their tsk.toml for Docker builds, configure stack/agent/project layers, or troubleshoot tsk container build issues.
-
tomevault-io Bundle Skylos SecurityInvestigate and harden Skylos security behavior. Use when the user asks to validate a security finding, reproduce a scanner bypass, assess false negatives, review LLM evidence filters, analyze CI/cloud policy trust boundaries, classify severity, or add regression tests for security-sensitive analyzer behavior. Use when this capability is needed.
-
tomevault-io Bundle Fellipeutaka Leon DockerDocker Expert
-
tomevault-io Bundle AWSAmazon Web Services cloud platform with Lambda, EC2, S3, and RDS. Use for AWS infrastructure. Use when this capability is needed.
-
tomevault-io Bundle K9sk9s terminal UI for Kubernetes. Use for K8s management. Use when this capability is needed.
-
tomevault-io Bundle Gemini APIGuides the usage of the Gemini API on Agent Platform with the Google Gen AI SDK. Use when the user asks about using Gemini in an enterprise environment or explicitly mentions Vertex AI, Google Cloud, or Agent Platform. Covers SDK usage (Python, JS/TS, Go, Java, C#), capabilities like Live API, tools, multimedia generation, caching, and batch prediction. Use when this capability is needed.
-
tomevault-io Bundle Google Skills Gke BasicsGoogle Kubernetes Engine (GKE) Basics
-
tomevault-io Bundle Dev StartBring up the VITAL dev environment — the local Postgres (Docker Compose) and the Expo dev server (Metro) — in the background, restarting the dev server if it is already running, with an optional cache-clear. Use when the user runs /dev-start, asks to start / restart / boot the dev server, Metro bundler, or local database, or wants a fresh-cache (clean) restart. Use when this capability is needed.
-
tomevault-io Bundle CompileBuild ddprof inside the Ubuntu 24 dev Docker container. Defaults to Debug (gcc, no clang-tidy) for speed. Use when the user asks to compile, build, or rebuild the project. Reuses a running container when possible, otherwise launches one in the background. Accepts an optional mode arg (Deb/Rel/DebTidy/San/TSan/Cov). Use when this capability is needed.
-
tomevault-io Bundle FastmcpBuild, test, inspect, install, and deploy MCP servers with FastMCP in Python. Use when creating a new MCP server, wrapping an API or database as MCP tools, exposing resources or prompts, or preparing a FastMCP server for Claude Code, Cursor, or HTTP deployment. Use when this capability is needed.
-
tomevault-io Bundle Crm CLIManage contacts, companies, deals, and pipeline with crm.cli — a headless CLI-first CRM backed by SQLite with a virtual filesystem interface Use when this capability is needed.
-
tomevault-io Bundle Fireact BuilderHelps customize and extend Fireact SaaS apps after installation. Auto-detects Fireact projects by checking for @fireact.dev/app in package.json. Invoke when the user wants to add features, pages, custom components, navigation, branding, Cloud Functions, or i18n. Use when this capability is needed.
-
tomevault-io Bundle ShelveComplete guide to Shelve — team secrets platform, CLI (@shelve/cli), sync policies, scoped tokens, shelve run for agents/CI, push/pull/diff, and the web app. Install with npx skills add https://shelve.cloud Use when this capability is needed.
-
tomevault-io Bundle KagentiDeploy and manage Kagenti platform, operator, agents, and tools on Kubernetes. Use when this capability is needed.
-
tomevault-io Bundle CicdCI/CD pipeline best practices including GitHub Actions, testing, and deployment strategies. Use when this capability is needed.
-
tomevault-io Bundle PortainerControl Docker containers and stacks via Portainer API. List containers, start/stop/restart, view logs, and redeploy stacks from git. Use when this capability is needed.
-
tomevault-io Bundle Madihg Oulipo AutoforgeAutoforge — Build, Push, Deploy
-
tomevault-io Bundle Marcfargas Skills Azcliazcli — Azure Command-Line Interface
-
tomevault-io Bundle Microsoft Skills PresetDeploy Model to Optimal Region
-
tomevault-io Bundle Microsoft Skills SkillsMicrosoft.Azure.WebJobs.Extensions.AuthenticationEvents (.NET)
-
tomevault-io Bundle DevopsComprehensive DevOps engineering practices for Kubernetes, CI/CD, Bash scripting, Ansible, and cloud infrastructure. Use when this capability is needed.
-
tomevault-io Bundle Nestjs DeploymentDocker builds, Memory tuning, and Graceful shutdown. Use when this capability is needed.
-
tomevault-io Bundle Benchmark QuickQuick smoke test of the full mdarena pipeline, mine 3 PRs from a repo and run 1 task. Use when this capability is needed.
-
tomevault-io Bundle Huggingface Lora Space BuilderBuild and publish a Gradio demo on Hugging Face Spaces for a user-provided LoRA. Use when someone asks to create, generate, ship, or publish a Space, demo, Gradio app, or playground for a LoRA — including LoRAs for Qwen-Image, Qwen-Image-Edit, LTX-Video, Wan, FLUX, SDXL, or other diffusion base models. Also triggers when someone describes a LoRA they trained or hosts on the Hub and wants to share it. Covers picking the right base pipeline and `diffusers` inference recipe, designing a UI tailored to the LoRA's task and inputs (Union/multi-task control, edit, video, image, etc.), respecting model-card recommendations (trigger words, steps, guidance, LoRA scale, example inputs), and shipping to ZeroGPU hardware as a private Space by default. Use when this capability is needed.
-
tomevault-io Bundle Code Helm ReleaseUse when releasing CodeHelm, changing its package version, publishing code-helm to npm, pushing release tags, checking GitHub Actions publish status, creating or verifying GitHub Releases, or updating the CodeHelm release process.
-
tomevault-io Bundle Isol8Securely execute untrusted Python, Node.js, Bun, Deno, Bash, and AI agent code in sandboxed Docker containers. Use when this capability is needed.
-
tomevault-io Bundle Law Pipeline默认法律收录流程:将 .temp/laws_md 中的法律 Markdown 批量规范化为 Just Laws VuePress 站点交付件,可配对读取 .temp/laws 中的 Word 原件,并同步 category、sidebar 与 LAWS_PROGRESS.md。 Use when this capability is needed.
-
tomevault-io Bundle K8S TroubleshootingSystematic Kubernetes troubleshooting for pods, nodes, networking, and scheduling. Use when this capability is needed.
-
tomevault-io Bundle Analyzing CodeAnalyzes code statistics by language for project insight, CI/CD metrics, or before refactoring. Use this skill when understanding project composition, measuring change impact, or generating CI/CD metrics
-
tomevault-io Bundle Openapi SdkGenerate idiomatic native SDK clients (Go, Kotlin, Swift, or TypeScript) from an OpenAPI 3.x spec using `@ir-kit/openapi-{go,kotlin,swift,typescript}`. Each generator emits language-native code — Go uses `net/http` + `encoding/json` + `context.Context`, Kotlin uses OkHttp + kotlinx-serialization + suspend, Swift uses Codable + URLSession + async/throws, TypeScript wraps `@hey-api/openapi-ts` with the same `generate({ input, output })` shape. Use when the user wants to ship multi-language SDKs from one spec, generate a client for a specific language, or wire codegen into a build pipeline. Triggers on "Go SDK", "Kotlin client", "Swift SDK", "generate client from OpenAPI", "SDK from spec", "OpenAPI to Go", "OpenAPI to Kotlin", "OpenAPI to Swift", "multi-language SDK". Do NOT use for hey-api plugin authoring (see heyapi-plugin-author) or k6 load testing (see k6-loadtest). Use when this capability is needed.
-
tomevault-io Bundle BeszelUse this skill when the user wants to use beszel for Lightweight server monitoring with historical data, docker stats, and alerts..
-
tomevault-io Bundle EcspressoECS deployment tool - deploy, manage, and troubleshoot ECS services Use when this capability is needed.
-
tomevault-io Bundle Csp JudgeAnnotate self-verb completions for CSP-divergence runs. Reads the pending-cells manifest written by `pipeline/3_judge.py`, launches one Claude Code sub-agent per frame slug (be / act / please / youshould), each applying the rubric in `frame_agent.md` to pick the best self-verb per cell. Invoke after `pipeline/3_judge.py` reports cells lacking judgments. Use when this capability is needed.
-
tomevault-io Bundle AWS SkillAWS service integration for S3, EC2, and Lambda operations Use when this capability is needed.
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 kind-dev, add-platform-support, tsk-config. 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.