
from Kurtosis540
Switch and manage Kurtosis clusters (Docker vs Kubernetes), list available clusters, and configure the Kurtosis engine and gateway for the chosen backend.
This skill provides commands and procedural steps to inspect and switch Kurtosis’ runtime backend between Docker and Kubernetes. It explains how to check the current cluster, list available clusters, switch to Docker or Kubernetes, restart the Kurtosis engine, and the Kubernetes-specific setup steps (kubectl checks, starting the gateway). It references the config file location for persisting the chosen cluster.
Use this skill when you need to move Kurtosis execution between local Docker and a Kubernetes cluster (for example, developing locally but validating in k8s), or when troubleshooting environments where Kurtosis must target a specific backend. It’s useful for CI, multi-environment workflows, and developers who orchestrate blockchain or distributed infra via Kurtosis.
kurtosis cluster get/ls/set, engine restart/start, gateway invocation, and verification commands.Designed for agents that can execute shell commands and interact with developer CLIs (Codex, Claude Code, Cursor, other CLI-capable agents).
Simple reference skill that wraps a handful of kurtosis CLI commands for switching between Docker and Kubernetes backends. No bundled scripts — just inline bash snippets in the SKILL.md. Instructions are functional but minimal, with no error handling guidance or troubleshooting steps. Very niche audience limited to Kurtosis users.
Clean from a security perspective — no risky patterns. Essentially a CLI cheat sheet rather than a skill with automation logic. The gateway background command (kurtosis gateway &) lacks guidance on managing the background process.
Starlark Dev
Create, debug, and test Kurtosis Starlark packages — write package structure, run dry-runs, and inspect plan execution for reliable orchestration.
Kurtosis Portal
Start, stop, and check the Kurtosis Portal daemon to enable communication with remote Kurtosis servers and remote contexts.
Kurtosis: Lint
Lint and auto-format Kurtosis Starlark (.star) files; check syntax and validate docstrings to keep Starlark packages consistent and CI-friendly.
Kurtosis: Dump
Export Kurtosis enclave state (service logs, configs, artifacts, metadata) to a local directory for debugging, reporting, or archival comparison.
Kurtosis Clean
Commands and procedures to remove stopped or all Kurtosis enclaves and engine containers; includes tips for handling hanging clean operations on Docker and Kube
Kurtosis Gateway
Starts and manages a local gateway that forwards ports from a Kubernetes cluster to your local machine so the Kurtosis CLI can reach the engine and services.