← Back to list

silo
by 0xBigBoss
Isolated local development environments. silo solves instance isolation and k3d bootstrap sequencing for Tilt-based projects.
⭐ 0🍴 0📅 Jan 22, 2026
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
- Prefer bundled docs for authoritative behavior:
silo doc <topic>(see topics below). - Use CLI commands directly; keep changes minimal and aligned with current config:
silo up [name]starts an instance (k3d optional, Tilt starts).silo downstops Tilt;--delete-clusterremoves k3d;--cleanremoves env/lockfile.silo env [name]generates env + lockfile only.silo profileslists profile names.silo statusreports current instance.silo versionprints CLI version.
- Profiles:
- Resolution order:
--profile>SILO_PROFILE> lockfile > base config. - Switching profiles requires
--force.
- Resolution order:
- Hosts and URLs:
- Prefer
*.localhosthostnames for cookie isolation (avoidlocalhost:PORT).
- Prefer
- k3d:
- If
k3d.registry.enabled = true, ensureK3D_REGISTRY_PORTis defined in[ports].
- If
- Do not edit
.silo.lockby hand; rerunsilo uporsilo down --cleaninstead.
Bundled Docs
Use silo doc [topic] (or --list / --json for discovery):
| Topic | Description |
|---|---|
config | silo.toml reference |
profiles | Profile configuration |
commands | CLI command reference |
lockfile | Lockfile format and behavior |
interpolation | Template variables and phases |
ports | Port allocation and validation |
hosts | Hostnames and browser isolation |
urls | URL templates and derived vars |
k3d | k3d cluster integration |
hooks | Lifecycle hooks |
logging | Logging behavior and verbosity |
troubleshooting | Common errors and fixes |
tilt | Tilt integration and expectations |
Examples
silo up dev
silo up --profile testnet --force
silo doc profiles
Score
Total Score
70/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon