en un clic
Docktree
Docktree contient 2 skills collectées depuis Bnjoroge1, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Drop-in Docker Compose runner that gives each git worktree its own isolated project (unique ports, container names, volumes), optional shared per-database services, a reverse proxy for local hostname routing, and external tunnels. Use when the user mentions "docktree", wants to run Compose services per worktree without port/name collisions, asks to bring a worktree's services up or down, needs the allocated ports for a worktree, wants to clean stale worktree containers/volumes, sync setup files across worktrees, coordinate the repo-scoped shared platform tier, or expose a worktree via proxy or tunnel. Triggers include "docktree up/down/status/ports/clean/sync/platform/proxy/tunnel", "spin up this worktree", "what ports is this worktree on", "isolated docker per branch", "shared db per worktree", "reverse proxy worktree", "tunnel worktree externally".
Generate a docktree.yml for a repo that uses Docker Compose. Scans compose files, detects shareable services (postgres, redis, minio, etc.), and walks the user through configuration decisions. Use when the user asks to "set up docktree", "configure docktree for this repo", "generate docktree.yml", "onboard this repo to docktree", or when docktree up prints a tip about shareable services.