spacelift
General Spacelift usage, Spacelift Terraform provider conventions, and Spacelift MCP integration
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
General Spacelift usage, Spacelift Terraform provider conventions, and Spacelift MCP integration
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Dockerfile and container image conventions for building lean, secure images
Conventions for creating and managing Jira tickets
Python coding conventions, tooling preferences, and style rules
Terraform and HCL coding conventions, formatting rules, and best practices
YAML file formatting conventions and style rules
| name | spacelift |
| description | General Spacelift usage, Spacelift Terraform provider conventions, and Spacelift MCP integration |
When looking up Spacelift or its Terraform provider, prefer these sources over general web searches. Use context7 tools when available for the Terraform provider docs.
The Spacelift MCP server is available via spacectl mcp server. Use it to
query stacks, runs, policies, and other Spacelift resources directly. Prefer
MCP tools over CLI or API calls when the information is available through
them.
When writing Spacelift Terraform resources:
spacelift provider from spacelift-io/spacelift.get_latest_provider_version
before generating code.terraform skill (run
terraform fmt, single-item blocks on one line, no workspaces).spacelift_stack resources, not Terraform
Cloud/Enterprise workspace resources.spacelift_policy) for access control, plan
review, and approval workflows over manual processes.