stacks-deploy

Installation
SKILL.md

stacks-deploy

Generates minimal deployment stack entries from containerized git repos. Separates build concerns (git repo) from deployment topology (stacks monorepo) behind the delo.sh Traefik proxy.

Invariants

  • No source code in stacks. Config files, scripts, and .env only.
  • No submodules. Links between repos are image references + mise tasks.
  • No build: in stacks compose files. Everything uses image:.
  • Runtime data lives at /home/delorenj/data/<service>/, not in stacks or git repos.
  • network_mode: host services cannot join the proxy network. Use a companion service for Traefik routing.

Workflow

Step 1: Analyze Source Repo

Read the source repo's compose file(s), Dockerfile(s), and any deployment docs.

Installs
4
Repository
delorenj/skills
GitHub Stars
14
First Seen
May 18, 2026
stacks-deploy — delorenj/skills