tdd:kind

Orchestrate a local Kind Kubernetes cluster for Kagenti test-driven development.

292|103|Updated Mar 27, 2025
One-click install
npx skills add https://github.com/kagenti/kagenti --skill tdd-kind
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tdd:kind
Source: https://github.com/kagenti/kagenti/tree/main/.claude/skills/tdd%3Akind
Command: npx skills add https://github.com/kagenti/kagenti --skill tdd-kind

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a streamlined, test-driven development workflow for Kagenti using a local Kind Kubernetes cluster, enabling rapid iteration and debugging without the overhead of a full CI environment.

Core Features & Use Cases

  • Fast Local Iteration: Quickly test code changes against a local Kubernetes environment that mirrors CI.
  • Reproduce CI Failures: Debug issues encountered in the CI pipeline by replicating the environment locally.
  • Debugging Ollama/Agent Issues: Inspect and resolve problems with AI agents and their dependencies in a controlled local setup.
  • Mandatory CVE Scanning: Ensures all deployments are scanned for vulnerabilities before being applied to the cluster.

Quick Start

Execute the local Kind cluster test script to create the cluster and run tests.

Frequently Asked Questions about tdd:kind

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reproduce CI failures in a local Kubernetes environment?

Reproduce CI failures locally by orchestrating a local Kind Kubernetes cluster that mirrors your CI pipeline, enabling rapid iteration and debugging without the overhead of a full CI environment.

What is the best way to run test-driven development against a local Kubernetes cluster?

Test-driven development against a local Kubernetes cluster is facilitated by orchestrating a Kind environment for rapid iteration, supporting multiple iteration levels from quick tests to full cluster recreation.

How does mandatory CVE scanning work before deploying to a local Kind cluster?

Mandatory CVE scanning acts as a pre-deployment gate, ensuring all deployments are scanned for vulnerabilities before being applied to the local Kind Kubernetes cluster.

Can I debug AI agent issues in a local Kubernetes setup?

Debug AI agent issues by inspecting and resolving problems within a controlled local Kind Kubernetes setup, utilizing detailed logging mechanisms for context-safe execution.

Do I need to recreate the entire Kind cluster for every code change during local development?

No, the skill supports multiple iteration levels, allowing you to run quick tests for rapid changes or perform full cluster recreation only when necessary for comprehensive debugging.