·tilt

このスキルは、ユーザーが「Tiltfile の作成」、「Tilt の構成」、「ライブ アップデートのセットアップ」、「Tilt のデバッグ」、「Tilt へのリソースの追加」、「Tilt ビルドの最適化」、「Tilt ログの表示」、「Tilt リソースの再起動」を要求する場合、または Tiltfile、tilt up、tilt ci、tilt down、live_update、docker_build、custom_build、に言及する場合に使用する必要があります。 k8s_resource、local_resource、または Tilt を使用した Kubernetes ローカル開発。

8インストール·2トレンド·@hyperb1iss

インストール

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

tilt のインストール方法

コマンドラインで tilt AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/hyperb1iss/hyperskills --skill tilt
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: hyperb1iss/hyperskills。

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 |

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/hyperb1iss/hyperskills --skill tilt
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-25
更新日
2026-03-11

Browse more skills from hyperb1iss/hyperskills

クイックアンサー

tilt とは?

このスキルは、ユーザーが「Tiltfile の作成」、「Tilt の構成」、「ライブ アップデートのセットアップ」、「Tilt のデバッグ」、「Tilt へのリソースの追加」、「Tilt ビルドの最適化」、「Tilt ログの表示」、「Tilt リソースの再起動」を要求する場合、または Tiltfile、tilt up、tilt ci、tilt down、live_update、docker_build、custom_build、に言及する場合に使用する必要があります。 k8s_resource、local_resource、または Tilt を使用した Kubernetes ローカル開発。 ソース: hyperb1iss/hyperskills。

tilt のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/hyperb1iss/hyperskills --skill tilt インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/hyperb1iss/hyperskills