← ClaudeAtlas

obsidian-process-noteslisted

Process inbox notes into the standalone LLM Wiki vault. Use this skill whenever the user asks to process notes, process clippings, ingest clippings, build the wiki, update the wiki from new notes, run obsidian-process-notes, run obsidian-build-wiki, or maintain the AI wiki layer. It reads new files from `inbox/`, creates or updates German LLM-generated wiki pages in `wiki/`, appends to the wiki log, and moves processed notes unchanged into `sources/`.
kogakure/skills · ★ 7 · AI & Automation · score 69
Install: claude install-skill kogakure/skills
# obsidian-process-notes Process inbox notes into the AI-maintained Wiki layer. This skill operates on the standalone LLM Wiki vault at `~/Code/personal/obsidian/llm-wiki`. **Safety:** Never touch `~/Code/personal/obsidian/zettelkasten/` or any path outside the `llm-wiki` vault. ## Core Paths All paths are relative to `~/Code/personal/obsidian/llm-wiki/`. - Inbox (unprocessed): `inbox/` - Processed sources: `sources/` - Source assets: `sources/assets/` - Wiki output: `wiki/` - Wiki assets: `wiki/assets/` - Navigation index: `meta/Index.md` - Operational log: `meta/Wiki-Log.md` - Agent rules: `.agents/wiki.md` - Wiki note template: `meta/templates/Wiki Note.md` - Source note template: `meta/templates/Source Note.md` ## Trigger Arguments Accept natural language requests and slash-style phrases such as: - `obsidian-process-notes` - `obsidian-build-wiki` - `process new notes` - `process clippings` - `ingest the new inbox notes` - `build out the wiki from inbox` If the user names a specific file, process only that file. If they give a limit such as "process 3 notes", process the oldest or first listed matching unprocessed notes unless they specify another priority. If they do not specify scope, list available inbox notes and process a small batch that is reasonable for the current turn. ## Non-Negotiable Rules - Write content only inside `wiki/` and `meta/`. - Do not edit existing notes in `sources/` or `inbox/`. - The only permitted file move is `inbox/X.md` → `source