Skip to main content

estatewise-ops

Work on EstateWise deployment-control, Docker, Kubernetes, Helm, Terraform, Jenkins, and cloud deployment assets. Use for infrastructure and operational workflow changes, not ordinary application feature work.

跳到安装

来源信息

仓库
hoangsonww/EstateWise-Chapel-Hill-Chatbot
最近来源活动
2026年2月28日 02:15
检测到的 SKILL.md 语言
英语
星标
39
分支
23

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
2 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
estatewise-ops
description
Work on EstateWise deployment-control, Docker, Kubernetes, Helm, Terraform, Jenkins, and cloud deployment assets. Use for infrastructure and operational workflow changes, not ordinary application feature work.
# EstateWise Ops Use this skill for infrastructure, deployment-control, or operational workflow changes. ## Scope - `deployment-control/` - `docker/` - `kubernetes/` - `helm/` - `terraform/` - `aws/`, `azure/`, `gcp/`, `oracle-cloud/`, `hashicorp/` - `jenkins/`, `gitlab/` - root docs such as `DEPLOYMENTS.md` and `DEVOPS.md` ## Guardrails 1. Do not run destructive deployment or cluster commands unless explicitly requested. 2. Preserve rollout semantics for blue-green, canary, and rolling paths. 3. Keep environment defaults backward compatible unless asked to change them. 4. Remember `deployment-control` has no built-in auth/RBAC. ## EstateWise-Specific Notes - `deployment-control/src/server.ts` builds shell commands for rollout and scale actions. - Job lifecycle semantics matter: `queued`, `running`, `succeeded`, `failed`. - UI is separate from the API and typically runs on port `3000`; API defaults to `4100`. - MCP and agentic-ai deployments often use sidecar or bundled-runtime patterns rather than generic web deployment patterns. - MCP is stdio-oriented; deployment docs and manifests should preserve that model. ## Validation ### Deployment Control ```bash cd deployment-control npm run build:api npm run build:ui ``` ### Infra Changes - Prefer focused static validation and manifest inspection unless the task explicitly asks for live environment changes. - Confirm service ports, env vars, and container entrypoints remain aligned with the rest of the repo. ## Documentation To Update - `deployment-control/README.md` - `docker/README.md` - `kubernetes/README.md` - `helm/estatewise/README.md` - `DEPLOYMENTS.md` - `DEVOPS.md` - cloud-specific READMEs when their workflows changed
在 GitHub 查看