# Infrastructure Devops

> Design and maintain deployment, runtime, CI/CD, containers, workers, scheduling, and operational infrastructure using platform-agnostic principles.

- Skill: `soden46/infrastructure-devops` (Agent Skill)
- Install (CLI): `npx skillmds@latest add soden46/infrastructure-devops`
- Raw SKILL.md: https://api.skillmd.com/api/skills/soden46/infrastructure-devops/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: soden46 (https://skillmd.com/u/soden46)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/soden46/infrastructure-devops

---


# infrastructure-devops

Use this skill for deployment, CI/CD, containers, scheduling, workers, runtime configuration, health checks, and operational automation.

## Principles

Prefer reproducible and observable deployment processes.

Separate configuration from application source where appropriate.

Automated workflows should fail clearly and avoid silently publishing broken artifacts.

Consider:

- build reproducibility
- health checks
- restart behavior
- rollout strategy
- rollback strategy
- resource limits
- secret handling
- logs
- monitoring

Background and scheduled workloads should define:

- ownership
- retries
- duplicate execution behavior
- concurrency
- failure handling

Do not assume local development behavior represents production behavior.

## Adaptation

Use project evidence to determine the actual language, framework, runtime, and existing conventions.

When stack-specific implementation guidance is needed, prefer project evidence, native framework or language mechanisms, and relevant user-installed specialist skills. Technology-specific guidance must not redefine or weaken the core engineering requirement.
