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

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 | bashThen, inside any active Claude Code session, invoke the skill:
/cc-wikiThis processes your ~/.claude sessions and builds a static Quartz-based site at a configurable output directory.
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
👀 See Also

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.

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.

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.

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.