session-bookmarkslisted
Install: claude install-skill voxpelli/vp-claude
# Session Bookmarks
Scan the current conversation for high-signal URLs discovered during work,
suggest 1-3 as Raindrop bookmarks, and create them after user approval.
This skill can be invoked directly or is auto-delegated from `/session-reflect`
after its Basic Memory workflow completes.
## Edge Cases
- **No URLs in conversation** — exit silently, no output.
- **All candidate URLs already bookmarked** — exit silently.
- **Raindrop MCP unavailable** — report "Raindrop unavailable — skipping
bookmark suggestions" and exit. Do not block the calling skill.
- **`create_bookmarks` succeeds but `update_bookmarks` (tags) fails** —
report partial success: "Bookmark created but tagging failed — add tags
manually in Raindrop."
- **User declines all** — report "No bookmarks created" and exit.
- **More than 3 candidates pass the filter** — take the top 3 by priority:
official docs > specs/RFCs > blog posts/tutorials > other.
## Signal Detection
A URL is bookmark-worthy when **ALL** of these criteria are met:
1. **Discovered during the session** — via Tavily search, DeepWiki, web fetch,
or Claude's own research. NOT a URL the user pasted as the starting point
of the conversation. URLs found by *following* a user-pasted link ARE
eligible (the discovery chain matters, not the seed).
2. **Central to a decision or insight** — the URL's content was actively used
to inform a decision, solve a problem, or confirm an approach. Not just
mentioned in passing or return