skill-tilt-development

Automate Kubernetes local development workflows with Tilt for fast rebuilds and live reload.

10|2|Updated Oct 24, 2025
One-click install
npx skills add https://github.com/meridianhub/meridian --skill skill-tilt-development
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-tilt-development
Source: https://github.com/meridianhub/meridian/tree/main/.claude/skills/tilt
Command: npx skills add https://github.com/meridianhub/meridian --skill skill-tilt-development

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tilt-based local Kubernetes development is slow and error-prone without automated rebuilds and live reload, hindering rapid iteration.

Core Features & Use Cases

  • Fast rebuilds and live reload for Go services and other components
  • One-click local cluster setup with Kind and optional local registry
  • Port-forwarding and service orchestration with Tilt UI for easy monitoring

Quick Start

Run tilt up from the repository root to start the local Tilt-based development environment.

Frequently Asked Questions about skill-tilt-development

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

FAQPage Schema
How do I set up live reload for Kubernetes local development?▼

Kubernetes local development live reload is automated using Tilt to orchestrate fast rebuilds and service updates. You configure a Tiltfile to define your services, then run tilt up to start the live reload environment.

Can I use Tilt with Kind or Minikube for Go services?▼

Tilt works with Kind, Minikube, or Colima clusters for Go services local development. It requires a running Kubernetes cluster with kubectl access and a Tiltfile-based workflow to orchestrate the deployments.

What's the best way to speed up Go application rebuilds in Kubernetes?▼

Speeding up Go application rebuilds in Kubernetes is handled by Tilt's live update capabilities. Tilt automates the rebuild process and provides a UI for monitoring port-forwards and service orchestration without manual kubectl commands.

How does Tilt orchestrate port-forwarding and local services?▼

Tilt orchestrates port-forwarding and local services through a Tiltfile configuration that defines your workflow. It provides a Tilt UI for easy monitoring of service status, port-forwards, and live update progress during development.

Do I need a local registry to run Tilt with Kubernetes?▼

A local registry is optional when running Tilt with Kubernetes. The workflow supports one-click local cluster setup with Kind and an optional local registry to streamline image building and deployment during development.

Why are my Kubernetes rebuilds slow without Tilt?▼

Kubernetes rebuilds are slow and error-prone without automated tools because manual rebuilds hinder rapid iteration. Tilt solves this by automating rebuilds and live reload, enabling fast iteration for local development workflows.