ワンクリックで
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