UN
unshelve
>
Install
mkdir -p .claude/skills/unshelve && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16475" && unzip -o skill.zip -d .claude/skills/unshelve && rm skill.zipInstalls to .claude/skills/unshelve
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Search for shelved sessions — find past bookmarked sessions by keyword or browse recent ones.93 charsno explicit “when” trigger
About this skill
Unshelve Session
Find and resume a previously shelved session.
This skill wraps the bookmark_unshelve MCP tool
(mcp__genesis-memory__bookmark_unshelve). The legacy command at
.claude/commands/unshelve.md is superseded by this skill (skills take
precedence over commands when names collide).
Arguments
/unshelve— show the 5 most recent bookmarks/unshelve auth— search bookmarks matching "auth"/unshelve plan approved— search for plan sessions
Steps
-
Call
bookmark_unshelveMCP tool (mcp__genesis-memory__bookmark_unshelve) with:query: the user's search text (or empty string for recent)limit: 5 (default)
-
Display results. For each bookmark, show:
- Topic and tags
- When it was created
- Whether it has a rich summary
- The resume command:
claude --resume <session_id>