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.
-
jscraik Bundle Talk Marsden Agent DesktopsUse when the user asks about Luke Marsden's talk "Giving Every Agent Its Own Desktop: Lessons from Dogfooding HelixML" — including questions about HelixML, giving each agent its own GPU-accelerated desktop, spec-driven development with plan/implement phases, scaling agents by task vs by org-shape, centralized vs per-developer agent infrastructure, forking Zed for remote control, ZFS-cloned Docker-in-Docker dev environments, mixing local models (Llama 3.1) with frontier models (Claude Opus), the "snake eating its own tail" dogfooding approach, self-improving companies, or applying his design opinions to your own agent platform.
-
jacob-balslev Skill Performance BudgetsUse when declaring, measuring, or enforcing performance thresholds as a quality contract rather than as an aspirational target. Covers the three budget axes (time, size, count), the four governing properties of a real budget (metric, threshold, percentile, consequence), the Core Web Vitals set (LCP, INP, CLS), the RAIL model, Lighthouse budgets.json, lab vs field measurement, and the discipline of treating budget breach as a build or deploy failure rather than a tracked metric. Do NOT use for the activity of profiling and optimizing a specific slow path (use performance-engineering), the choice of rendering model that bounds achievable budgets (use rendering-models), or the design of observability and telemetry signals (use observability-modeling).
-
jacob-balslev Skill Skill InfrastructureUse when designing or auditing deterministic health tooling for a skill library: schema/source validation, manifest/protocol parity, relation integrity, routing health, drift/export checks, supply-chain scanning, and eval-verdict evidence honesty. Covers checker ownership, the library-as-database model, release gates, and maintenance workflows after batch skill changes. Do NOT use for authoring one SKILL.md (use `skill-scaffold`), repo conformance audits (use `graph-audit`), generic lint rules (use `lint-overlay`), or reviewing checker code (use `code-review`). Do NOT use for scaffold a new SKILL.md for our team''s deploy procedure. Do NOT use for audit this Skill Graph repo for schema conformance and dangling relation targets. Do NOT use for the manifest sample drifted from the generator — find the mismatch. Do NOT use for improve this prompt''s wording to get better outputs. Do NOT use for review this AI-generated PR for correctness. Do NOT use for review this PR that changes scripts/skill-lint.js.
Audited -
jscraik Bundle Talk Debois Agent EnablementUse when the user asks about Patrick Debois's talk "Coding Agents Don't Scale Themselves. Neither Do Your Teams. The Rise of Agent Enablement." — including questions about agent enablement teams, the three pillars (Enablement, Platform, Governance), the Context Development Lifecycle applied to org charts, AI product engineers, agent KPIs like turns-per-task, harnesses and shared context libraries, fixing the system vs. fixing the code, the barrel mental model, continuous learning as the next CI/CD, or how VPs / team leads / platform teams should scale AI coding agents across an org.
-
jscraik Bundle Talk Lawson Agent ExperienceUse when the user asks about Dana Lawson's talk "Built for Humans. Now Agents Are Here." (Netlify CTO, 2026) — including questions about Agent Experience (AX), the AX paradox, redesigning CLIs/build logs/deploy previews for agents, moving from APIs to capabilities, event-driven agent architectures, blueprints (skills/recipes/context/ADRs), software factories, autonomous development loops, sandbox + human-in-loop + audit/rollback trust principles, the expanded "builder persona," or applying Netlify's AX approach to the user's own platform.
-
jscraik Bundle Talk Trieloff Browser AgentsSummarizes, explains, and applies Lars Trieloff's AI Native DevCon talk on browser-native agents. Use for browser agents, running AI in the browser, browser-as-runtime architecture, agent containment, local-versus-cloud tradeoffs, safe AI product integration, documented APIs, user consent, credential isolation, and reviewable agent actions.
-
dykyi-roman Skill Analyze Docker Runtime ErrorsAnalyzes Docker runtime errors for PHP containers. Identifies 502 Bad Gateway, OOM kills, connection refused, and permission issues.
-
dykyi-roman Skill Check Docker Layer EfficiencyChecks Docker layer efficiency for PHP builds. Analyzes layer ordering, cache utilization, and identifies optimization opportunities.
-
dykyi-roman Skill Check Docker User PermissionsChecks Docker user and permission configuration. Detects root execution, improper file ownership, and missing security constraints.
-
dykyi-roman Skill Docker Orchestration KnowledgeDocker orchestration knowledge base. Provides patterns for Swarm, Kubernetes basics, service scaling, and load balancing for PHP.
-
dykyi-roman Skill Create Docker Supervisor ConfigGenerates Supervisor configuration for Docker PHP containers. Creates process management configs for workers, schedulers, and multi-process setups.
-
dykyi-roman Bundle Docker PHP Extensions KnowledgeDocker PHP extensions knowledge base. Provides installation patterns for common extensions, build dependency management, and PECL usage.
-
dykyi-roman Skill Create Docker Compose ProductionGenerates Docker Compose production configurations for PHP projects. Creates hardened stacks with resource limits, restart policies, and monitoring.
-
dykyi-roman Bundle Docker Troubleshooting KnowledgeDocker troubleshooting knowledge base. Provides debugging patterns, common error solutions, and diagnostic commands for PHP containers.
-
dykyi-roman Skill Check Docker Production ReadinessChecks Docker production readiness for PHP applications. Verifies health checks, graceful shutdown, logging, monitoring, and resource limits.
-
dykyi-roman Skill Optimize Docker Compose ResourcesOptimizes Docker Compose resource allocation for PHP stacks. Configures memory limits, CPU constraints, and service scaling.
-
coderabbitai Skill NccExpert guidance for @vercel/ncc — a simple CLI for compiling Node.js modules into a single file with all dependencies included. Use when bundling serverless functions, CLI tools, or any Node.js project into a self-contained file.
-
coderabbitai Bundle Huggingface JobsThis skill should be used when users want to run any workload on Hugging Face Jobs infrastructure. Covers UV scripts, Docker-based jobs, hardware selection, cost estimation, authentication with tokens, secrets management, timeout configuration, and result persistence. Designed for general-purpose compute workloads including data processing, inference, experiments, batch jobs, and any Python-based tasks. Should be invoked for tasks involving cloud compute, GPU workloads, or when users mention running jobs on Hugging Face infrastructure without local setup.
-
jscraik Bundle Talk Selajev Docker Sandboxes AgentsExplains Oleg Selajev's Docker Sandboxes talk and helps design safe, conceptual agent-isolation policies: file-sharing boundaries, network policy, secret isolation, audit expectations, and team rollout questions. Use when the user asks about sandboxed agents, hard isolation, local agent risk, or how to reason about agent safety without setup instructions.
-
stevenke1981 Skill Sales Pipeline Analyst當使用者需要「銷售漏斗分析師」處理銷售相關任務時啟動。本 Agent 會先確認目標、資料來源、限制與驗收標準,再建立以客戶需求、資格判定、價值證據與下一步為核心的銷售流程,並輸出證據、風險、下一步與需要人工覆核的事項。
-
jscraik Bundle Talk Douglas Training AI On Your Own CodeAnswers questions about Brian Douglas's talk on training AI on your own code. Use when a user asks about Brian Douglas's pipeline for capturing agent sessions, extracting skills from traces, fine-tuning small local models, tapes/steros tooling, SFT vs DPO decisions, or wants to apply his agent telemetry and training data approach to their own work with Claude Code, QLoRA, or parallel agents.
-
coderabbitai Bundle Render DeployDeploy applications to Render by analyzing codebases, generating render.yaml Blueprints, and providing Dashboard deeplinks. Use when the user wants to deploy, host, publish, or set up their application on Render's cloud platform.
-
coderabbitai Skill Deployments CicdVercel deployment and CI/CD expert guidance. Use when deploying, promoting, rolling back, inspecting deployments, building with --prebuilt, or configuring CI workflow files for Vercel.
-
coderabbitai Skill Vercel FunctionsVercel Functions expert guidance — Serverless Functions, Edge Functions, Fluid Compute, streaming, Cron Jobs, and runtime configuration. Use when configuring, debugging, or optimizing server-side code running on Vercel.
-
coderabbitai Bundle Huggingface LLM TrainerThis skill should be used when users want to train or fine-tune language models using TRL (Transformer Reinforcement Learning) on Hugging Face Jobs infrastructure. Covers SFT, DPO, GRPO and reward modeling training methods, plus GGUF conversion for local deployment. Includes guidance on the TRL Jobs package, UV scripts with PEP 723 format, dataset preparation and validation, hardware selection, cost estimation, Trackio monitoring, Hub authentication, and model persistence. Should be invoked for tasks involving cloud GPU training, GGUF conversion, or when users mention training on Hugging Face Jobs without local GPU setup.
-
coderabbitai Skill Investigation ModeOrchestrated debugging coordinator. Triggers on frustration signals (stuck, hung, broken, waiting) and systematically triages: runtime logs → workflow status → browser verify → deploy/env. Reports findings at every step.
-
frankxai-agentic-creator-os Skill Ops CadenceRun the weekly FrankX operations loop — triage the inquiry inbox, advance the CRM pipeline, sweep open PRs across repos, and surface the content plan. Use for "/ops", "run the ops loop", "weekly ops", "triage inquiries", "what needs my attention", or any business-operations check-in.
-
coderabbitai Bundle Deploy To VercelDeploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".
-
frankxai-agentic-creator-os Bundle ShipShip workflow: detect + merge base branch, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR. Use when asked to "ship", "deploy", "push to main", "create a PR", or "merge and push". Proactively suggest when the user says code is ready or asks about deploying.
-
cgallic Bundle Kai Sdr OperatorBuild a plug-in-ready SDR operator package for sales development and outbound pipeline work: ICP definition, compliant lead-source plan, enrichment/research workflow, account scoring, outbound assets, CRM handoff, reply triage, meeting prep, approval gates, and loop memory. Use when "SDR", "sales development", "outbound SDR", "operator room", "lead gen pipeline", "prospecting pipeline", "ICP targeting", "Apify", "RapidAPI", "Clay", "Apollo", "agentic SDR workflow", "sales operating loop", "sales dashboard handoff", or any request to package outbound sales workflows that can later connect to data tools, CRMs, or operator surfaces.
-
frankxai-agentic-creator-os Bundle CanaryPost-deploy canary monitoring. Watches the live app for console errors, performance regressions, and page failures using the browse daemon. Takes periodic screenshots, compares against pre-deploy baselines, and alerts on anomalies. Use when: "monitor deploy", "canary", "post-deploy check", "watch production", "verify deploy".
-
frankxai-agentic-creator-os Bundle AutoplanAuto-review pipeline — reads the full CEO, design, and eng review skills from disk and runs them sequentially with auto-decisions using 6 decision principles. Surfaces taste decisions (close approaches, borderline scope, codex disagreements) at a final approval gate. One command, fully reviewed plan out. Use when asked to "auto review", "autoplan", "run all reviews", "review this plan automatically", or "make the decisions for me". Proactively suggest when the user has a plan file and wants to run the full review gauntlet without answering 15-30 intermediate questions.
-
liqiongyu Bundle FundraisingPlan early-stage fundraising: raise decision memo, round design, pitch narrative, investor pipeline, diligence prep.
-
frankxai-agentic-creator-os Bundle Setup DeployConfigure deployment settings for /land-and-deploy. Detects your deploy platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom), production URL, health check endpoints, and deploy status commands. Writes the configuration to CLAUDE.md so all future deploys are automatic. Use when: "setup deploy", "configure deployment", "set up land-and-deploy", "how do I deploy with gstack", "add deploy config".
-
frankxai-agentic-creator-os Bundle Oci Services ExpertExpert guidance on Oracle Cloud Infrastructure services, cloud architecture patterns, cost optimization, deployment strategies, and OCI best practices for enterprise solutions
-
frankxai-agentic-creator-os Skill Docker ContainersDocker containerization patterns for development and production. Covers Dockerfile best practices, multi-stage builds, docker-compose, and container orchestration.
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 talk-marsden-agent-desktops, performance-budgets, skill-infrastructure. 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.