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

Reddit User Tests Hermes AI Agent's Self-Learning Feature, Finds Critical Flaws
A Reddit user tested Hermes AI agent's self-learning feature, which automatically creates skills from markdown files. The user found it always evaluates its own results as successful, even when output is incorrect, and overwrites manual edits.

AgentCall: Let Claude Code Join Google Meet, Zoom, or Teams Calls as a Teammate
AgentCall.dev pipes your existing Claude Code, Codex, or Cursor session into Google Meet, Teams, or Zoom with voice, screen sharing, and chat — no desktop grab, no third-party data in direct mode.

Codeset improves coding agents with repo-specific context from git history
Codeset generates static files from git history that provide context like past bugs, root causes, and co-change relationships. Testing showed 5.3pp improvement on codeset-gym-python and 2pp on SWE-Bench Pro with OpenAI Codex.

Benchmark: Gemma4 12B vs Qwen3 8B quantized on 24GB Mac Mini
A developer tested Gemma4 12B against Qwen3:8b-q4_K_M on a 24GB Mac Mini using two prompts. Qwen3 processed prompts 4-5x faster, while Gemma4 generated output slightly faster.