ソース情報
- リポジトリ
- madhank93/homelab
- ソースの最終更新活動
- 2026年2月6日 00:41
- 検出された SKILL.md の言語
- 英語
- スター
- 6
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/madhank93/homelab --skill homelab-architectコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
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.
SOC 職業分類に基づく
SKILL.md を表示中
| 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.