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

VoidLLM: Zero-Knowledge Proxy for Ollama and vLLM with Team Access Control
VoidLLM is a proxy that sits between applications and local LLM servers like Ollama and vLLM, adding organization/team access control, API key management, usage tracking, and rate limiting without viewing prompts. It has <2ms proxy overhead and works with OpenAI-compatible SDKs.

Visdiff: Visual Feedback Loop for Claude's Frontend Code Generation
Visdiff addresses the visual accuracy gap in Claude's frontend code generation by comparing rendered output pixel-by-pixel with Figma designs and feeding differences back into the loop until they match.

PreToolUse Hook Fixes Claude Code Image Crash Problem
A developer created a PreToolUse hook that intercepts Claude Code's Read calls on images, converts them safely, and proxies them through a Haiku subprocess to prevent API Error 400 crashes from problematic images.

TechDebtMCP v2.0.0: MCP server for technical debt analysis across 14 languages
TechDebtMCP v2.0.0 is an MCP server that connects Claude to codebases to find, measure, and prioritize technical debt across 14 programming languages including JS/TS, Python, Java, Swift, Kotlin, Go, Rust, C/C++, C#, Ruby, and PHP.