CC-Wiki: Turn Claude Code sessions into a shareable knowledge base wiki
CC-Wiki is a tool designed to convert Claude Code sessions into a shareable knowledge base. It allows users to package their research learnings in a reusable format. The tool is built on Quartz and is available for macOS and Linux users with specific software requirements.
- ▪CC-Wiki turns local Claude Code sessions into a structured knowledge base.
- ▪It is designed for both personal and professional research purposes.
- ▪The tool requires macOS or Linux, Python 3.9+, and Node 22+.
Opening excerpt (first ~120 words) tap to expand
cc-wiki 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 Motivation 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. Contributing This is a personal tool released because building it was useful and it might be useful to others. Issues and PRs welcome; no SLA.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.