Hi — this is the personal/homelab wiki for mdbook (Mikayla). It runs on Quartz v4 over a git-tracked markdown vault on my self-hosted GitLab. Edits land via either filesystem MCP from an LLM client or a normal git push; CI rebuilds in about a minute.
If you’re reading this at docs.mdbook.me, you’re seeing the public-filtered subset — pages marked public: true in frontmatter. The full vault lives behind auth at wiki.mdbook.me and includes runbooks, in-progress notes, and stack-internal details.
What’s here
- agents/ — operating guides for the LLM/MCP/agent stack: how to use the Discord MCP, the let-them-talk comm bus, multi-agent project workflows, spawning Claude Code sessions.
- automations/ — n8n workflows and scheduled scripts: Siri → Notion todo capture, YouTube → Discord summarization, 3D-printing automation pipelines.
- conventions/ — how I do things here: device naming, mirrored-upstream repo setup, the canonical homelab conventions doc.
- diving/ (gated) — coaching knowledge base for the diving teams I coach: per-team season notes, league rules, practice plans, plus a cross-team skills & drills library.
- hardware-hosts/ (partial public) — per-host writeups. Public entries cover one-off appliances like the wallcal kiosk.
- mtg/ — Magic: The Gathering deck ideas from a multi-agent deckbuilding workflow, with commander art, strategy writeups, and importable decklists. Organized by format.
- runbooks/ (gated) — incident handoffs and “what to do when X breaks” playbooks.
- stacks/ (mostly gated) — per-stack architecture notes and rollout writeups.
- network/ (gated) — subnets, UniFi topology.
Source
This wiki is open at gitlab.mdbook.me/mikayla/wiki — public content is everything you can navigate to from here; private pages are present in the repo but excluded from the public build by scripts/filter-public.mjs.