๐ŸŽฏ

wiki-update

๐ŸŽฏSkill

from kfchou/wiki-skills

VibeIndex|
What it does
|

A Claude Code plugin implementing Karpathy's LLM Wiki pattern that builds a persistent, compounding knowledge base from structured interlinked markdown files. Instead of re-deriving answers via RAG, the wiki grows richer with every ingested source and query, with skills for initialization, ingestion, querying, linting, updating, and citation auditing.

๐Ÿ“ฆ

Same repository

kfchou/wiki-skills(8 items)

wiki-update

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add kfchou/wiki-skills --skill wiki-update
skills.sh Installโš  Installs to .agents/skills/
npx skills add kfchou/wiki-skills --skill wiki-update
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/wiki-update/SKILL.md

SKILL.md

66Installs
-
AddedApr 13, 2026

More from this repository7

๐ŸŽฏ
wiki-ingest๐ŸŽฏSkill

A Claude Code plugin that implements a persistent, compounding wiki knowledge base maintained by your LLM, allowing you to ingest sources, query accumulated knowledge, audit citations, and run health checks on the wiki.

๐ŸŽฏ
wiki-lint๐ŸŽฏSkill

A wiki health audit skill that detects contradictions, orphan pages, broken links, and coverage gaps in a persistent LLM-maintained knowledge base built on the wiki pattern.

๐ŸŽฏ
wiki-init๐ŸŽฏSkill

Implements Karpathy's LLM Wiki pattern as a Claude Code plugin, building a persistent, compounding knowledge base of interlinked markdown files instead of using RAG. Includes skills for initializing, ingesting sources, querying, linting, and auditing wiki pages.

๐ŸŽฏ
wiki-query๐ŸŽฏSkill

A Claude Code skill for querying a persistent wiki knowledge base built using Karpathy's LLM Wiki pattern. It reads the wiki to answer questions (never from memory) and offers to save answers back as new linked pages with citations.

๐ŸŽฏ
wiki-audit๐ŸŽฏSkill

A Claude Code plugin implementing Karpathy's LLM Wiki pattern, building a persistent, compounding knowledge base of interlinked markdown files instead of using RAG. Includes skills for wiki initialization, source ingestion, querying, linting, updating, and citation auditing.

๐Ÿ”Œ
wiki-skills๐Ÿ”ŒPlugin

Skills implementing Karpathy's LLM Wiki pattern: wiki-init, wiki-ingest, wiki-query, wiki-lint, wiki-audit, wiki-update, wiki-merge

๐Ÿช
kfchou/wiki-skills๐ŸชMarketplace

LLM-maintained personal wiki skills for Claude Code โ€” implements Karpathy's LLM Wiki pattern