homelab/ # ← migration script puts these here automatically
├── overview # SKILL.md content
├── stacks/
│ ├── traefik
│ ├── monitoring
│ ├── productivity
│ ├── automation
│ ├── media-tools
│ ├── media
│ ├── messaging
│ └── wiki
├── conventions/
│ ├── overview
│ ├── filesystem-layout
│ ├── networking
│ ├── dns
│ ├── image-pinning
│ ├── naming
│ └── ... # one per h2 in conventions.md
├── gotchas
├── decisions/
│ └── ... # one per h2 in decisions.md
└── future-work
network/
├── overview # high-level diagram, IP scheme
├── udm-pro
├── vlans
│ ├── lan
│ ├── echo-vlan
│ └── ansible-iot-vlan
├── ssids
├── dns # AdGuard, UDM, internal vs external
└── isp # Olilo, fixed IP, contracts
hardware/
├── overview # asset register link, photo
├── servers/
│ ├── rimmer # spec, build photos, bios settings
│ ├── synology-nas
│ └── ha-yellow
├── network/
│ ├── udm-pro
│ └── u7-pro-ap
├── endpoints/
│ ├── desktop # Mark's Win11 box
│ ├── partner-pc
│ ├── iphone
│ └── ipad
├── tvs/
│ ├── sony-bravia-living-room
│ └── lg-bedroom
├── 3d-printers/
│ └── bambu-x1c
└── cameras/
├── reolink-doorbell
├── reolink-indoor-1
├── reolink-indoor-2
└── hikvision-dvr
home-automation/
├── overview # philosophy, device count, architecture
├── ha-instance # the HA Yellow itself
├── radios/
│ ├── zigbee
│ └── matter
├── mqtt # current state on HA Yellow, future on rimmer
├── devices/
│ ├── espresence-sensors
│ ├── motion-sensors
│ ├── tado-thermostats
│ └── echos
└── automations/
├── lighting
├── presence
└── ...
3d-printing/
├── overview # printer, philosophy, what you print
├── bambu-x1c # link to hardware/3d-printers/bambu-x1c
├── filaments/
│ ├── pla
│ ├── petg
│ └── tpu
├── slicer-settings/ # Bambu Studio profiles
├── prints-log/
│ ├── 2026/
│ │ └── q1 # one page per quarter, log of prints
│ └── ...
└── techniques/
├── bed-adhesion
├── stringing-fixes
└── ...
miniatures/
├── overview # what scale, what game, what tools
├── tools/
│ ├── brushes
│ ├── paints # link to palettes
│ └── airbrush
├── palettes/
│ ├── space-marines
│ └── ...
├── techniques/
│ ├── priming
│ ├── basecoating
│ ├── highlighting
│ └── ...
└── projects/
├── 2026/
│ └── kill-team # one page per project
└── ...
recipes/
├── overview # philosophy, what you cook
├── breakfasts/
├── mains/
│ ├── chicken/
│ ├── beef/
│ └── ...
├── sides/
├── breads-and-doughs/
└── desserts/
reading/
├── overview # what genres, current focus
├── 2026 # year-page with running list
└── books/
└── book-slug # one page per book with notes
personal/
├── health/
│ ├── medications
│ ├── appointments-log
│ └── conditions # any ongoing health context
├── household/
│ ├── insurance
│ ├── utilities
│ ├── council
│ └── maintenance-log
├── finance/
│ ├── accounts # NOT credentials — just structure
│ ├── pensions/
│ │ ├── nhs-pension
│ │ └── uss-cardiff
│ └── reference
└── travel/
├── 2026/
│ └── ...
└── packing-lists