Shelve banner
WingedGuardian WingedGuardian

Shelve

Development community

Description

--- name: shelve description: > Shelve the current session — create a bookmark so you can find and resume it later with /unshelve. --- # Shelve Session Create a bookmark for the current session so you can return to it later. ## Arguments The user may provide optional arguments after `/shelve`: - `/shelve` — shelve with no tags - `/shelve auth-refactor, critical` — shelve with tags "auth-refactor" and "critical" - `/shelve auth-refactor | fixing the OAuth flow` — tags before `|`, context

Installation

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

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

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

Full documentation available on GitHub

View Source Repository