DeepOps skills

August 13, 2026 ยท View on GitHub

Reusable, self-contained procedures for operating DeepOps, written for AI agents and equally usable by humans. Each skill is a directory containing a SKILL.md with YAML frontmatter (name, description) followed by preconditions, exact commands, expected outputs, and failure branches.

The format follows the emerging cross-tool agent-skills convention: agent frameworks that support skill discovery can load these directly, and any agent (or person) can simply read the relevant SKILL.md before acting.

SkillUse when
deploy-slurm-clusterDeploying or rebuilding a Slurm GPU cluster.
deploy-k8s-gpu-clusterDeploying or rebuilding a Kubernetes GPU cluster.
provision-with-maasProvisioning, tagging, validating, or releasing machines through MAAS.
deploy-airgappedPreparing mirrors and deploying Slurm or Kubernetes without Internet access.
validate-gpu-clusterHealth checks and post-deploy verification.
diagnose-driver-installNVIDIA driver failures, nvidia-smi errors, GPU pods crash-looping.

Start with AGENTS.md at the repository root for orientation, golden paths, and operating rules.

Contributions should keep skills honest: every command must work as written from a clean checkout, and failure branches should come from real observed failures, not speculation.