基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/madhank93/homelab --skill homelab-architect命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Expert security guidance: Zero Trust, OIDC (Authentik), Secrets (OpenBao + CSI Driver), and Scanning (Trivy).
Strict guidelines for protecting user privacy and preventing access to sensitive files (keys, secrets, credentials).
High-level system design, trade-off analysis, and architectural decision records.
| name | homelab-architect |
| description | Architectural standards and workflows for the Homelab mono-repo. |
To maintain a clean, consistent, and automated mono-repo for infrastructure and platform engineering.
infra/pulumi: The source of truth for all Infrastructure as Code.
proxmox.go: VM/Cluster logic.hetzner_vps.go: Cloud logic.main.go: Entry point, service selection (k config)..agent/skills: Knowledge base for the AI Agent.platform/: Ansible, CDK8s, or other config management (if used).We use just (Justfile) as the single entry point for all operations.
just deploy-proxmox: The robust, auto-recovering deploy (Up -> Refresh -> Up).just pulumi <stack> <action>: Generic wrapper.k (using knadh/koanf) in config.go..env and defaults.InitConfig() loads everything at start.os.Setenv is used to pass secrets (like PROXMOX_PASSWORD) to Providers."Trust but Verify".
verify_cluster.sh).
Helm provider can sometimes stall if the cluster is not fully healthy yet. A script with kubectl wait loops is often more robust for initial bootstrap checks.task.md and implementation_plan.md up to date in the brain/ directory.v1.2.3, chart: 4.5.6).latest: Never rely on latest tag or implicit version fetching.