Skip to main content
Back to registry

recall

arjunkmrm/recall

Search all past Claude Code and Codex sessions using full-text search with BM25 ranking.

Installs294
Install command
npx skills add https://github.com/arjunkmrm/recall --skill recall
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Search all past Claude Code and Codex sessions using full-text search with BM25 ranking. To resume a session, cd into the project directory and use the appropriate command: Each result includes a File: path. Use it to read the raw transcript (auto-detects format): If results are missing File: paths, run --reindex to backfill. - Words : bufferStore — matches stemmed variants (e.g., "discussing" matches "discuss") - Phrases : "ACP protocol" — exact phrase match - Boolean : rust AND async , tauri OR electron , NOT deprecated - Prefix : buffer* — matches bufferStore, bufferMap, etc. - Combined : "state machine" AND test - Index is stored at ~/.recall.db (SQLite FTS5, auto-migrated from ~/.claude/recall.db ) - Indexes both ~/.claude/projects/ (Claude Code) and ~/.codex/sessions/ (Codex) - First run indexes all sessions (a few seconds); subsequent runs are incremental - Only user and assistant messages are indexed (tool calls, thinking blocks, state snapshots skipped) - Results show [claude] or [codex] tags to indicate the source

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recall do?

Search all past Claude Code and Codex sessions using full-text search with BM25 ranking.

Is recall good?

recall does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does recall work with?

recall currently lists compatibility with codex, gemini-cli, kimi-cli, amp, cline, github-copilot.

What are alternatives to recall?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install recall?

npx skills add https://github.com/arjunkmrm/recall --skill recall

Related skills

Alternatives in Software Engineering