hxreborn

Herdr Transcripts — Development skill for Claude Code

Development community

Simple fzf finder for session transcripts of coding agents like Claude Code and Codex.

How to install Herdr Transcripts

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

What Herdr Transcripts does

Simple fzf finder for session transcripts of coding agents like Claude Code and Codex.

Alternatives in Development

  • Coding Agent Session Search — Unified TUI and CLI to index and search your local coding agent session history across 11+ providers (Codex, C 708 ★
  • Herdrm — Native macOS console for herdr — all your coding agents and their live terminals, across devices 635 ★
  • Tmux Claude Hatch — tmux plugin that runs Claude Code sessions in popups per project directory, with an fzf picker showing each se 381 ★

README

herdr-transcripts

Search the transcripts of your Claude Code and Codex sessions, in a [Herdr](https://herdr.dev) popup. Search by title, prompt, reply or tool call.

[![Find a session by a word you remember, reorder, switch to dates, narrow with a second word, and resume it in a new Herdr tab](assets/overview.gif)](assets/overview.mp4)

Features

  • Search words across titles, prompts, replies and tool calls
  • Highlighted matches in previews
  • Mouse-first like Herdr, with a key for everything
  • Filters by agent and cwd
  • Incremental index, pre-warmed, parallel parsing (~110 ms on 3 GiB)
  • Python standard library and fzf

Supported agents

Agent Transcripts Resume Ctrl+X Ctrl+B
Claude Code ~/.claude/projects claude --resume --dangerously-skip-permissions --chrome
Codex ~/.codex/sessions codex resume --yolo

Screenshots

**Searched by word across titles, prompts and replies**

![A one-word query, the sessions that mention it, and the preview with the matching message highlighted](assets/shot-search.png)

**Scoped to replies, matching what the agent said**

![The replies scope: sessions where the agent said the word, with the reply highlighted in the preview](assets/shot-replies.png)

**Scoped by agent with absolute dates**

![The list limited to codex sessions with absolute dates](assets/shot-filters.png)

**Diagnostics with retention, index state and flags**

![The diagnostics overlay: retention, transcript counts, index state, resume flags](assets/shot-diagnostics.png)

Requirements

  • Linux or macOS