session-search

Installation
SKILL.md

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/
Related skills

More from getcompanion-ai/feynman

Installs
19
GitHub Stars
7.1K
First Seen
Apr 8, 2026