スキル一覧に戻る
0xBigBoss

silo

by 0xBigBoss

Isolated local development environments. silo solves instance isolation and k3d bootstrap sequencing for Tilt-based projects.

0🍴 0📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: silo description: Guides usage of the silo CLI for isolated Tilt and k3d dev environments. Use when working with silo.toml, silo commands, profile switching, port isolation, or Tilt/k3d bootstrap.

silo

Use this Skill when a project uses silo.toml or the user asks about silo commands, profiles, port isolation, or k3d/Tilt integration.

Instructions

  1. Prefer bundled docs for authoritative behavior: silo doc <topic> (see topics below).
  2. Use CLI commands directly; keep changes minimal and aligned with current config:
    • silo up [name] starts an instance (k3d optional, Tilt starts).
    • silo down stops Tilt; --delete-cluster removes k3d; --clean removes env/lockfile.
    • silo env [name] generates env + lockfile only.
    • silo profiles lists profile names.
    • silo status reports current instance.
    • silo version prints CLI version.
  3. Profiles:
    • Resolution order: --profile > SILO_PROFILE > lockfile > base config.
    • Switching profiles requires --force.
  4. Hosts and URLs:
    • Prefer *.localhost hostnames for cookie isolation (avoid localhost:PORT).
  5. k3d:
    • If k3d.registry.enabled = true, ensure K3D_REGISTRY_PORT is defined in [ports].
  6. Do not edit .silo.lock by hand; rerun silo up or silo down --clean instead.

Bundled Docs

Use silo doc [topic] (or --list / --json for discovery):

TopicDescription
configsilo.toml reference
profilesProfile configuration
commandsCLI command reference
lockfileLockfile format and behavior
interpolationTemplate variables and phases
portsPort allocation and validation
hostsHostnames and browser isolation
urlsURL templates and derived vars
k3dk3d cluster integration
hooksLifecycle hooks
loggingLogging behavior and verbosity
troubleshootingCommon errors and fixes
tiltTilt integration and expectations

Examples

silo up dev
silo up --profile testnet --force
silo doc profiles

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です