This skill gives Claude direct access to your Tilt development environment through the CLI. It knows to check errors first (using jq to surface the actual buildHistory error, not just status flags), query resource status with uiresources, tail logs, and manage deployments. The best part is it follows the zmx session pattern for running tilt up in a detached terminal and explicitly knows not to restart Tilt for code changes since live reload is the whole point. Useful when debugging why a service won't start or checking if your local Kubernetes stack is actually healthy. It handles non-default ports and includes the full status model so Claude doesn't confuse updateStatus with runtimeStatus.
npx skills add https://github.com/0xbigboss/claude-code --skill tilt