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.
npx claudepluginhub wobsoriano/logbook --plugin logbookThis skill is limited to using the following tools:
Load a previously saved session note from the Obsidian vault into the current session's context.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
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>