From sync-claude-sessions-skill
Loads vault memory context via temporal JSONL queries (yesterday, last week), BM25 topic searches on QMD, or interactive session-file graphs. Synthesizes highest-leverage next action.
npx claudepluginhub artemxtech/personal-os-skills --plugin recall-skillThis skill is limited to using the following tools:
Three modes: temporal (date-based session timeline), topic (BM25 search across QMD collections), and graph (interactive visualization of session-file relationships). Every recall ends with the **One Thing** - a concrete, highest-leverage next action synthesized from the results.
Searches knowledge graph, loads session context, views history, checks status, and visualizes memory for recalling past decisions in coding sessions.
Share bugs, ideas, or general feedback.
Three modes: temporal (date-based session timeline), topic (BM25 search across QMD collections), and graph (interactive visualization of session-file relationships). Every recall ends with the One Thing - a concrete, highest-leverage next action synthesized from the results.
No custom setup needed for temporal recall - every Claude Code user has JSONL files.
You can auto-index sessions into QMD on every session end via a Claude Code hook. See AGENTS.md for setup instructions.
/recall yesterday
/recall last week
/recall 2026-02-25
/recall QMD video
/recall authentication work
Graph mode - visualize session relationships over time:
/recall graph yesterday # what you touched today
/recall graph last week # week overview - find clusters
/recall graph this week # current week so far
/recall graph last 3 days # recent activity window
Graph options: --min-files 5 for cleaner graphs (only sessions touching 5+ files), --all-projects to scan beyond current vault.
See workflows/recall.md for routing logic and step-by-step process.