How this skill is triggered — by the user, by Claude, or both
Slash command
/seamless-claude:resumeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Resume a previous Claude Code session using its
Resume a previous Claude Code session using its precompact summary.
Run the resume script:
!node "${CLAUDE_PLUGIN_ROOT}/scripts/resume.mjs" $ARGUMENTS
Load the output above as session context. This is a summary of a previous session — treat it as your working memory. Do not ask the user to confirm what they were working on; just pick up where things left off.
npx claudepluginhub remotecto/claude-plugins-marketplace --plugin seamless-claudeResumes prior AI coding-agent work by reconstructing context from transcripts, chat logs, or session summaries before continuing from the actual stopping point.
Resumes Claude Code sessions by loading CONTEXT-*.md files from project root or done/ folder, with optional full resource expansion and resume report generation. Use for continuing previous work.
Retrieves 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.