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-claudeRecovers actionable context from local .claude session artifacts to continue interrupted work without running claude --resume. Extracts compact summaries, pending work, errors, and workspace state.
Restores complete project context from previous Claude Code sessions using STATE.md loading, checkpoint detection (.continue-here files), incomplete work detection, and status-driven next-action routing.
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.