wiki-init
๐ฏSkillfrom kfchou/wiki-skills
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.
Same repository
kfchou/wiki-skills(8 items)
Installation
npx vibeindex add kfchou/wiki-skills --skill wiki-initnpx skills add kfchou/wiki-skills --skill wiki-init~/.claude/skills/wiki-init/SKILL.mdSKILL.md
More from this repository7
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.
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.
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.
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.
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.
Skills implementing Karpathy's LLM Wiki pattern: wiki-init, wiki-ingest, wiki-query, wiki-lint, wiki-audit, wiki-update, wiki-merge
LLM-maintained personal wiki skills for Claude Code โ implements Karpathy's LLM Wiki pattern