kind
Manage Kind (Kubernetes in Docker) clusters for local Kagenti development and testing.
Best use case
kind is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Manage Kind (Kubernetes in Docker) clusters for local Kagenti development and testing.
Teams using kind should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/kind/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How kind Compares
| Feature / Agent | kind | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Manage Kind (Kubernetes in Docker) clusters for local Kagenti development and testing.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Kind Skills Skills for managing Kind clusters for local development. ## Available Sub-Skills | Skill | Description | |-------|-------------| | `kind:cluster` | Create, destroy, and manage Kind clusters | ## Quick Start ```bash # Create cluster ./.github/scripts/kind/create-cluster.sh # Deploy platform ./.github/scripts/kind/deploy-platform.sh # Run E2E tests ./.github/scripts/kind/run-e2e-tests.sh # Access UI ./.github/scripts/kind/access-ui.sh ``` ## Full Test Workflow ```bash # Full test: create -> deploy -> test ./.github/scripts/local-setup/kind-full-test.sh ``` ## Prerequisites - Docker Desktop/Rancher Desktop (12GB RAM, 4 cores) - Kind: `brew install kind` - kubectl, helm ## Access URLs After deployment: - Kagenti UI: http://kagenti-ui.localtest.me:8080 - Keycloak: http://keycloak.localtest.me:8080 - Phoenix: http://phoenix.localtest.me:8080 - Kiali: http://kiali.localtest.me:8080
Related Skills
Kind Local Kubernetes
This skill should be used when the user asks to "setup Kind", "local Kubernetes", "Kind cluster", "multi-node cluster", "Kubernetes development", "k8s local environment", or works with local Kubernetes clusters using Kind.
k8s-kind
Manage kind (Kubernetes IN Docker) local clusters. Use when creating, testing, or developing with local Kubernetes clusters in Docker containers.
bgo
Automates the complete Blender build-go workflow, from building and packaging your extension/add-on to removing old versions, installing, enabling, and launching Blender for quick testing and iteration.
network-engineer
Expert network engineer specializing in modern cloud networking, security architectures, and performance optimization.
NestJS Deployment
Docker builds, Memory tuning, and Graceful shutdown.
Naming & Tagging Standards
Establish consistent resource naming conventions and mandatory tagging for cost allocation, security, and governance
Multi-Platform Deployment
This skill should be used when the user asks to "deploy application", "deploy to production", "release app", "deploy to AWS", "deploy to Vercel", "deploy to Kubernetes", "iOS deployment", "Android deployment", "deploy smart contract", "web3 deployment", "deploy to multiple platforms", or needs guidance on deployment strategies across web, mobile, and blockchain platforms.
multi-cloud-architecture
Design multi-cloud architectures using a decision framework to select and integrate services across AWS, Azure, and GCP. Use when building multi-cloud systems, avoiding vendor lock-in, or leveragin...
moon
This skill should be used when the user asks to "configure moon", "set up moonrepo", "create moon tasks", "run moon commands", "configure moon workspace", "add moon project", "moon ci setup", "moon docker", "moon query", "migrate to moon v2", or mentions moon.yml, .moon/workspace.yml, .moon/toolchains.yml, moon run, moon ci, or moonrepo in general.
moodle-mirror
Mirror Moodle course/module pages to local folders (e.g., Obsidian vaults), preserving structure, extracting page text/Markdown, and downloading attachments. Use for authenticated Moodle crawling, Cloudflare/SSO handling, and repeatable offline search across course content.
monitoring
Set up observability for applications and infrastructure with metrics, logs, traces, and alerts.
monitoring-observability
Monitoring and observability patterns for Prometheus metrics, Grafana dashboards, Langfuse LLM tracing, and drift detection. Use when adding logging, metrics, distributed tracing, LLM cost tracking, or quality drift monitoring.