$npx skillfedfor your agent

llmwiki-sync

llmwiki-sync automates the full pipeline from Claude Code session transcripts to a searchable, LLM-maintained knowledge base. It converts raw session logs to markdown, ingests them into wiki structure (sources, entities, concepts), and optionally builds a static HTML site. Use it to keep your work history organized and queryable across projects.

llmwiki-sync pulls your Claude Code session transcripts into a local wiki knowledge base for searchable reference.

AI-generated summary based on this skill's SKILL.md

351 54 MITupdated by Pratiyush

Decision gist · record as of 2026-06-18

llmwiki-sync pulls your Claude Code session transcripts into a local wiki knowledge base for searchable reference. llmwiki-sync automates the full pipeline from Claude Code session transcripts to a searchable, LLM-maintained knowledge base. It converts raw session logs to markdown, ingests them into wiki structure (sources, entities, concepts), and optionally builds a static HTML site. Use it to keep your work history organized and queryable across projects.

manual: git clone https://github.com/Pratiyush/llm-wiki → cp -r llm-wiki/.claude/skills/llmwiki-sync ~/.claude/skills/llmwiki-sync
.claude/skills/llmwiki-sync/SKILL.md · version 78a9c858

Use it when

  • llmwiki-sync pulls your Claude Code session transcripts and automatically converts them into structured wiki format.
  • Yes.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

Pratiyush/llm-wiki/llmwiki-sync · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What does llmwiki-sync do?

llmwiki-sync automates the full pipeline from Claude Code session transcripts to a searchable, LLM-maintained knowledge base. It converts raw session logs to markdown, ingests them into wiki structure (sources, entities, concepts), and optionally builds a static HTML site. Use it to keep your work history organized and queryable across projects.

How do I sync my Claude Code transcripts?

llmwiki-sync pulls your Claude Code session transcripts and automatically converts them into structured wiki format. The tool handles the entire ingestion pipeline—parsing session logs, extracting entities and concepts, organizing them into wiki structure, and syncing them into your local knowledge base without manual intervention.

Can llmwiki-sync refresh the knowledge base with latest sessions?

Yes. llmwiki-sync is designed to refresh your personal knowledge base with your latest work history and context. It ingests recent project sessions into structured wiki format and can automate wiki updates from Claude Code session transcripts on demand or on a schedule.

What format does llmwiki-sync convert session transcripts to?

llmwiki-sync converts Claude Code session transcripts to markdown and organizes them into a wiki structure with sources, entities, and concepts. It can also optionally build a static HTML site from your synced session data, making your work history searchable and accessible.

How do I query information from llmwiki-sync?

llmwiki-sync syncs your session data into a local wiki knowledge base that you can query and retrieve from. Once your Claude Code transcripts are ingested and converted to structured wiki format, you can search across your work history, projects, and recent sessions to stay caught up on what you've been working on.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

llmwiki-sync

What this skill does

The user maintains a Karpathy-style LLM Wiki — a local, file-based knowledge base compiled from their Claude Code (and Codex CLI) session transcripts.

This skill runs the full sync pipeline:

~/.claude/projects/*/*.jsonl         (raw session transcripts)
        │
        ▼   python3 -m llmwiki sync
llmwiki/raw/sessions/<proj>/*.md     (Karpathy layer 1 — immutable markdown)
        │
        ▼   /wiki-ingest              (Claude in the loop)
llmwiki/wiki/sources, entities,      (Karpathy layer 2 — LLM-maintained wiki)
              concepts, syntheses
        │
        ▼   python3 -m llmwiki build
llmwiki/site/                         (Karpathy layer 3 — static HTML)

When to use

Invoke this skill when the

(truncated - see the full file via the links below)

File tree — 1 file
.claude/skills/llmwiki-sync/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Sync Claude Code session transcripts into local wiki knowledge base”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

llmwiki-ingest
by Pratiyush · Pratiyush/llm-wiki

llmwiki-ingest transforms source files into interconnected wiki pages by extracting entities, concepts, and relationships. It writes source summaries, creates or updates entity and concept pages, cross-links everything, and flags contradictions—all while maintaining a searchable index and activity log. Perfect for building knowledge bases from session transcripts, markdown files, PDFs, and URLs.

MITfor claude-codeupdated Jun 2026
★ 351repo stars
wiki-all
by Pratiyush · Pratiyush/llm-wiki

wiki-all orchestrates the entire llmwiki workflow in sequence: initializing directories, syncing session data to markdown, constructing knowledge graphs with Graphify AI, compiling HTML output, running 14 quality checks, and launching a local server. Use it when you need to rebuild your wiki from scratch or refresh everything at once.

MITfor claude-codeupdated Jun 2026
★ 351repo stars
llmwiki-query
by Pratiyush · Pratiyush/llm-wiki

This skill searches your local llmwiki—a knowledge base built from your Claude Code, Cursor, and other session history—to answer questions about your own work and decisions. It reads relevant wiki pages, synthesizes answers with inline citations, and can save substantial responses as new synthesis pages for future reference.

MITfor claude-codeupdated Jun 2026
★ 351repo stars
project-maintainer
by Pratiyush · Pratiyush/llm-wiki

This skill performs a complete health check on projects following the Open Source Framework pipeline. It verifies phase gates, syncs task tracking across multiple sources, identifies stale content and broken links, and surfaces exactly what needs attention next. Use it for maintenance checks, progress updates, or whenever you need clarity on project status.

MITfor claude-codeupdated Jun 2026
★ 351repo stars
self-learn
by Pratiyush · Pratiyush/llm-wiki

self-learn captures patterns, failures, and decisions from substantial sessions, scores them for generality and confidence, then proposes targeted framework updates—from project-specific steering rules to cross-cutting framework changes. It's the mechanism that lets your framework evolve from real usage, surfacing diffs for approval before any changes apply.

MITfor claude-codeupdated Jun 2026
★ 351repo stars
add-karpathy-llm-wiki
by nanocoai · nanocoai/nanoclaw

This skill guides you through establishing a wiki knowledge base on NanoClaw following Karpathy's LLM Wiki architecture. It walks you through choosing a group, designing your wiki's structure and conventions, creating the necessary directories and schema layer, and configuring how the agent ingests and maintains sources. Each step is idempotent—safe to re-run without clobbering existing work.

MITfor claude-codeupdated Jul 2026
★ 30,388repo stars

More skills rag-skills (Apache-2.0) · llm-wiki (MIT) · Llm Wiki (unlicensed) · Todoist Setup (NOASSERTION) · llm-wiki (MIT) · llm-wiki (MIT)

Tags
knowledge-base-syncsession-transcript-ingestionlocal-wiki-automationkarpathy-layer-pipelineproject-history-trackingmarkdown-conversioncontext-refreshwork-documentation