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.
-
raja21068 Bundle Content Refinement AgentStep 5 of the PaperOrchestra pipeline (arXiv:2604.05018). Iteratively refine drafts/paper.tex by simulating peer review and applying targeted revisions, with strict accept/revert halt rules. Maintains a worklog and snapshots each iteration so revert is real, not symbolic. TRIGGER when the orchestrator delegates Step 5 or when the user asks to "refine the draft", "iterate on the paper", or "run peer review on this paper".
-
cleanexpo Bundle Content PipelineAI content generation pipeline guide for SYNTHEX. Documents the model registry, provider abstraction, BYOK key injection, content scoring, and repurposing flow. Use when working on AI-powered content features or debugging model selection issues.
-
cleanexpo Skill Build Orchestrator5-phase deployment orchestrator for Synthex production releases. Manages the full lifecycle from preflight validation through post-deploy monitoring. Use when deploying to production, running build pipelines, or diagnosing deployment failures. Phases: PREFLIGHT, BUILD, DEPLOY, VERIFY, MONITOR.
-
cleanexpo Skill Vercel Build DoctorDiagnose Synthex Vercel production build failures from the actual build logs, not guesses. Pulls the failed deployment's logs via the Vercel REST API, classifies the failure against a known-error table (OOM/exit 137, type-check, schema drift, module-not-found, function-size, timeout), and applies the proven fix. Use whenever a Vercel deploy shows "failure"/ERROR, the GitHub "Vercel – synthex" check is red, or someone says "we're still getting Vercel errors".
-
cleanexpo Bundle Client Content StudioAutonomous per-client avatar+voice content engine (HeyGen + ElevenLabs) that turns a paying client's project activity into constant client-focused updates, published and measured per client through the Synthex dashboard. NEVER publish client-facing content without the human-approval gate. NEVER generate a HeyGen avatar without a recorded consent record. NEVER report fabricated client metrics (views/engagement) — only real or DATA_REQUIRED. ALWAYS scope per client and one-source→many-surfaces. Activate on ANY request to generate client video/voice updates, onboard a client to the studio, build the autonomous content loop, or work on the HeyGen/ElevenLabs pipeline.
-
cleanexpo Skill PerformanceReview PR for bundle size regressions, N+1 queries, serverless function size, and render performance
-
cleanexpo Skill Synthex OrchestratorOrchestrate the brand intelligence pipeline — load clients, spawn agents, track costs, write summaries
-
cleanexpo Skill Ceo Board Pipeline IntegrationCEO Board integration layer — convene 9 personas for strategic decisions within the brand intelligence pipeline
-
dannykkh Bundle ZeusZero-interaction full pipeline skill. 사용자가 한 줄 설명만 제공하면 설계(zephermine) → 구현(agent-team) → 감리(argos) → Docker 구성 → 테스트(minos) 전체를 자동 완료. 인터랙티브 질문 도구 절대 호출 금지. /zeus로 실행. 제우스.
-
dannykkh Bundle Draw IoCreate and edit draw.io diagrams (.drawio files). Use when user asks to "create a diagram", "edit drawio", mentions .drawio files, wants AWS architecture diagrams, or needs to convert diagrams to PNG. Triggers on "drawio", "draw.io", ".drawio", "diagram xml".
-
dannykkh Bundle Docker DeployDocker 이미지 기반 배포 환경을 자동으로 구성합니다. /docker-deploy 명령으로 Dockerfile, docker-compose, install.bat 등 배포에 필요한 모든 파일을 생성합니다.
-
dannykkh Skill Docker DB BackupDocker 환경에서 DB 자동 백업이 필요할 때 사용. PostgreSQL, MySQL, MariaDB 지원. /docker-db-backup으로 실행.
Audited -
chorus-aidlc Skill Yolo ChorusFull-auto AI-DLC pipeline — drive a single prompt from Idea through Proposal, Execution, and Verification to Done.
-
chorus-aidlc Skill YoloFull-auto AI-DLC pipeline — from prompt to done. Automates the entire Idea -> Proposal -> Execute -> Verify lifecycle.
-
chorus-aidlc Skill Chorus YoloFull-auto AI-DLC pipeline — from prompt to done. Automates the entire Idea -> Proposal -> Execute -> Verify lifecycle.
-
stacksjs Skill Stacks AIUse when integrating AI capabilities into a Stacks application - using Anthropic/OpenAI/Ollama/AWS Bedrock drivers, image generation (DALL-E), vision analysis, RAG/vector search, embeddings, MCP (Model Context Protocol) clients, text summarization, sentiment analysis, content classification, personalization, or the buddy AI assistant. Covers @stacksjs/ai and config/ai.ts.
-
stacksjs Skill Stacks DnsUse when managing DNS in a Stacks application - Route53 hosted zones, domain records, nameserver management, or DNS configuration. Covers @stacksjs/dns (AWS Route53 driver), @stacksjs/dnsx, and config/dns.ts.
-
navikt Skill DoctorAudits whether the current repository is ready for effective Grillmester use across Copilot CLI, the Copilot app, cloud agent, and Copilot code review. Use only when the user explicitly asks to check, diagnose, or understand the repository's Grillmester setup; the audit is read-only.
-
zai-org Skill GlabGitLab CLI (glab) for working with GitLab from the command line. Read this skill before running any `glab` or GitLab API command — it applies to every GitLab operation, whether reading or writing (for example merge requests, issues, work items, discussions and threaded replies, comments, CI/CD pipelines, releases, packages, members, and project settings). Whenever a task touches GitLab in any way, consult this skill first so you use the correct, safe command on the first try. Prefer glab over raw API calls for all GitLab operations.
-
zai-org Skill Auth Wechat MiniprogramCloudBase WeChat Mini Program native authentication guide. This skill should be used when users need mini program identity handling, OPENID/UNIONID access, or `wx.cloud` auth behavior in projects where login is native and automatic.
-
zai-org Skill Ops InspectorAIOps-style one-click inspection skill for CloudBase resources. Use this skill when users need to diagnose errors, check resource health, inspect logs, or run a comprehensive health check across cloud functions, CloudRun services, databases, and other CloudBase resources.
-
compozy Bundle CompozyOperate CompozyOS. Use when working with CompozyOS sessions, agents, native tools, skills, memory, Network, tasks, Loops, Goals, Terminal, desktops and windows, bridges, automation, extensions, or configuration. Don't use for unrelated projects.
-
sd0xdev Bundle Pre Pr AuditPre-PR confidence audit with 5-dimension scoring. Use when: final check before commit/push/PR, evaluating PR readiness, assessing test quality + risk + coverage holistically. Triggers: pre-pr, readiness check, confidence audit, final verification, ready to PR, how confident. Not for: code review (use codex-review-fast), post-deploy verification (use feature-verify), periodic health (use project-audit).
-
sd0xdev Bundle Feature VerifyFeature verification (READ-ONLY, P0-P5). Use when: verifying feature behavior after deployment, validating API responses, diagnosing production issues, post-deploy smoke test. Not for: modifying data (use feature-dev), code review (use codex-review-fast), writing tests (use codex-test-gen), security audit (use codex-security).
-
justcyl Bundle Alan Pipeline管理研究项目的 card(知识单元)。当用户需要记录实验发现、提出假设、做出决策时使用。适用于 alan/ 目录存在的项目。
-
justcyl Skill Paper Figure Gen为学术论文生成 publication-quality 图片(架构图、pipeline、概念示意图、对比图等)。 内置学术 prompt 工程、强制 inspect-revise 循环、LaTeX snippet 输出。 底层调用 gemini-image-gen skill 的 generate_image.py 引擎。 适用场景:"画个架构图"、"generate a figure for my paper"、"论文配图"、"method overview diagram"。
-
cold-iq Skill Bridgebound History 1616 history-based Bridgebound triggers from Flip The Script - Demo Pipeline, Closed-Lost, Executive Churn, Email Engagement, and Reciprocity. Use when re-engaging past prospects, reactivating closed-lost deals, or building win-back campaigns.
-
calven-ai Bundle Snapshot PullPull one named snapshot from a wired integration into data/<domain>/snapshots/, or say which export to drop there. Use when "pull the pipeline", "refresh analytics", or when a snapshot is missing.
-
calven-ai Bundle Pipeline ReportPipeline report
-
calven-ai Bundle Attribution AnalysisCompare first-touch, last-touch and multi-touch views of which channels drive pipeline, and propose the model to standardise on. Use when "what drives pipeline", "attribution", "channel ROI".
-
nroze22 Skill Deploy PlanCreate deployment plans for validated GxP environments including validation impact assessment, pre-deployment checklists, deployment steps with rollback criteria, post-deployment verification, and GxP documentation.
-
nroze22 Skill Cicd PipelineDesign and optimize CI/CD pipelines for Talosix EDC systems with GxP-compliant quality gates, automated testing, security scanning, and validated deployment strategies.
-
nroze22 Skill Sales ForecastForecast Talosix pipeline and revenue with weighted pipeline analysis, historical conversion rates, and segmentation by deal type, customer type, and study phase.
-
nroze22 Skill Deal Risk AssessmentAssess deal health and risk factors for Talosix EDC opportunities, score deals across multiple dimensions, identify red flags, and recommend actions to improve pipeline forecast accuracy.
-
kimtth Skill CI CDUse when: design or improve a CI/CD pipeline for fast, reliable, automated build-test-deploy.
-
gabrielmoreira Bundle Video ClawAI 视频生成全流程:通过 6 个阶段(剧本→角色/场景设计→分镜→参考图→视频生成→后期剪辑)将用户想法转化为完整视频。支持临时工作台(单独调用 LLM、VLM、文生图、图生图、视频生成)和一次性短流程 Pipeline(文艺短视频、动作迁移、数字人口播)。触发词:视频生成、AI视频、AIGC、创作视频、制作视频、AI画图、文艺短视频、静态短视频、动作迁移、数字人口播。
17
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 content-refinement-agent, content-pipeline, build-orchestrator. 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.