wiki-ingest

Installation
SKILL.md

Wiki Ingest — Source Notes → Wiki Pages

Reads source notes from configured folders (via .obsidian-wiki.config), distills knowledge, writes structured wiki pages following page-format.md, and tracks changes via delta-tracking.md.

Pre-flight (eager)

Read these BEFORE STEP 1:

  1. .obsidian-wiki.config at vault root — must contain OBSIDIAN_WIKI_VAULT_PATH, OBSIDIAN_WIKI_EXCLUDE_DIRS. May also set OBSIDIAN_WIKI_EXCLUDE_FILES (any-depth basename glob list, defaults empty), OBSIDIAN_WIKI_BATCH_ORDER (oldest-first or newest-first, defaults oldest-first if absent — backward-compatible), OBSIDIAN_WIKI_PRIMARY_LANGUAGE (BCP-47 tag, e.g. zh-TW; defaults empty — no language enforcement), OBSIDIAN_WIKI_LANGUAGE_POLICY (enabled or absent; activates language resolution in STEP 4c when set to enabled), and OBSIDIAN_WIKI_PRESERVE_TERMS_FILE (vault-relative path to a no-translate term list; only consulted when OBSIDIAN_WIKI_LANGUAGE_POLICY=enabled). If missing but legacy .env (containing OBSIDIAN_VAULT_PATH=) exists, instruct user to run /wiki-setup to migrate. If neither exists, instruct user to run /wiki-setup.
  2. wiki/.manifest.json — for delta detection. If missing, treat as empty {} (likely first ingest after wiki-setup).

References (lazy — read only when needed)

These are spec references; load them at the moment you need them, not at pre-flight. This keeps small / scoped ingests fast:

Installs
1
GitHub Stars
6
First Seen
Jun 17, 2026
wiki-ingest — kouko/monkey-skills