continue-claude-here
Installation
SKILL.md
Continue Claude Here
Use this skill when the user wants to pull forward prior Claude work into the current conversation.
Primary outcome:
- import the relevant prior session context into the current conversation without switching runtimes
Keep the workflow deterministic. Do not guess a session from vibes alone when there are several plausible candidates.
Default bias:
- Always prefer importing the prior Claude session into the current conversation.
- Treat true Claude reopen or CLI resume as an edge path only if the user explicitly insists on that.
Tools
- Use
scripts/claude_session_tool.py searchto discover and rank candidate sessions. - Use
scripts/claude_session_tool.py exportto preview or stage transcript content.
Related skills