一键导入
infrastructure
Use when editing Terraform, Kubernetes manifests, Helm charts, infrastructure modules, or deployment configuration.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when editing Terraform, Kubernetes manifests, Helm charts, infrastructure modules, or deployment configuration.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Set up or bootstrap a project with the claude-code-config tooling — setup-project.sh, install-tooling.sh, the layered hooks setup, and the new-repo runbook. Use when installing this config into a repo, running the setup scripts, vendoring the make-check tooling, or bootstrapping a new project.
Create a new "Later" backlog item (Learn / Research / Do / Read) from a configurable template.
Install or update the shared MkDocs Material style layer (Ink & Indigo on warm paper) in the current project.
Prepare technical analysis for backlog refinement meetings.
Capture a quick status update and append it to today's daily log.
Prepare end-of-week review notes summarizing the full week's work activity across all sources (Git, GitHub, Jira).
| name | infrastructure |
| description | Use when editing Terraform, Kubernetes manifests, Helm charts, infrastructure modules, or deployment configuration. |
main.tf, variables.tf, outputs.tf, versions.tfmodules/terraform-docs to auto-generate module documentation.tfstate files to version controlterraform import for existing resources, never recreateversions.tfterraform fmt and terraform validate in CIterraform plan in CI, apply only from CD pipelineenvironment, team, and managed_bydata sources to reference existing infrastructurelocals for computed values, variables for inputsrequests and limits for CPU and memoryrequests = guaranteed minimum, limits = hard ceilingLimitRange and ResourceQuota for namespace defaultslivenessProbe: restart if unhealthy (checks process is alive)readinessProbe: remove from service if not ready (checks dependencies)startupProbe: allow slow-starting containers before liveness kicks ininitialDelaySeconds based on actual startup timeDeployment for stateless, StatefulSet for stateful workloadsPodDisruptionBudget for high-availability servicesConfigMap for config, Secret for sensitive dataimagePullPolicy: IfNotPresent and use specific image tagsvalues.yaml for defaults, override per environment_helpers.tplNOTES.txt for post-install instructionshelm lint and helm template in CIChart.lock