CC-Wiki: Turn Claude Code sessions into a shareable knowledge base wiki CC-Wiki is a tool that converts local Claude Code session histories into a shareable Quartz-based knowledge base, allowing users to package research and learnings into a reusable, arXiv-like format. It is installed via a single command and activated within a Claude Code session using the `/cc-wiki` command. The tool requires macOS or Linux, Claude Code, Python 3.9+, and Node 22+, and is released as open-source under the MIT license. Turn your ~/.claude history into a shareable Quartz knowledge base. curl -fsSL https://raw.githubusercontent.com/tejpalv/cc-wiki/main/install.sh | bash Then in any Claude Code session: /cc-wiki I use Claude Code for deep research, both personal and at work. It was difficult to package these learnings in a format that can be shared with others and also re-used in future sessions. CC-Wiki is a skill + Quartz-based template that looks at local .claude sessions and builds a rigorous arXiv-like knowledge base, so no context goes to waste. This is a personal tool released because building it was useful and it might be useful to others. Issues and PRs welcome; no SLA. - macOS or Linux - Claude Code you've got this if you're reading this - Python 3.9+ stdlib only, no pip deps - Node 22+ for Quartz Built on Quartz by Jacky Zhao. MIT. See LICENSE.