This skill exports Kurtosis engine and enclave state to a local directory suitable for debugging, sharing bug reports, or capturing run artifacts for later analysis. The dump includes service stdout/stderr logs, service configuration files, file artifacts stored in enclaves, and enclave metadata such as creation time and parameters.
Use the dump skill when triaging failing enclaves, preparing bug reports for maintainers, comparing two runs for regressions, or archiving state before destructive cleanup. It is useful both locally and in automated diagnostics where collecting a reproducible snapshot is required.
Infer: CLI-capable automation and debugging agents (Copilot/GitHub Actions/Codex) or any tooling that can run the kurtosis CLI to collect state.
Documentation-only skill for exporting Kurtosis enclave state via the `kurtosis dump` CLI command. Provides clear examples for full dumps, enclave-specific dumps, sharing bug reports, and comparing runs. No scripts bundled — purely a reference skill. Well-written but narrow in scope, targeting only Kurtosis users who need debugging/export capabilities.
Clean skill, no security concerns. Simple and straightforward documentation for a single CLI command. Architecture is basic — no scripts/ or references/ directories, just a monolithic SKILL.md. Useful for a narrow audience (Kurtosis operators) but well-executed for what it is.
Starlark Dev
Create, debug, and test Kurtosis Starlark packages — write package structure, run dry-runs, and inspect plan execution for reliable orchestration.
Kurtosis Cluster Manage
Switch and manage Kurtosis clusters (Docker vs Kubernetes), list available clusters, and configure the Kurtosis engine and gateway for the chosen backend.
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 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.