Recall — Git skill for Claude Code
by zippoxer - Full-text search your Claude Code sessions.
How to install Recall
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open zippoxer/recall and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Recall does
Search and resume your Claude Code conversations. Also supports Codex, OpenCode and Factory (Droid).
Alternatives in Git
- Git Worktree Docs Issue: Dependency Installation — GitHub — Community feedback on official docs with full worktree lifecycle walkthrough 81.1k ★
- Fullstack Dev Skills — by jeffallan - A comprehensive Claude Code plugin with 65 specialized skills covering full-stack development a 7k ★
- Code Context — GitHub Repo stars MCP plugin for semantic code search Code search MCP 5.7k ★
README
recall [](https://github.com/hesreallyhim/awesome-claude-code)
Search and resume your Claude Code conversations. Also supports Codex, OpenCode and Factory (Droid).
**Tip**: Don't like reading? Tell your agent to use `recall search --help` and it'll search for you.
Install
**Homebrew** (macOS/Linux):
brew install zippoxer/tap/recall
**WinGet** (Windows):
winget install zippoxer.recall
**Cargo**:
cargo install --git https://github.com/zippoxer/recall
**Binary**: Download from [Releases](https://github.com/zippoxer/recall/releases)
Use
Run:
recall
**That's it.** Start typing to search. Enter to jump back in.
| Key | Action |
|---|---|
↑↓ |
Navigate sessions |
Pg↑/↓ |
Scroll messages |
Ctrl+E |
Expand message |
Enter |
Resume conversation |
Tab |
Copy session ID |
/ |
Toggle scope (folder/everywhere) |
Esc |
Quit |
Ask it to Search for You
Simply tell your agent:
use `recall search --help`
Example:
pls find me the last conversation where we deployed to staging, use `recall search --help`
MCP
No MCP required. The `recall search` CLI fulfills the same purpose. See [Ask it to Search for You](#ask-it-to-search-for-you).
Customize
recall's resume commands can be configured with environment variables.
For example, to resume conversations in YOLO mode, add this to your `.bashrc` or `.zshrc`:
export RECALL_CLAUDE_CMD="claude --dangerously-skip-permissions --resume {id}"
export RECALL_CODEX_CMD="codex --dangerously-bypass-approvals-and-sandbox resume {id}"
Made with ❤️ by [zippoxer](https://github.com/zippoxer) and Claude.
Related Skills
Claude Esp
by phiat - Go-based TUI that streams Claude Code's hidden output (thinking, tool calls, subagents) to a separa
Termcontrol.Nvim
Drive any running terminal in Neovim — send text, send keystrokes, scroll — without focusing it. Detects folke
Yavar Extension
A Chrome extension that turns free web chatbots (ChatGPT, Claude, Gemini) into a full workspace sidebar. Featu
Canopy
Ship faster with parallel Claude Code sessions — one native macOS window, git worktrees, sandboxes, auto-resum
Sublodex
Local-first desktop app on top of Claude Code. Multi-project, live file streaming, integrated terminal (local
Claude CLI Telegram
Turn your Mac/Linux into a remote Claude Code terminal via Telegram. Spawns real CLI — sessions, streaming, ap
Related Agents
Teamai Recall
Search the team knowledge base (skills + learnings + docs + rules + codebase graph) and return a compact, stru
PM Researcher
PubMed Research Assistant - helps with biomedical literature search, paper lookup, full-text access, and Zoter
Recall
Runs the recall CLI over the user's past Claude Code sessions and returns the one actionable item — a command,