spences10

Omnirecall β€” Development skill for Claude Code

Development community

πŸ”Ž Recall past coding conversations across Pi, Codex, and Claude Code from one searchable local archive.

How to install Omnirecall

This entry records only its repository, not the path inside it, so there is no exact command to give. Open spences10/omnirecall and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Omnirecall does

πŸ”Ž Recall past coding conversations across Pi, Codex, and Claude Code from one searchable local archive.

Alternatives in Development

  • Claude Scholar β€” Semi-automated research assistant for academic research and software development 3k β˜…
  • Coding Agent Session Search β€” Unified TUI and CLI to index and search your local coding agent session history across 11+ providers (Codex, C 708 β˜…
  • Arrecall β€” AgentRecall on-demand recall β€” surface past fixes, decisions, and patterns mid-session without leaving your fl 370 β˜…

README

omnirecall

[![Verify](https://github.com/spences10/omnirecall/actions/workflows/verify.yml/badge.svg)](https://github.com/spences10/omnirecall/actions/workflows/verify.yml) [![built with vite+](https://img.shields.io/badge/built%20with-Vite+-646CFF?logo=vite&logoColor=white)](https://viteplus.dev) [![tested with vitest](https://img.shields.io/badge/tested%20with-Vitest-6E9F18?logo=vitest)](https://vitest.dev)

Find answers in your past coding conversationsβ€”even when they happened in a different agent.

OmniRecall searches Pi, Codex, and Claude Code session histories in one local archive. Recover a decision, find a command that worked, or give your current assistant the context it needs to continue earlier work.

![Example coding assistant conversation using OmniRecall to recover a fix from a previous Pi session](./assets/omnirecall-package-preview.png)

  • Search across agents without remembering which one you used.
  • Read the conversation around a match and inspect original tool output.
  • Keep imported history searchable after its source files disappear.
  • Keep your archive on your machine; no account or hosted service needed.

Use in your coding assistant

Ask directly in your current CLI conversation:

Use pnpx omnirecall to find that session where we changed the database queries and fixed slow search. What did we change?

Or use `npx omnirecall` in the same request. Your assistant runs the commands, searches earlier sessions, and reads the relevant context without you leaving the conversation.

Use npx omnirecall to find how we fixed the authentication bug last week, and use that context to help with this issue.

Requires Node.js 24.11 or newer.

Run commands directly

pnpx omnirecall sync
pnpx omnirecall search "database migration"
pnpx omnirecall read '' --context 2

Run `sync` to pick up new conversations. Add `--json` for structured results. Search defaults to conversation messages; use `--kind all` to include