← ClaudeAtlas

obsidian-connect-noteslisted

Vernetzt den Obsidian-Zettelkasten: wählt N zufällige, noch unbearbeitete Notizen (Standard 10, bevorzugt Notizen ohne Tags/Verweise), ergänzt breite Kategorie-Tags aus einer Kategorien-Registry (`99 Meta/Kategorien.md`) und Querverweise in `related:`, pflegt die Maps of Content in `00 Maps of Content/` und strukturiert `00 - Index.md`. Trigger on "vernetze 10 Notizen", "verknüpfe Notizen", "kategorisiere Notizen", "Tags ergänzen", "Kategorien-Registry aktualisieren", "MOCs pflegen", "Index aufräumen", "connect notes", "link notes", "tag notes", "curate MOCs", "build the index", "weave the vault", "connect the brain". Bearbeitet ausschließlich Frontmatter (`tags:`, `related:`, `updated:`) einer normalen Notiz — niemals ihren Inhalt; bei MOC-Dateien und `00 - Index.md` ist zusätzlich append-only Body-Bearbeitung erlaubt. This is NOT obsidian-process-pages (which sorts the legacy `pages/` folder and rebuilds whole frontmatter blocks from footnotes — this skill never touches `pages/` and never rebuilds a block,
kogakure/skills · ★ 8 · AI & Automation · score 67
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