Unshelve banner
WingedGuardian WingedGuardian

Unshelve

Development community

Description

--- name: unshelve description: > Search for shelved sessions — find past bookmarked sessions by keyword or browse recent ones. --- # Unshelve Session Find and resume a previously shelved session. ## Arguments - `/unshelve` — show the 5 most recent bookmarks - `/unshelve auth` — search bookmarks matching "auth" - `/unshelve plan approved` — search for plan sessions ## Steps 1. **Call `bookmark_unshelve`** MCP tool with: - `query`: the user's search text (or empty string for recent)

Installation

Installs to ~/.claude/commands/wingedguardian-genesis-agi-unshelve.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/WingedGuardian/GENesis-AGI/HEAD/.claude/commands/unshelve.md -o ~/.claude/commands/wingedguardian-genesis-agi-unshelve.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository