From e6f74832ff718d4e21e788778d03c9b6c9d439e0 Mon Sep 17 00:00:00 2001 From: Jake Marsh Date: Thu, 23 Apr 2026 21:03:46 -0500 Subject: [PATCH] Add ccthread to Tools & Utilities MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ccthread is a CLI (and Claude Code plugin) that reads Claude Code conversation logs from ~/.claude/projects/ and turns them into clean markdown — for recalling decisions, finding old threads, summarizing work, or seeding CLAUDE.md from past sessions. Repo: https://github.com/jakemarsh/ccthread --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b34574..3a26a5f 100644 --- a/README.md +++ b/README.md @@ -339,6 +339,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - [**shotgun-alpha**](https://github.com/shotgun-sh/shotgun-alpha) (3 ⭐) - Codebase-aware spec engine for Cursor, Claude Code & Lovable. - [**conductor**](https://conductor.build/) (0 ⭐) - Run a bunch of Claude Codes in parallel. - [**claude-deep-research**](https://www.google.com/search?q=https://github.com/disler/claude-deep-research) (0 ⭐) - Claude Deep Research config for Claude Code. +- [**ccthread**](https://github.com/jakemarsh/ccthread) (0 ⭐) - Read, search, and have Claude summarize your Claude Code conversation logs from the CLI. ---