一键导入
docker
Production-grade Docker configurations (Dockerfile, Compose, best practices)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Production-grade Docker configurations (Dockerfile, Compose, best practices)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Full autonomous execution from idea to working code
Persistence mode — doesn't stop until the task is verified complete
Multi-agent coordinated execution
Autonomous QA cycling until all tests pass
Maximum parallel throughput — execute independent tasks simultaneously
Socratic requirements clarification before any code is written
基于 SOC 职业分类
| name | docker |
| description | Production-grade Docker configurations (Dockerfile, Compose, best practices) |
| argument-hint | <dockerization request> |
| level | 2 |
Use this skill when user explicitly requests Docker configurations.
Trigger: docker: prefix or explicit Docker request
Based on Docker Official Best Practices.
| File | When |
|---|---|
Dockerfile | Application containerization |
.dockerignore | Exclude unnecessary files |
docker-compose.yml | Multi-container orchestration |
docker-compose.override.yml | Dev-specific overrides |
compose.yaml | Compose v2 format |
Analyze Requirements
Create Dockerfile
Create .dockerignore
Create docker-compose.yml
Verify
docker build succeedsdocker compose up works| Skill | Use When |
|---|---|
@deploy-engineer | Full deployment with Docker |
@infra-planner | Infrastructure design |
@dep-auditor | Check for vulnerabilities |
See skills/docker/DOCKERFILE.md for: