session-search

star 7.9k

Search past Feynman session transcripts to recover prior work, conversations, and research context. Use when the user references something from a previous session, asks "what did we do before", or when you suspect relevant past context exists.

companion-inc By companion-inc schedule Updated 3/25/2026

name: session-search description: Search past Feynman session transcripts to recover prior work, conversations, and research context. Use when the user references something from a previous session, asks "what did we do before", or when you suspect relevant past context exists.

Session Search

Use the /search command to search prior Feynman sessions interactively, or search session JSONL files directly via bash.

Interactive search

/search <query>

Opens the session search UI. Supports resume <sessionPath> to continue a found session.

Direct file search

Session transcripts are stored as JSONL files in ~/.feynman/sessions/. Each line is a JSON record with type (session, message, model_change) and message.content fields.

grep -ril "scaling laws" ~/.feynman/sessions/

For structured search across sessions, use the interactive /search command.

Install via CLI
npx skills add https://github.com/companion-inc/feynman --skill session-search
Repository Details
star Stars 7,868
call_split Forks 948
navigation Branch main
article Path SKILL.md
More from Creator
companion-inc
companion-inc Explore all skills →