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

Ruflo: Open-Source Platform for Running Multiple AI Agents as a Team
Ruflo is an open-source platform that lets you run many AI agents together to work as a team on complex tasks. Previously known as Claude Flow, it helps coordinate workflows where tasks need to be broken into parts.

Caliber: Local CLI tool generates AI coding assistant configs from your repo
Caliber is a local-first CLI tool that scans repositories in languages like TypeScript, Python, Go, and Rust, then generates prompt and configuration files for AI coding assistants including Claude Code, Cursor, and Codex. It runs entirely on your machine with your own keys, has 13k npm installs, and is open source under MIT license.

Shieldbot: Open-Source Security Scanner Plugin for Claude Code
Shieldbot is an open-source security scanner that runs as a plugin inside Claude Code, integrating six scanners including Semgrep with 5,000+ rules, Bandit, Ruff, detect-secrets, pip-audit, and npm audit. It deduplicates findings and generates prioritized reports with risk scores and code fixes.

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.