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

Agent Swarm: Multi-Agent Orchestration Framework for AI Coding Assistants
Agent Swarm is an open-source framework that enables teams of AI coding agents to coordinate autonomously. A lead agent receives tasks from Slack, GitHub, or email, breaks them down, and delegates to Docker-isolated worker agents.

AIsbf 0.9.8 adds caching, routing improvements, and expanded AI service support
AIsbf 0.9.8 is an API proxy/router that exposes an OpenAI-compatible interface to multiple AI services. This release adds Redis, SQLite, MySQL, and file-based caching, improved semantic routing, and full OAuth2 support for Claude.ai, Amazon Kiro-cli, OpenAI Codex, and Kilo.ai subscribers.

PageAgent: Browser AI Agent That Runs Inside Web Pages with Ollama Support
PageAgent is a JavaScript library that runs AI agents directly inside web pages, reading live DOM as text instead of using screenshots. It works with any OpenAI-compatible endpoint including Ollama, enabling local LLM calls directly from the browser.
DuckDB’s Quack Protocol Enables Client-Server with Multiple Concurrent Writers
DuckDB introduces the Quack remote protocol, allowing two DuckDB instances to communicate as client and server, supporting concurrent writers and leveraging HTTP for transport.