by angristan
Find that one coding agent session you want to get back to!
# Add to your Claude Code skills
git clone https://github.com/angristan/fast-resumeLast scanned: 6/10/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-06-10T08:08:39.330Z",
"npmAuditRan": true,
"pipAuditRan": true
}fast-resume is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by angristan. Find that one coding agent session you want to get back to!. It has 110 GitHub stars.
Yes. fast-resume passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/angristan/fast-resume" and add it to your Claude Code skills directory (see the Installation section above).
fast-resume is primarily written in Rust. It is open-source under angristan on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh fast-resume against similar tools.
No comments yet. Be the first to share your thoughts!
Search and resume conversations across Claude Code, Codex, and more, all from one terminal UI.
Coding agents can resume previous sessions, but searching those sessions is often limited or title-only. fast-resume builds a single full-text index over your local agent history so you can find a prompt, response, project, or session and jump straight back in.
https://github.com/user-attachments/assets/60f6e128-2ae4-431d-8a87-097f600b6d04
Claude Code, Codex, Copilot CLI, Copilot in VS Code, Crush, OpenCode, and Vibe. See how it works for storage formats and resume behavior.
Homebrew is the simplest option on macOS and Linux:
brew tap angristan/tap
brew install fast-resume
You can also install a binary wheel with uv:
uv tool install fast-resume
See the installation guide for uvx, Cargo, supported platforms, and terminal recommendations.
# Search all sessions interactively
fr
# Start with a query or filters
fr "authentication bug"
fr -a codex -d backend "api error"
# Search without opening the TUI
fr --list "agent:claude date:<2d auth"
# Inspect or rebuild the local index
fr --stats
fr --rebuild
Inside the TUI, use the arrow keys to select a session and press Enter to resume it. Tab completes filters or cycles agents, Ctrl+P toggles the preview, and Ctrl+Y copies the resume command.
No configuration is required. The Tantivy index lives at ~/.cache/fast-resume/tantivy_index and is rebuilt automatically when its schema changes.
To reset it manually:
rm -rf ~/.cache/fast-resume
fr --rebuild
MIT