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.
-
no-problem-dev Skill Agent IOS Build Runner<!-- AUTO-GENERATED by deploy-to-codex | Source: plugins/ios-dev/agents/ios-build-runner.md | 2026-02-14 -->
-
javeedishaq Skill Mobile CicdMobile CI/CD Patterns
-
simplefarmer69 Skill Ac Launchpad Pinksale Apechain 16Token launch: deploy via pinksale on apechain with liquidity bootstrapping
-
simplefarmer69 Skill Ac Deploy Token Raydium Launchlab Base 211Deploy Token Raydium Launchlab Base 211
-
x402agent Skill Pump Build Release 2Build and release pipeline for the Pump SDK — tsup TypeScript builds, Cargo release profiles, semantic release with commitizen, npm publishing, linting, Makefile targets, Vercel deployment, and MCP server distribution.
9 -
agentuity Skill Agentuity CLI Auth LogoutLogout of the Agentuity Cloud Platform. Use for managing authentication credentials
-
agentuity Skill Agentuity CLI Cloud Env ListList all environment variables. Requires authentication. Use for Agentuity cloud platform operations
-
agentuity Skill Agentuity CLI Cloud Env PushPush environment variables from local .env file to cloud. Requires authentication. Use for Agentuity cloud platform operations
-
agentuity Skill Agentuity CLI Cloud Apikey GetGet a specific API key by id. Requires authentication. Use for Agentuity cloud platform operations
-
agentuity Skill Agentuity CLI Cloud Apikey ListList all API keys. Requires authentication. Use for Agentuity cloud platform operations
-
agentuity Skill Agentuity CLI Cloud Secret ListList all secrets. Requires authentication. Use for Agentuity cloud platform operations
-
agentuity Skill Agentuity CLI Cloud Secret PushPush secrets from local .env file to cloud. Requires authentication. Use for Agentuity cloud platform operations
-
agentuity Skill Agentuity CLI Cloud Keyvalue SetSet a key and value in the keyvalue storage. Requires authentication. Use for Agentuity cloud platform operations
-
agentuity Skill Agentuity CLI Cloud Vector StatsGet statistics for vector storage. Requires authentication. Use for Agentuity cloud platform operations
-
agentuity Skill Agentuity CLI Cloud Keyvalue ReplStart an interactive repl for working with keyvalue database. Requires authentication. Use for Agentuity cloud platform operations
-
agentuity Skill Agentuity CLI Cloud Thread DeleteDelete a thread. Requires authentication. Use for Agentuity cloud platform operations
-
agentuity Skill Agentuity CLI Cloud Keyvalue StatsGet statistics for keyvalue storage. Requires authentication. Use for Agentuity cloud platform operations
-
agentuity Skill Agentuity CLI Cloud Storage UploadUpload a file to storage bucket. Requires authentication. Use for Agentuity cloud platform operations
-
agentuity Skill Agentuity CLI Cloud Deployment UndeployUndeploy the latest deployment. Requires authentication. Use for Agentuity cloud platform operations
-
agentuity Skill Agentuity CLI Cloud Vector List NamespacesList all vector namespaces. Requires authentication. Use for Agentuity cloud platform operations
-
agentuity Skill Agentuity CLI Cloud Keyvalue List NamespacesList all keyvalue namespaces. Requires authentication. Use for Agentuity cloud platform operations
-
microsoft Bundle Generate Pcf CompanionGenerate the dispatcher PCF for a third-party `.ppmplugin` (wrap-runtime) control. Runs `pac pcf init` in the pcf/ subfolder, rewrites ControlManifest.Input.xml from ARCHITECTURE §6, and writes index.ts derived from ARCHITECTURE §4 (message contract), §8 (PCF surface), §9 (error UX) — no placeholders. The bridge dispatches the composite key `<name>/<receiver>` to `NativeModules.<nativeModule>.<method>` via the host-injected `window.PowerApps.NativeExtension.sendAsync` global (never `cordova.exec` — not in the PCF sandbox); also emits a `PowerAppsNativeExtension.d.ts` ambient declaration. Responses are peeled with `extractResponse`. Emits structured JSON debug/error logs. Validated by `npm run build`. **Local only** — does not deploy. Needs only `pac` CLI. Run after the native module exists. Uses npm (not pnpm).
2.7k -
simplefarmer69 Skill Ac Gpt Openai 114Production ML pipeline to forecast with openai with caching, retries, and cost tracking
-
simplefarmer69 Skill Ac Oracle Dune 335On-chain data pipeline: stream blockchain events on ethereum via dune
-
skyfox675 Bundle Browser DiagnosisReproduce and root-cause a front-end bug in a real browser using whichever browser MCP is connected — Chrome (claude-in-chrome), Playwright, Cypress, or Chrome DevTools — not just one. Drive the page as the signed-in user, watch the network and console, capture the failing request/response, shim/mock to isolate the fault, and record a repro, then hand the evidence to the issue being filed. Use whenever a symptom needs live-browser evidence (the toast says failed but it saved, a column shows zero, a click 404s) and from the /…-use-browser command family (and the engine-pinned /…-use-chrome, /…-use-playwright, /…-use-cypress variants), the /…-use-aws-browser commands, and the diagnostician agent. Picks the available MCP automatically and degrades gracefully when none is connected.
-
dingxingdi Bundle Adaptive Pipeline Orchestration And Repair 3Skill: adaptive pipeline orchestration and repair
-
natejswenson Bundle GhfactoryGenerate GitHub Actions workflows that are verified rather than hoped for — every action ref resolved to a real pinned SHA, actionlint and zizmor clean, staleness reported, before you ever see the YAML. Use when the user asks to create, add, fix, review, harden or speed up a GitHub Actions workflow, CI, a CI/CD pipeline, a release or publish workflow, a deploy workflow, a matrix build, a scheduled job, or says "set up CI", "add a workflow", "my workflow is broken", "why is my action failing", "pin my actions", or "audit my workflows".
-
pvsundar Bundle Cgpt Tool Routing LessonsApply Codex-native routing lessons for filesystem sandbox boundaries, connector scopes, local workspace paths, escalation, and tool choice. Use when file access fails, paths are outside the workspace, connectors may be needed, writes require approval, or a task crosses local/cloud/profile directories.
-
tashfeenahmed Skill DockerDocker container management - build, run, compose
-
oimiragieo Bundle Telegram Voice PipelineEnd-to-end voice message pipeline for Telegram — download OGG attachment, transcribe with Whisper, generate a text response, convert to MP3 via ElevenLabs TTS, and reply with the audio file.
0 -
impertio-studio Bundle Cesium Impl Aec GeorefUse when placing a BIM model, CAD model, IFC export, or city model into a CesiumJS globe at its real geographic location, and the model renders at the center of the Earth, sits at the wrong place, floats above or sinks below terrain, or faces the wrong direction. Prevents the identity-modelMatrix mistake (a model with no transform draws in raw ECEF coordinates), the double-transform mistake (re-placing an already-georeferenced ion tileset), the radians-versus-degrees HeadingPitchRoll mistake, and the conversion-pipeline-is-an-API mistake. Separates the official CesiumJS georeferencing API (Transforms, Matrix4, HeadingPitchRoll, modelMatrix) from the external CityGML and IFC conversion workflow. Keywords: CesiumJS AEC, georeference, georeferencing, BIM in Cesium, IFC in Cesium, CityGML, modelMatrix, Transforms.eastNorthUpToFixedFrame, headingPitchRollToFixedFrame, HeadingPitchRoll, Matrix4, ECEF, local frame, east north up, digital twin, geo-BIM, EdgeDisplayMode, CAD edges, model wrong location, model at cente
-
impertio-studio Bundle Cesium Impl Cesium IonUse when integrating Cesium ion assets into a CesiumJS app: loading ion-hosted 3D Tiles, terrain, or imagery, configuring the ion access token, uploading data for tiling, or deciding between ion SaaS and self-hosting. Prevents the missing-token blank globe (a 401 on every ion asset), the leaked-token security mistake (shipping a write-scoped or account token to the browser), the direct-constructor mistake on IonResource and the ion providers, and the demo-token-in-production mistake. Covers Ion.defaultAccessToken, IonResource.fromAssetId, Cesium3DTileset.fromIonAssetId, IonImageryProvider.fromAssetId, CesiumTerrainProvider.fromIonAssetId, the Cesium-hosted base assets, the upload and tiling flow, and self-hosting. Keywords: Cesium ion, ion access token, Ion.defaultAccessToken, IonResource, fromIonAssetId, fromAssetId, IonImageryProvider, CesiumTerrainProvider, createWorldTerrainAsync, createOsmBuildingsAsync, asset id, ion REST API, tiling pipeline, 401 unauthorized, 403 forbidden, ion token, asset not loadin
-
impertio-studio Bundle Cesium Syntax 3d TilesUse when loading a 3D Tiles tileset into a CesiumJS scene, streaming a city, point cloud, or photogrammetry dataset, picking a tile feature, or tuning a tileset for detail and memory. Covers Cesium3DTileset.fromUrl and fromIonAssetId, the 3D Tiles 1.0 binary formats versus 1.1 glTF content, structured metadata, maximumScreenSpaceError, and Cesium3DTileFeature. Keywords: Cesium3DTileset, Cesium3DTileset.fromUrl, fromIonAssetId, Cesium3DTileFeature, 3D Tiles, tileset json, b3dm, i3dm, pnts, cmpt, glTF tile content, 3D Tiles 1.1, structured metadata, implicit tiling, multiple contents, maximumScreenSpaceError, cacheBytes, clippingPlanes, clippingPolygons, getProperty, tileLoad, tileFailed, tileset not loading, tiles missing, tileset not showing, tileset blank, CORS error, 401 tileset, 403 tileset, tileset at wrong place, how do I load 3d tiles, add a city to the globe, stream a point cloud.
-
impertio-studio Bundle Cesium Syntax MaterialsUse when styling a CesiumJS surface with a Material, writing a CustomShader for a Model or 3D Tileset, or adding a screen-space PostProcessStage effect. Covers Material.fromType and Fabric JSON, the built-in material types, CustomShader modes and lighting, and the post-process stage pipeline including the built-in FXAA, bloom, and ambient-occlusion stages. Keywords: Cesium Material, Material.fromType, Fabric, CustomShader, CustomShaderMode, LightingModel, PBR, UNLIT, PostProcessStage, PostProcessStageCollection, PostProcessStageLibrary, fragmentShader, colorTexture, v_textureCoordinates, MaterialAppearance, uniforms, vertexShaderText, fragmentShaderText, GLSL, material not showing, material wrong color, shader error, shader does not compile, post-process no effect, screen effect not working, how do I color a surface, add a glow, write a shader in cesium.
-
mardab96 Skill Pipeline Hygiene AuditFinds the dead deals, stale stages and missing dates that make a CRM pipeline unreliable, and separates real pipeline from wishful pipeline. Use when a forecast or board update is due, or when the number in the CRM has stopped resembling reality.
-
mardab96 Skill Landing Page Qualification ReviewDiagnoses whether the page attracts the right leads or just more leads. Use when the page fills the pipeline with the wrong people, or before sending paid traffic to it.
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 agent--ios-build-runner, mobile-cicd, ac-launchpad-pinksale-apechain-16. 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.