Use when discussing topics where curated reference knowledge exists, such as Kubernetes networking, ingress controller migration, or other technical subjects the user has previously researched and distilled. This skill loads high-quality reference material that Claude can use to provide informed, accurate answers without re-researching from scratch.
You have access to a curated library of technical reference material organized by topic. These references contain distilled knowledge from articles, documentation, and hands-on experience -- vetted and structured for quick retrieval.
Invoke this skill when the user asks about a topic that has curated reference material available. The skill supplements your training data with specific, verified, up-to-date knowledge.
References are organized by topic area under reference/:
knowledge-base/
├── SKILL.md
└── reference/
├── kubernetes-networking/
│ ├── traefik-migration.md
│ └── gateway-api-traefik.md
├── nmap/
│ └── http-traceroute.md
├── obsidian-automation/
│ ├── obsidian-cli.md
│ ├── obsidian-headless.md
│ └── obsidian-uri.md
├── packer-talos-proxmox/
│ └── packer-talos-image-factory.md
├── proxmox-ansible-host-config/
│ └── ansible-host-configuration.md
├── macos-disk-space-snapshots/
│ └── time-machine-local-snapshots.md
├── proxmox-letsencrypt-gcloud/
│ └── letsencrypt-gcloud-dns.md
├── talos-linux/
│ └── ...
├── talos-proxmox-nocloud/
│ └── nocloud-boot-provisioning.md
├── synology-dsm-troubleshooting/
│ └── synocgid-login-failure.md
└── talos-terraform-proxmox/
└── terraform-talos-ha-pattern.md
| Topic | Path | Contents |
|---|---|---|
| Kubernetes Networking | reference/kubernetes-networking/ | Ingress controller migration, Traefik, Gateway API with Traefik (CRD management, port mapping, cert-manager/external-dns integration) |
| Proxmox Ansible Host Config | reference/proxmox-ansible-host-config/ | Ansible role-based hypervisor configuration, network templating, desired-state management |
| Talos Linux | reference/talos-linux/ | Image cache, registry DDoS prevention, IMAGECACHE partition, registryd |
| Talos Proxmox NoCloud | reference/talos-proxmox-nocloud/ | Talos Linux nocloud/cloud-init boot on Proxmox: SMBIOS serial method, cicustom snippets, nocloud vs metal images, JYSK 3000-cluster scale pattern, known boot issues |
| Talos Terraform Proxmox | reference/talos-terraform-proxmox/ | Terraform-based Talos HA cluster on Proxmox, Cilium CNI, bpg/proxmox + siderolabs/talos providers |
| Packer Talos Proxmox | reference/packer-talos-proxmox/ | Packer-based Talos template creation using Image Factory API, CI/CD-friendly automation |
| Proxmox Let's Encrypt gcloud | reference/proxmox-letsencrypt-gcloud/ | Let's Encrypt ACME DNS-01 challenge via Google Cloud DNS on Proxmox VE, service account auth, DNS delegation pattern |
| macOS Disk Space / Snapshots | reference/macos-disk-space-snapshots/ | Time Machine local snapshots causing full disk, APFS purgeable space, tmutil diagnosis and cleanup, Finder vs df discrepancy |
| Nmap NSE Scripts | reference/nmap/ | http-traceroute script: reverse proxy detection via Max-Forwards header, usage syntax, script arguments, output format, decision points |
| Obsidian Automation | reference/obsidian-automation/ | Official Obsidian CLI (v1.12+, 115+ commands), Obsidian Headless sync client, Obsidian URI protocol (native + Advanced URI + Actions URI), AI agent integration patterns, sync architecture comparison |
| Synology DSM Troubleshooting | reference/synology-dsm-troubleshooting/ | synocgid daemon failure causing empty SID on login, DSM web stack architecture, cascading Kubernetes CSI failures, diagnostic flow, key file locations and CLI tools |
.md files in the relevant reference/ subdirectory~/notes/ for related notes (use the knowledge-reader agent for vault searches if needed)When the user wants to add knowledge to the base:
reference/ if needed)---