ワンクリックで
learn-docker
docker-compose topology, env files, local container workflows, and quality-gate commands
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
docker-compose topology, env files, local container workflows, and quality-gate commands
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
SQLAlchemy-first DB patterns, Alembic migrations, ParentChildEdges partition handling, and UDF policy
FastAPI + SQLModel conventions, request dependencies, transaction safety, and backend architecture
Next.js best practices - RSC boundaries, data patterns, async APIs, error handling, route handlers, directives, runtime selection
Upgrade Next.js to the latest version following official migration guides and codemods
Auth0 scopes, recaptcha verification, and share/edit token security patterns
CMS editing/review workflows, TipTap extensions, and comment moderation
| name | learn-docker |
| description | docker-compose topology, env files, local container workflows, and quality-gate commands |
| user-invocable | false |
Source of truth for local containerized development, service startup order, environment configuration, and quality-gate commands.
Dockerfile*, docker-compose.yml, or env-file wiring.docker-compose.ymlapp/Dockerfile.devbackend/Dockerfile.devpre-commit/Dockerfile.devREADME.mdapp/.env.dockerbackend/.env.dockerpostgis/postgis:15-3.3-alpine)../app./backend./pre-commit./pipelinesalembic upgrade head).bun install && bun run dev).LOAD_DATA=true.docker-compose up --build from repo root for full stack bring-up.docker-compose up db backend when iterating backend-only..env.docker, root .env for optional flags).docker-compose up pre-commitdocker-compose exec frontend bun run builddocker-compose exec backend pytest -vapp/ context.LOAD_DATA=true.app/.env.docker, backend/.env.docker).docker compose configdocker-compose up --builddocker-compose up pre-commitdocker-compose exec frontend bun run builddocker-compose exec backend pytest -vbackend starts before DB is healthy due to changed dependency wiring.LOAD_DATA was not set.