obsidian-process-noteslisted
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