Turn months of Claude Code research sessions into a searchable personal knowledge base you can browse offline
Share a structured wiki of past AI-assisted research and decisions with teammates or publicly
Rediscover explanations and solutions from old coding sessions without manually searching raw session files
| tejpalv/cc-wiki | av/skilled | hkirat/prediction-market | |
|---|---|---|---|
| Stars | 23 | 23 | 23 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | easy | easy |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | vibe coder | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Claude Code installed plus Python 3.9 or newer and Node 22 or newer for the Quartz site generator.
This tool takes the conversation history saved by Claude Code, a command-line AI coding assistant, and turns it into a browsable, shareable knowledge base. Claude Code stores past sessions in a folder called ~/.claude on your computer. Over time those sessions accumulate research, explanations, and decisions that are hard to find or reuse. CC-Wiki reads those files and generates a website using a publishing tool called Quartz, which produces an interconnected, wiki-style site you can browse locally or share with others. The author built this for their own use because they were doing a lot of deep research through Claude Code sessions, both personal and professional, and found it difficult to share those insights or return to them in future sessions. The result is described as an arXiv-like knowledge base, meaning it aims to be organized and rigorous rather than informal. Installation is a one-line curl command that runs an install script. After that, you can invoke the tool from inside any Claude Code session by typing /cc-wiki. It requires macOS or Linux, Claude Code, Python 3.9 or newer (using only the standard library, so no extra packages to install), and Node 22 or newer for the Quartz site generator. The project is MIT licensed and the README notes it is a personal tool released publicly because it may be useful to others. Issues and pull requests are welcome, though the author makes no promises about response time.
A tool that reads your Claude Code session history from the ~/.claude folder and generates a browsable, wiki-style website from it, so past research and decisions become searchable and shareable.
Mainly TypeScript. The stack also includes TypeScript, Python, Quartz.
MIT license, use, modify, and distribute freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.