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.
| Skill | Use when |
|---|---|
| deploy-slurm-cluster | Deploying or rebuilding a Slurm GPU cluster. |
| deploy-k8s-gpu-cluster | Deploying or rebuilding a Kubernetes GPU cluster. |
| provision-with-maas | Provisioning, tagging, validating, or releasing machines through MAAS. |
| deploy-airgapped | Preparing mirrors and deploying Slurm or Kubernetes without Internet access. |
| validate-gpu-cluster | Health checks and post-deploy verification. |
| diagnose-driver-install | NVIDIA 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.