From session-scout
Get the resume command for a Claude Code session by full or partial session ID.
How this skill is triggered — by the user, by Claude, or both
Slash command
/session-scout:resume-sscThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<references>
/resume-ssc 448332ee # Partial ID match
/resume-ssc 448332ee-bf11-48c7-ad0b-3d9d1ee2a07d # Full ID
Run the Resume Lookup
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/sesh.py" resume ""
Format and Display Results
Format the output according to the rules in `references/output-format.md`.
Handle Multiple Matches
The script returns all matches when a partial ID matches more than one session. Display them in a numbered list and ask the user to pick one.
Handle No Results
Inform the user and suggest they use `/active-ssc` or `/search-sessions` to find the session they are looking for.
npx claudepluginhub brennacodes/brenna-plugs --plugin session-scoutRetrieves previous Claude Code or Codex CLI session transcripts, printing recent turns and metadata to resume work. Supports UUID lookup and automatic detection of most recent session.
Manages Claude Code sessions using /rename, /resume, and CLI commands for naming, checkpointing, and resuming workflows in debugging, feature development, PR reviews, and investigations.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.