一键导入
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 页面并帮你完成安装。
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
基于 SOC 职业分类
| 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.