obsidian-connect-noteslisted
Install: claude install-skill kogakure/skills
# obsidian-connect-notes
Chips away at the vault's connective tissue a few notes per run: broad category tags,
cross-links in `related:`, curated Maps of Content, and a structured `00 - Index.md`. A
machine-readable, human-vetoable **category registry** at `99 Meta/Kategorien.md` keeps every
run cheap — no run ever has to re-derive topic clusters from the whole vault.
Run this skill from the vault root (the Obsidian Zettelkasten vault directory). All paths below
are relative to that root. Never read, write, or move anything outside it.
**The governing distinction, stated once because everything below depends on it:** a "normale
Notiz" is any note that is neither tagged `MOC`/`Übersicht` nor `00 Maps of Content/00 - Index.md`.
On a normale Notiz, the skill may only touch frontmatter (`tags:`, `related:`, `updated:`) plus
run `prettier --write` on it — content, wording, and structure of the body are never rewritten,
reordered, or deleted. On a MOC file or the Index, the body may additionally be edited
**append-only**: new links added, nothing existing removed, reordered, or reworded.
## Argument parsing
Arguments: `<N> [--mode notes|moc|index|all] [--dry-run] [--scope core|wide] [--seed <int>] [--pure-random] [--include-quotes]`
- `N` (optional, default **10**, hard cap **50**): how many notes to process this batch (only
meaningful for `--mode notes`; `moc` and `index` have their own per-run caps, see their
reference files). If N > 50, refuse and ask the user to run s