This skill provides linting and auto-formatting for Kurtosis Starlark (.star) files. It helps developers check formatting, validate that key functions (like run) include proper docstrings, and auto-apply fixes where supported. The skill exposes concrete CLI commands for single files, directories, and CI-friendly checks that return non-zero on failure.
Use this skill during development and in CI pipelines: before committing Starlark changes, when reviewing packages for style/syntax issues, or to enforce docstring standards for functions that are part of Kurtosis packages. The commands are suitable for local dev workflows and automation in CI.
Infer: CLI-capable agents and automation (Copilot/Codex/GitHub Actions) and any agent that can run shell commands to invoke the kurtosis CLI.
Simple lint/format skill for Kurtosis Starlark (.star) files. No bundled scripts — relies entirely on the `kurtosis lint` CLI command. SKILL.md is clean with good examples for checking formatting, auto-fixing, and validating docstrings, plus CI integration patterns. Niche audience limited to Kurtosis users.
No scripts to audit. Pure documentation skill wrapping kurtosis CLI lint commands. Clean frontmatter. Narrow but legitimate use case for Kurtosis package developers.
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: 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.