·tilt

This skill should be used when the user asks to "write a Tiltfile", "configure Tilt", "set up live update", "debug Tilt", "add a resource to Tilt", "optimize Tilt builds", "view Tilt logs", "restart a Tilt resource", or mentions Tiltfile, tilt up, tilt ci, tilt down, live_update, docker_build, custom_build, k8s_resource, local_resource, or Kubernetes local development with Tilt.

7Installs·1Trend·@hyperb1iss

Installation

$npx skills add https://github.com/hyperb1iss/hyperskills --skill tilt

How to Install tilt

Quickly install tilt AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/hyperb1iss/hyperskills --skill tilt
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: hyperb1iss/hyperskills.

SKILL.md

View raw

Tilt automates the local Kubernetes development loop: watch files, build images, deploy to cluster. Configuration lives in a Tiltfile (Starlark, a Python dialect). A resource bundles an image build + k8s deploy (or a local command) into a single manageable unit.

The commands an agent uses to interact with a running Tilt instance.

| Start dev environment | tilt up [-- ] | | Start with terminal log streaming | tilt up --stream | | Start specific resources only | tilt up frontend backend | | Run in CI/batch mode (exits on success/failure) | tilt ci --timeout 30m | | Stop and delete deployed resources | tilt down | | Change runtime Tiltfile args | tilt args -- --flag value |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/hyperb1iss/hyperskills --skill tilt
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from hyperb1iss/hyperskills

Quick answers

What is tilt?

This skill should be used when the user asks to "write a Tiltfile", "configure Tilt", "set up live update", "debug Tilt", "add a resource to Tilt", "optimize Tilt builds", "view Tilt logs", "restart a Tilt resource", or mentions Tiltfile, tilt up, tilt ci, tilt down, live_update, docker_build, custom_build, k8s_resource, local_resource, or Kubernetes local development with Tilt. Source: hyperb1iss/hyperskills.

How do I install tilt?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hyperb1iss/hyperskills --skill tilt Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/hyperb1iss/hyperskills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-25