← Reddit

CC-Wiki: Turn your Claude Code history into a shareable knowledge base wiki

Reddit · PerceptionKind7603 · May 22, 2026
CC-Wiki transforms Claude Code history into a shareable knowledge base wiki organized by projects, people, companies, concepts, workflows, tools, and playbooks. The tool addresses how valuable context accumulated in local Claude history files typically goes unused by enabling selective sharing across teams while maintaining control over sensitive information.

Detailed Analysis

CC-Wiki is an open-source tool developed by Tejpal Virdi that transforms the accumulated conversation history stored by Claude Code into a structured, navigable knowledge base. Claude Code, Anthropic's agentic coding assistant, stores all session data as JSONL files in the `~/.claude/` directory on a user's local machine. These files contain rich records of decisions, discussions, project context, and workflows generated during coding sessions — data that, until now, has remained largely inert and inaccessible in any organized form. CC-Wiki parses this history and generates a Quartz-based wiki site, organizing the content into interconnected nodes covering projects, people, companies, concepts, tools, and playbooks, all linked together through a wikilink graph structure.

The core problem cc-wiki addresses is the knowledge attrition that occurs naturally in agentic AI workflows. As developers and teams use Claude Code extensively, they accumulate implicit institutional knowledge within their session histories — customer context, architectural decisions, internal terminology, and process documentation — none of which is automatically surfaced or reusable. Each new Claude session effectively starts without memory of prior work unless users manually reconstruct context. CC-Wiki acts as a persistent memory layer, converting passive logs into an active, searchable reference. The tool also incorporates access controls, allowing users to gate sensitive information while still enabling selective sharing across teams or reinjecting context into future Claude sessions.

The broader significance of cc-wiki lies in how it reflects an emerging challenge across the AI agent landscape: the problem of context persistence and knowledge management. As agentic systems like Claude Code become primary interfaces through which work gets done, the artifacts these systems generate — conversations, decisions, code — accumulate into something resembling an organizational memory. Yet the tooling to manage, surface, and leverage this memory has lagged behind the adoption of the agents themselves. CC-Wiki represents an early attempt to close that gap by treating AI session history as a first-class knowledge asset rather than ephemeral log data.

This development connects to a wider trend of third-party tooling being built around Anthropic's Claude ecosystem, particularly around Claude Code since its release. Developers are increasingly building infrastructure layers — memory systems, orchestration tools, context managers — that extend Claude's native capabilities into more persistent, team-oriented workflows. CC-Wiki's choice of Quartz, a popular static site generator for digital gardens and knowledge bases, signals an alignment with the "personal knowledge management" community, suggesting that the tool's audience extends beyond pure software engineering teams to knowledge workers and researchers who use Claude Code as a general-purpose thinking environment. The project underscores how the value proposition of AI coding agents is expanding well beyond code generation into the territory of organizational intelligence and institutional knowledge preservation.

Read original article →