بنقرة واحدة
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 ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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
| 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: