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.