
from OpenHands extensions114
Guides setup and local development with KIND (Kubernetes IN Docker); includes installation steps for kind and kubectl and instructions to create a local cluster
Provides step-by-step guidance to install and run KIND (Kubernetes IN Docker) for local Kubernetes clusters. The skill walks through downloading the kind binary, installing kubectl, and creating a basic cluster so developers can test Kubernetes applications locally.
Use this skill when you need a disposable, local Kubernetes cluster for development or CI-style testing of cloud-native workloads. Good for onboarding, reproducing cluster issues locally, and validating manifests or helm charts before deploying to cloud clusters.
kind create cluster.Useful for agents that can run shell/batch commands (DevOps assistants, CLI-capable agents).
This skill has not been reviewed by our automated audit pipeline yet.
uv — Python Project & Environment Helper
Manage Python project environments and dependencies using uv (init, venv, add/remove, lock, sync, run) in repos that use uv.lock or .venv.
Deno
Tools and guidance for using Deno in projects: init, manage dependencies (jsr/npm), run tasks/scripts with minimal permissions, and run common dev tasks (fmt, l