CC-Wiki: Turn Claude Code Sessions into a Shareable Quartz Knowledge Base

✍️ OpenClawRadar📅 Published: May 26, 2026🔗 Source
CC-Wiki: Turn Claude Code Sessions into a Shareable Quartz Knowledge Base
Ad

CC-Wiki is a Claude Code skill + Quartz template that converts your local ~/.claude session history into a shareable static wiki. It's designed for developers who use Claude Code for deep research and want to package those sessions into a reusable, arXiv-like knowledge base without context loss.

Installation & Usage

Install with a single curl pipe — no prerequisites beyond Claude Code, Python 3.9+, and Node 22+:

curl -fsSL https://raw.githubusercontent.com/tejpalv/cc-wiki/main/install.sh | bash

Then, inside any active Claude Code session, invoke the skill:

/cc-wiki

This processes your ~/.claude sessions and builds a static Quartz-based site at a configurable output directory.

Ad

Key Details

  • No pip dependencies — uses only Python standard library.
  • Quartz site requires Node 22+ for the static site generation.
  • The generated wiki is static HTML, ready to be hosted on any static file server (GitHub Pages, Netlify, etc.).
  • Built on Quartz by Jacky Zhao, a popular digital-garden framework.
  • License: MIT.
  • OS support: macOS and Linux.

Motivation

The author needed a way to share deep research output produced with Claude Code, both for team use and personal re-use in future sessions. CC-Wiki solves that by formalizing the conversion and providing a ready-to-use template.

Who It's For

Claude Code users who want to archive and share their AI-assisted research sessions without manual formatting.

📖 Read the full source: HN AI Agents

Ad

👀 See Also

wearehere browser extension scans sites for tracking and privacy risks
Tools

wearehere browser extension scans sites for tracking and privacy risks

wearehere is a browser extension that scans websites across ten categories including cookies, trackers, device fingerprinting, and dark patterns, then scores them based on privacy risks. It's under 200KB, runs locally in the browser, and also comes as an npm package for integration with AI agents via barebrowse MCP server.

OpenClawRadar
FlowBoard v5: Event-Sourced Project Workspace for Multi-Agent Teams
Tools

FlowBoard v5: Event-Sourced Project Workspace for Multi-Agent Teams

FlowBoard v5 rebuilds the project context layer on React with an event-sourced task store, enables multi-agent coordination across OpenClaw, Claude Code, and Cursor, and introduces an Ideas-to-Specs pipeline.

OpenClawRadar
LLMock: HTTP-based mocking server for deterministic LLM testing across processes
Tools

LLMock: HTTP-based mocking server for deterministic LLM testing across processes

LLMock is a real HTTP server that mocks OpenAI, Claude, and Gemini APIs, allowing developers to run deterministic tests across multiple processes without hitting real APIs. It supports SSE streaming, tool calls, predicate routing, and request journaling with zero dependencies.

OpenClawRadar
OctoArch v5.0: Zero-Trust B2B Runtime with JSON-Based AI Personas
Tools

OctoArch v5.0: Zero-Trust B2B Runtime with JSON-Based AI Personas

OctoArch v5.0 is a zero-trust B2B cognitive runtime built for strict enterprise use cases like fiscal/invoice extraction. It replaces text-based prompting with JSON-defined AI personas and implements path jailing to prevent server attacks.

OpenClawRadar