Documentation
README
Wiki Context Pack
This is a read-only skill. It must not modify the vault, including log.md,
index.md, hot.md, or .manifest.json.
Before You Start
-
Resolve config using the Config Resolution Protocol in
llm-wiki/SKILL.md: inline@name, then walk up from CWD for.env, then the global config. -
If
$OBSIDIAN_VAULT_PATH/AGENTS.mdexists, read it as trusted owner conventions. Do not include that file as a knowledge excerpt. -
Canonicalize the configured vault to a physical absolute path before invocation:
OBSIDIAN_VAULT_PATH="$(cd "$OBSIDIAN_VAULT_PATH" && pwd -P)"
This is the opening of the README. Read the full README on GitHub.