find-session
Installation
SKILL.md
find-session — pin a specific Claude conversation
claude --continue picks "most recent in cwd" — unreliable when multiple
sessions share a directory. claude --resume <uuid> is exact. This skill
finds the right UUID by grepping jsonl files, then writes a one-word shell
function so the user types e.g. aichain to resume that exact conversation.
When to use
- User says "I can't find my session" / "claude --continue picks wrong one"
- User wants a one-word resume command for a specific long-running conversation
- Multiple
.jsonlfiles in~/.claude/projects/<encoded-cwd>/exist