From 958656a9a3c4d02f52c099fe44bfd787e87ea023 Mon Sep 17 00:00:00 2001 From: Jake Marsh Date: Fri, 24 Apr 2026 00:30:24 -0500 Subject: [PATCH] Add ccthread to Community Projects > Coding & Development ccthread is a plugin + standalone CLI that reads Claude Code conversation logs from ~/.claude/projects/ and turns them into clean markdown. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3adfb33..721fff0 100644 --- a/README.md +++ b/README.md @@ -342,6 +342,7 @@ async def parallel_analysis(document): - **[repomix](https://github.com/yamadashy/repomix)** `★ 7.8k` — Pack entire repositories into a single file optimized for Claude's 1M context window. - **[SWE-agent](https://github.com/SWE-agent/SWE-agent)** `★ 13.1k` — Claude solves real GitHub issues end-to-end. Top performer on SWE-bench. - **[OpenHands](https://github.com/All-Hands-AI/OpenHands)** `★ 41.7k` — Open-source Devin alternative. Claude-powered software engineering agent with sandbox execution. +- **[ccthread](https://github.com/jakemarsh/ccthread)** — Read, search, and have Claude summarize your Claude Code conversation logs from the CLI. Plugin + standalone binary. ### Research & Analysis