dockerize-and-deploy

Installation
SKILL.md

Dockerize and Deploy

Containerize a repo and produce a production-ready deployment setup. Work in phases — never write everything at once.

Quick Start

  1. Audit the repo (language, services, DB, existing Docker files).
  2. Confirm phases with the user.
  3. Execute one phase at a time, verifying after each.

Workflow

1. Audit the repo

Read the codebase to identify:

  • Runtime: Node.js, Python, Go, Java, etc. and version
  • Services: web server, background workers, scheduled jobs
  • Datastores: PostgreSQL, MySQL, Redis, MongoDB, S3-compatible storage
Related skills

More from rockclaver/systemcraft

Installs
15
First Seen
Apr 1, 2026