sundial-org/awesome-openclaw-skills

dockerfile-gen

Generate optimized Dockerfiles for any project

First seen Mar 21, 2026

Installation

$ npx skills add sundial-org/awesome-openclaw-skills --skill dockerfile-gen

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from sundial-org/awesome-openclaw-skills · top by installs.

npx skills add sundial-org/awesome-openclaw-skills

Browse all from sundial-org/awesome-openclaw-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 660
License LICENSE
Default branch main
Open issues 12
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,237 B
  • docs SUMMARY.md 68 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 6 installs

SKILL.md

Dockerfile Generator

Scan your project, get a production-ready Dockerfile. Multi-stage builds, proper caching, security best practices.

Quick Start

npx ai-dockerfile

What It Does

  • Detects your stack (Node, Python, Go, etc.)
  • Generates multi-stage builds
  • Optimizes layer caching
  • Adds security hardening
  • Includes .dockerignore

Usage Examples

# Generate for current project
npx ai-dockerfile

# Specify base image
npx ai-dockerfile --base node:20-alpine

# Production optimized
npx ai-dockerfile --production

# With compose file
npx ai-dockerfile --compose

Output Includes

  • Dockerfile with comments
  • .dockerignore file
  • docker-compose.yml (optional)
  • Build instructions

Features

  • Multi-stage builds for smaller images
  • Non-root user setup
  • Health checks
  • Proper signal handling
  • Layer caching optimization

Requirements

Node.js 18+. OPENAIAPIKEY required.

License

MIT. Free forever.


Built by LXGIC Studios