kurtosis
Spin up and debug ephemeral dev and test environments on Docker or Kubernetes
All Skills in This Repository (22)
Pure Emerald Level Indicatorscli-local-build
Compile the Kurtosis CLI from source and test against Docker and Kubernetes engines.
lint
Lint and format Kurtosis Starlark (.star) files for syntax and docstrings.
cluster-manage
Switch Kurtosis clusters between Docker and Kubernetes backends.
docker-local-build
Builds and tests Kurtosis from source on local Docker, compiling Engine, Core, Files Artifacts Expander, CLI, tagging images with git short SHA, and restarting the engine for a clean test environment.
portal
Start, verify, and stop the Kurtosis Portal daemon across remote servers.
dump
Export Kurtosis engine, enclaves, services, logs, and artifacts to a local directory.
engine-manage
Manage the Kurtosis engine server across Docker and Kubernetes backends.
port-forward
Display local port mappings for Kurtosis services to diagnose connectivity issues.
run-package
Execute Starlark scripts and Kurtosis packages with kurtosis run flags.
starlark-dev
Automate the development lifecycle of Kurtosis Starlark packages.
clean
Remove stale Kurtosis enclaves and engine containers to free resources.
k8s-dev-deploy
Build, tag, push, and deploy Kurtosis dev images to a Kubernetes cluster.
Frequently Asked Questions
FAQPage SchemaHow to install Kurtosis?โผ
Run `npx skills add kurtosis-tech/kurtosis --all -g -y` in your terminal to install all Kurtosis skills globally for your AI agent.
What is Kurtosis used for?โผ
Kurtosis packages and runs ephemeral dev and test environments on Docker or Kubernetes, so you can spin up complex multi-service stacks with a single command.
How is Kurtosis different from Docker Compose or Helm?โผ
Kurtosis sits above both engines and adds stack-level parameterization, per-stack file management, and plug-and-play composability, while still running on Docker or Kubernetes underneath.
Can AI agents debug Kubernetes pods with Kurtosis?โผ
Yes. The included skills teach your agent to diagnose Pending, CrashLoopBackOff, and ImagePullBackOff pods, check node taints, and force-clean stuck Kurtosis resources.
Do I need coding experience to use these skills?โผ
No. Once installed, your AI agent runs the Kurtosis CLI commands for you based on plain-English requests like starting an enclave or viewing service logs.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core