Docker best practices for Node.js monorepos with Yarn 4 Berry.
| Writing or reviewing a Dockerfile for the monorepo | references/monorepo-dockerfile.md | | Configuring docker-compose for dev or production | references/compose-configs.md |
Docker containerization reference — multi-stage builds, Compose configs, image optimization, and container security for Yarn 4 monorepos. Use when: (1) creating or optimizing Dockerfiles, (2) configuring docker-compose for dev or production, (3) reducing image size with multi-stage builds, (4) hardening container security, or (5) setting up health checks and resource limits. Source: jgamaraalv/ts-dev-kit.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jgamaraalv/ts-dev-kit --skill docker Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw