Skip to main content

lumina-infra-deploy

Work on Lumina deployment and infrastructure assets. Use when editing terraform/, aws/, docker-compose.yml, DEPLOYMENT.md, ADVANCED_DEPLOYMENTS.md, agentic_ai/deployments/, or other files related to Docker, Terraform, AWS or Azure rollout behavior, environment wiring, and release automation.

설치로 이동

소스 정보

저장소
hoangsonww/AI-RAG-Assistant-Chatbot
최근 소스 활동
2026년 3월 31일 02:22
감지된 SKILL.md 언어
영어
스타
47
포크
15

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
4 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
lumina-infra-deploy
description
Work on Lumina deployment and infrastructure assets. Use when editing terraform/, aws/, docker-compose.yml, DEPLOYMENT.md, ADVANCED_DEPLOYMENTS.md, agentic_ai/deployments/, or other files related to Docker, Terraform, AWS or Azure rollout behavior, environment wiring, and release automation.
# Lumina Infra Deploy ## Overview Use this skill for infrastructure and deployment changes. Keep edits scoped to the touched platform and avoid broad speculative rewrites across every deployment target. ## Load The Right Reference - Read `references/layout.md` when locating the owning deployment files. - Read `references/validation.md` before finishing so you use the narrowest relevant validation command. ## Change Only The Surface You Mean To Change - Keep Terraform module changes localized when possible. - Keep Docker changes aligned with the service they build or run. - Keep deployment documentation in sync when behavior or rollout strategy changes. - Preserve the repository's blue/green and canary deployment intent when adjusting infrastructure flows. ## Validate Conservatively - Use `terraform validate`, `terraform fmt -check`, `docker compose config`, or another narrow tool appropriate to the files you changed. - Prefer validating the smallest touched directory or service rather than the whole repository. - If the required toolchain is unavailable, state what was not run.
GitHub에서 보기