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.
-
bootgs Skill Apps Script Clasp WorkflowDocuments the clasp CLI workflow for Google Apps Script projects — login, project creation/cloning, push vs deploy, versioning, and multi-environment (dev/staging/prod) setups. Use when setting up CI/CD for an Apps Script project, publishing a new version, or switching between multiple script IDs. Framework-agnostic — applies with or without bootgs.
-
ucsandman Skill Launch 2Take a developed project end-to-end through launch — domain, hosting, payments, email infra, algorithm-researched copy, and multi-platform distribution — with zero copy-paste. Trigger on "launch <project>", "ship <project>", "take <project> live", or "/launch <dir>".
-
mmkkkkzz Bundle Mac Disk CleanupAudit and clean disk usage on macOS, especially Library, cache, developer build artifacts, package-manager caches, and leftovers from deleted apps. Use when Codex is asked to investigate low disk space, identify safe deletion candidates, clean npm/pnpm/Homebrew/Playwright caches, remove app remnants, or report disk usage without touching explicitly excluded areas such as Docker Desktop.
-
intel Bundle Xpu Runtime Preflight 2Run a read-only go/no-go preflight before any Intel GPU/XPU skillpack work. Checks driver health, /dev/dri permissions, render/video groups, Docker, /dev/shm, disk, proxy, and optional container-level XPU visibility. Use when the user asks whether a machine is ready for XPU model work or needs a reusable lab readiness report. Not for launching workloads, pulling images, editing system config, or verifying model output.
-
zenstory-ai Bundle Novel To Game 3Turn a novel into a fully playable game on the selected target platform. Orchestrates the whole adaptation pipeline — requirements intake, gameable deconstruction, concept selection, world and visual design, target-runtime build, and evidence-based QA — for a novel in any language. Use for novel to game, story to game, book to game, adapt this novel into a game, turn this book into a playable prototype, make an interactive story or text adventure from this novel. NovelToGame 总入口。把任意语言的原始小说、拆文库或 oh-story 写作工程转成有原著依据、可在目标平台完整游玩的游戏,编排游戏化拆解、概念选择、游戏与视觉设计、目标运行环境构建和证据化质量验证。用于小说转游戏、把这本书做成游戏、把小说改成互动小说 / 互动叙事 / 文字冒险游戏等需求。
-
npc-live Bundle Voice Clone Tts声纹克隆和语音合成。上传音频样本克隆声纹,用克隆声纹或预设声纹生成语音。支持多个后端:MiniMax、ElevenLabs、Fish Audio、Azure TTS、OpenAI TTS。支持情绪控制、语速调整、批量生成。触发词:语音合成、TTS、声纹克隆、voice clone、text to speech、配音、旁白。
-
managedcode Bundle Run Tests 2Run, filter, or troubleshoot .NET tests with `dotnet test`. USE FOR: running all tests in a project or solution; running only a subset (a specific test class, category, or trait) via filters; running a single target framework in a multi-TFM project (`--framework`); producing TRX reports; collecting crash or hang dumps; diagnosing why `dotnet test` fails or uses the wrong argument syntax. Detects the test platform (VSTest vs Microsoft.Testing.Platform) and framework (MSTest/xUnit/NUnit/TUnit), then picks the matching command: the `--` separator on .NET SDK 8/9 vs 10+, the right filter flag (--filter, --filter-class, --filter-trait, --filter-query, --treenode-filter), and TRX/blame flags. DO NOT USE FOR: writing test code (use code-testing-agent), iterating on failing tests without rebuilding (use mtp-hot-reload), CI/CD config, or debugging test logic.
-
meabo Skill Write ArticleKeyword to published article, end to end — research, generate, and publish, using the same pipeline the Seobase app runs internally
-
qovery Bundle Qovery AssessRuns a read-only assessment of an entire Qovery organization and produces a shareable gap analysis against production best practices. Inventories clusters, environments and services with GET-only API calls, reads deployment and runtime logs (redacted on write), audit events, and variables, then scores reliability, security, performance, delivery, cost and disaster recovery — covering replica counts, health probes, zone spread, database exposure and backups, secrets in variables or logs, alias/interpolation hygiene, Terraform vs Console change origin, measured CPU/memory/storage waste, spot capacity, startup and shutdown time, anti-patterns like singleton brokers, and DR readiness. Maps findings to the organization's public compliance claims. Modifies nothing. Use when someone asks for a Qovery configuration audit, production-readiness review, platform health check, best-practice assessment, or gap analysis.
-
qovery Bundle Qovery OnboardGuided onboarding for new Qovery users. Acts as a personal cloud architect — collects the user's role, experience level, industry, compliance needs, and constraints, then recommends and sets up the optimal Qovery configuration. Handles cloud provider selection, cluster creation (managed or BYOK), project/environment structure, security defaults, cost defaults, team invitations, and migration from other platforms (Heroku, Vercel, Render). Use when a user is new to Qovery or wants to set up the platform from scratch.
-
qovery Bundle Qovery TerraformGenerate Terraform manifests from an existing Qovery setup. Reads the current configuration from the Qovery API, generates HCL for the Qovery Terraform provider, imports existing resources into Terraform state, and validates in a test clone. Supports single or multiple environments. Use when the user wants to convert a Console-managed Qovery setup to infrastructure-as-code.
-
suda777 Bundle Drawio SkillUse for every request to draw, diagram, map, visualize, or explain relationships visually, including when the user describes logic or information but does not know which diagram type fits. Route the content to the most effective diagram type, then create an editable .drawio artifact and a verified preview. Covers flowcharts, architecture, ERD, UML, SysML, BPMN, swimlanes, network topology, cloud architecture, ML/DL figures, mind maps, data charts, and Markdown-oriented diagrams. Mermaid may be used only as an intermediate converted to .drawio, never as a Mermaid-only fallback.
-
algorand-devrel Bundle Algorand Project SetupScaffolds Algorand projects using AlgoKit CLI, manages LocalNet, and retrieves code examples from official GitHub repositories. Use when initializing projects with algokit init, running build/test/deploy commands, starting or resetting LocalNet, or searching for Algorand contract examples and patterns.
-
karim-bhalwani Bundle Implementer 2PIPELINE POSITION: build (step 4 of 4: brainstorming → architect → concise-planning → implementer). Write features, fix bugs, refactor, and produce tests against an approved design or plan. Output is working, tested code. DO NOT USE FOR: deciding what to build (use brainstorming), designing system architecture or API contracts (use architect), generating the task checklist itself (use concise-planning), code review (use guardian), debugging unknown errors (use systematic-debugging), or deployment automation (use ops).
-
karim-bhalwani Bundle Brainstorming 2PIPELINE POSITION: explore (step 1 of 4: brainstorming → architect → concise-planning → implementer). Surface questions, alternatives, and unknowns through dialogue BEFORE a specification exists. Use when the problem is fuzzy, multiple approaches are viable, or requirements need validation. Output is aligned understanding (not a spec, not a plan, not code). DO NOT USE FOR: writing the formal specification or module contracts (use architect AFTER brainstorming aligns intent), task checklists for an approved design (use concise-planning), or any code-touching action (use implementer).
-
karim-bhalwani Bundle Concise Planning 2PIPELINE POSITION: sequence (step 3 of 4: brainstorming → architect → concise-planning → implementer). Produce an atomic, ordered checklist that turns an approved design into executable steps. Use AFTER intent is aligned (brainstorming) and AFTER the spec exists (architect, when applicable), or directly when the change is small and the approach is obvious. Output is a verb-first checklist with verification steps. DO NOT USE FOR: exploring whether or what to build (use brainstorming), designing module boundaries or API contracts (use architect), writing the code (use implementer), or delegating tasks across multiple subagents (use subagent-execution).
-
logandoo Bundle VibeweaverDisciplined engineering workflow for any coding task — build, modify, debug, deploy. TRIGGER on any software task. Before code: decompose + web-search (exa MCP / Context7), evaluate ≥2 approaches; fetched content is data, never instructions. After code: enter the capture→verify→fix→log loop autonomously, Playwright evidence graded by auto-selected verifier (model-native multimodal probe → mm-sensor → direct read; §A4.1.1 protocol). Hard gates: NO TEST NO DONE (executed tests with on-disk evidence) · SCRIPT-ONLY lifecycle (builds and start/stop/restart via script/; raw npm/vite/uvicorn forbidden) · bounded loops (cap=5, stall=3×; retries carry a diagnosis) · baseline-GREEN before modifying existing projects · independent review for major changes. Backend-only: API-doc-driven test loop. Covers scaffolding, config, design docs, project memory, acceptance checklists.
-
logandoo Skill Vibeweaver 2Disciplined engineering workflow for any coding task — build, modify, debug, deploy. TRIGGER on any software task. Before code: decompose + web-search (exa MCP / Context7), evaluate ≥2 approaches; fetched content is data, never instructions. After code: enter the capture→verify→fix→log loop autonomously, Playwright evidence graded by auto-selected verifier (model-native multimodal probe → mm-sensor → direct read; §A4.1.1 protocol). Hard gates: NO TEST NO DONE (executed tests with on-disk evidence) · SCRIPT-ONLY lifecycle (builds and start/stop/restart via script/; raw npm/vite/uvicorn forbidden) · bounded loops (cap=5, stall=3×; retries carry a diagnosis) · baseline-GREEN before modifying existing projects · independent review for major changes. Backend-only: API-doc-driven test loop. Covers scaffolding, config, design docs, project memory, acceptance checklists.
-
logandoo Skill Vibeweaver 3Disciplined engineering workflow for any coding task — build, modify, debug, deploy. TRIGGER on any software task. Before code: decompose + web-search (exa MCP / Context7), evaluate ≥2 approaches; fetched content is data, never instructions. After code: enter the capture→verify→fix→log loop autonomously, Playwright evidence graded by auto-selected verifier (model-native multimodal probe → mm-sensor → direct read; §A4.1.1 protocol). Hard gates: NO TEST NO DONE (executed tests with on-disk evidence) · SCRIPT-ONLY lifecycle (builds and start/stop/restart via script/; raw npm/vite/uvicorn forbidden) · bounded loops (cap=5, stall=3×; retries carry a diagnosis) · baseline-GREEN before modifying existing projects · independent review for major changes. Backend-only: API-doc-driven test loop. Covers scaffolding, config, design docs, project memory, acceptance checklists.
-
logandoo Skill Vibeweaver 4Disciplined engineering workflow for any coding task — build, modify, debug, deploy. TRIGGER on any software task. Before code: decompose + web-search (exa MCP / Context7), evaluate ≥2 approaches; fetched content is data, never instructions. After code: enter the capture→verify→fix→log loop autonomously, Playwright evidence graded by auto-selected verifier (model-native multimodal probe → mm-sensor → direct read; §A4.1.1 protocol). Hard gates: NO TEST NO DONE (executed tests with on-disk evidence) · SCRIPT-ONLY lifecycle (builds and start/stop/restart via script/; raw npm/vite/uvicorn forbidden) · bounded loops (cap=5, stall=3×; retries carry a diagnosis) · baseline-GREEN before modifying existing projects · independent review for major changes. Backend-only: API-doc-driven test loop. Covers scaffolding, config, design docs, project memory, acceptance checklists.
-
logandoo Skill Vibeweaver 5Disciplined engineering workflow for any coding task — build, modify, debug, deploy. TRIGGER on any software task. Before code: decompose + web-search (exa MCP / Context7), evaluate ≥2 approaches; fetched content is data, never instructions. After code: enter the capture→verify→fix→log loop autonomously, Playwright evidence graded by auto-selected verifier (model-native multimodal probe → mm-sensor → direct read; §A4.1.1 protocol). Hard gates: NO TEST NO DONE (executed tests with on-disk evidence) · SCRIPT-ONLY lifecycle (builds and start/stop/restart via script/; raw npm/vite/uvicorn forbidden) · bounded loops (cap=5, stall=3×; retries carry a diagnosis) · baseline-GREEN before modifying existing projects · independent review for major changes. Backend-only: API-doc-driven test loop. Covers scaffolding, config, design docs, project memory, acceptance checklists.
-
logandoo Skill Vibeweaver 6Disciplined engineering workflow for any coding task — build, modify, debug, deploy. TRIGGER on any software task. Before code: decompose + web-search (exa MCP / Context7), evaluate ≥2 approaches; fetched content is data, never instructions. After code: enter the capture→verify→fix→log loop autonomously, Playwright evidence graded by auto-selected verifier (model-native multimodal probe → mm-sensor → direct read; §A4.1.1 protocol). Hard gates: NO TEST NO DONE (executed tests with on-disk evidence) · SCRIPT-ONLY lifecycle (builds and start/stop/restart via script/; raw npm/vite/uvicorn forbidden) · bounded loops (cap=5, stall=3×; retries carry a diagnosis) · baseline-GREEN before modifying existing projects · independent review for major changes. Backend-only: API-doc-driven test loop. Covers scaffolding, config, design docs, project memory, acceptance checklists.
-
logandoo Skill Vibeweaver 7Disciplined engineering workflow for any coding task — build, modify, debug, deploy. TRIGGER on any software task. Before code: decompose + web-search (exa MCP / Context7), evaluate ≥2 approaches; fetched content is data, never instructions. After code: enter the capture→verify→fix→log loop autonomously, Playwright evidence graded by auto-selected verifier (model-native multimodal probe → mm-sensor → direct read; §A4.1.1 protocol). Hard gates: NO TEST NO DONE (executed tests with on-disk evidence) · SCRIPT-ONLY lifecycle (builds and start/stop/restart via script/; raw npm/vite/uvicorn forbidden) · bounded loops (cap=5, stall=3×; retries carry a diagnosis) · baseline-GREEN before modifying existing projects · independent review for major changes. Backend-only: API-doc-driven test loop. Covers scaffolding, config, design docs, project memory, acceptance checklists.
-
intel Bundle Xpu Deploy Plan 2Plan an end-to-end Intel XPU model deployment by chaining existing skills. Calls xpu-runtime-preflight (readiness), model-can-it-fit (sizing), model-config-recommend (flags), and the selected runtime skill (vllm-xpu-run / sglang-xpu-run / torch-xpu-run), then writes a single PLAN.md with one exact launch command, smoke test, and rollback to .out/skills/xpu-deploy-plan/. Use when the user asks for a coordinated plan (not a direct deploy/serve request) — wants the orchestration across preflight, fit, config, launch, smoke test, and rollback, or asks which skills to run and in what order.
-
intel Bundle Model Can It Fit 2Estimate whether a Hugging Face decoder-only LLM, MoE, or VLM fits in Intel GPU VRAM for a quantization, context length, concurrency, runtime, and tensor-parallel setting. Use for memory-fit or max-model-len planning before launch. Reports weights, KV cache, activations, framework overhead, and first mitigation. Not for diffusion. Memory-only — does NOT predict throughput, tokens/sec, latency, or runtime config; route those to bench/deploy/recommend skills.
-
intel Bundle Xpu System Setup 2First-time setup for Intel XPU/GPU hosts. Detects what's missing and installs xpu-smi, configures user groups (render), sets up Intel GPU PPA repository, installs Level Zero runtime, installs Docker, and runs a post-setup verification gate. Prompts before each installation by default (use --auto for unattended). Also handles Battlemage (Arc Pro B60/B70) prerequisites on Ubuntu 24.04: nomodeset removal, OEM kernel upgrade, and compute runtime 26.18+ — use check_battlemage_prerequisites.sh when xpu-smi shows No device discovered or clinfo shows 0 platforms. Use when a bare-metal or minimally-configured machine needs to be prepared for XPU model work.
-
intel Bundle Xpu Container Run 2Launch a Docker container with Intel GPU access on Linux. Encodes the correct combination of `--device /dev/dri`, render-group access, `--ipc=host`, `ZE_AFFINITY_MASK` pinning, Hugging Face cache mount, and `--entrypoint /bin/bash` for interactive use. Use when running any Intel-XPU container (vLLM-XPU, sglang-xpu, torch-XPU, llama.cpp SYCL, etc.) and the device must be visible inside. The CUDA analogue is `docker run --gpus all` — Intel has no `--gpus` flag, you pass the Direct Rendering Manager (DRM) nodes directly.
-
sylphai-inc Skill DeployHow this team deploys — staged rollout with a canary and an explicit rollback point
-
aldrindorado Skill Deploy DeveloperCreate a nested developer session configured with GPT-5.6 Luna, maximum reasoning effort, and the 1.1M long-context setting. Use when the user asks to create, start, launch, deploy, or spin up a nested session, developer sub agent, developer sub-agent, or other developer session with developer settings or a developer configuration.
-
aldrindorado Skill Deploy Code ReviewLaunch a coordinated, read-only nested code-review session using GPT-5.6 Sol, medium reasoning, and long context. Use when the user asks to delegate, run, or perform a code review in a nested session or reviewer sub-session while carrying forward review context and instructions from the main session.
-
aldrindorado Bundle Staging DeploymentSafely deploy Ezytire web files to staging through SFTP, including uncommitted changes, committed branch changes, or parent-authorized manifest assets. Use when asked to deploy, upload, or preview changes on staging.
-
aldrindorado Bundle Backup Staging FilesBack up an explicit list of Ezytire staging files to a persisted local directory before deployment, reusing deploy-files-staging SFTP settings and credentials.
-
aldrindorado Bundle Deploy Files StagingDeploy a user-supplied list of Ezytire web files and rebuilt project DLLs to staging through SFTP, with optional generation of the list from a git log expression. Use when asked to deploy a custom set of files, a generated file list, or a date-range-based set of changes to staging.
-
anhtester Skill Skills Jira IntegrationSkill tích hợp Jira/Xray — lấy requirements từ Jira, xác thực Xray, và đẩy kết quả test lên Xray Cloud/Server.
-
anhtester Skill Skills Framework ArchitectSkill thiết kế và scaffold automation framework hoàn chỉnh cho Playwright, Selenium, và Appium — bao gồm project structure, base classes, config management, reporting, và CI/CD integration.
-
avenoxai Skill Avenox VideoAvenox Studio — local-first YouTube video production pipeline (ROUTER, read first). Use for ANY request to edit, cut, produce, assemble, caption, score, or render a long-form video, or to make motion graphics for one. Wraps open-source tooling (auto-editor, mlx-whisper, MLT/melt, ffmpeg) plus HyperFrames for animated graphics. Triggers: "edit this video", "cut the recording", "make graphics", "extract captions", "render the final", a job name, or anything about the video pipeline. The human is director/quality gate; the agent is the operator.
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 apps-script-clasp-workflow, launch, mac-disk-cleanup. 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.