一键导入
containers
Container discipline — OCI images, runtime hygiene, security posture. Open standard (OCI), not vendor; registry/runtime from memory-long §stack.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Container discipline — OCI images, runtime hygiene, security posture. Open standard (OCI), not vendor; registry/runtime from memory-long §stack.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | containers |
| description | Container discipline — OCI images, runtime hygiene, security posture. Open standard (OCI), not vendor; registry/runtime from memory-long §stack. |
OCI is an open spec — this discipline holds on any runtime. Expands the container rules in ops-dev instructions.
image@sha256:...) — tags mutate, digests don't; :latest anywhere in a deployable manifest fails review..env COPYed, no private keys "removed" in a later layer (layers are forever — use build secrets/mounts).Non-root user, read-only root filesystem where possible, no privileged mode without an ADR · one process per container; init/tini for zombie reaping when needed · logs to stdout/stderr (the platform collects — see observability), never files inside the container · healthcheck defined (the orchestrator's probes build on it — see kubernetes) · resource expectations documented: what it needs at idle and under load (feeds requests/limits).
Images scanned in the pipeline (fail on critical, triage by exploitability per security-hardening) · SBOM generated where tooling allows · only approved registries; third-party images pinned and mirrored, not pulled live from the internet at deploy time.
Image builds reproducibly in CI (not on laptops) · size tracked — unexplained growth is a smell · docker run locally with the documented env = works (the container IS the contract).
Context engineering — memory navigation, textual graph traversal, progressive disclosure, recovery. Load when assembling context for a task or when lost.
Implementation-side security discipline — headers, dependencies, secrets, authz. Load for hardening work (sec-ops domain).
Commit conventions, branching, anchors in messages, and the git safety rules. Load for any git operation beyond status/diff.
Anti-generic-AI design discipline — bans, tells, and the slop test. Load for ANY new UI surface or visual redesign. Inspired by Impeccable (Apache 2.0).
Motion & animation discipline — purpose, performance, reduced-motion. Load when work involves animation, transitions or scroll effects.
Microcopy discipline — buttons, errors, empty/loading/success states, alt text. Voice and tone come from the project's memory, not from this skill.