From logbook
Load a previously saved session note from Obsidian as context. Use at the start of a session to pick up where you left off.
How this skill is triggered — by the user, by Claude, or both
Slash command
/logbook:loadThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load a previously saved session note from the Obsidian vault into the current session's context.
Load a previously saved session note from the Obsidian vault into the current session's context.
The title to load is: $ARGUMENTS
Attempt to read the note at path $ARGUMENTS.md using mcp__obsidian__read_note.
If the note is not found, use mcp__obsidian__search_notes to find notes with titles or content similar to $ARGUMENTS, list the top matches, and ask the user which one to load.
Once the note is loaded, read it carefully. Pay particular attention to:
Output a brief confirmation so the user knows what was loaded, then summarise what the previous session covered in 2–4 bullet points based on the note. End with what the natural next step would be based on the open questions or context.
Format:
Loaded ← <title>.md
Project: <project> · Branch: <branch> · <date>
<2–4 bullet summary of previous session>
Ready to continue. Suggested next step: <next step from context>
npx claudepluginhub wobsoriano/logbook --plugin logbookLoads Obsidian vault notes as conversational context when users request personal notes via phrases like 'check my notes about'. Scans MOCs, retrieves linked notes, limits to 15k chars.
Searches an Obsidian vault for past decisions, troubleshooting history, and project knowledge when the user asks about previous work or how something was done. Supports keyword, type-aware, and catalog search.
Searches, creates, and organizes notes in an Obsidian vault. Uses wikilinks and index notes. Relevant when managing a personal knowledge base or research notes.