karpathy-llm-wiki

Build and maintain a personal LLM-managed knowledge base with raw sources and compiled wiki articles.

Updated May 19, 2026
One-click install
npx skills add https://github.com/azusagasaku/--claude-config --skill karpathy-llm-wiki-azusagasaku
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: karpathy-llm-wiki
Source: https://github.com/azusagasaku/--claude-config/tree/main/skills/karpathy-llm-wiki
Command: npx skills add https://github.com/azusagasaku/--claude-config --skill karpathy-llm-wiki-azusagasaku

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Scattered research notes and saved articles decay into an unusable pile over time. This Skill turns an LLM into the maintainer of a persistent personal knowledge base: sources are stored immutably in a raw/ directory and compiled into structured, cross-linked wiki articles that compound in value with every ingest. ## Core Features & Use Cases - Ingest Pipeline: Fetch a source into raw/ with metadata headers, then compile it into wiki/ articles—merging into existing articles, creating new concept pages, and cascading updates to affected articles. - Query & Archive: Search the wiki via its index, synthesize cited answers, and optionally archive answers as point-in-time snapshot pages. - Lint & Quality Control: Auto-fix index inconsistencies, broken internal links, and raw references; report heuristic issues like contradictions, orphan pages, and outdated claims. - Use Case: You save a competitor analysis article. The Skill stores it in raw/ai-coding-tools/, merges its findings into an existing landscape article, updates the index and log, and flags a factual conflict with an older source. ## Quick Start Add this article to my wiki and tell me what I already know about its topic.

Frequently Asked Questions about karpathy-llm-wiki

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a personal knowledge base with an LLM?▼

Use a two-directory structure: raw/ holds immutable source material and wiki/ holds compiled articles the LLM writes and maintains. Each ingest fetches a source into raw/, then merges or creates wiki articles, with an index and operation log tracking everything.

How to add a new source to an LLM-maintained wiki?▼

Trigger an ingest by asking to add the source to your wiki. The Skill saves it as raw/<topic>/YYYY-MM-DD-slug.md with a metadata header, then compiles it—merging into an existing article if the thesis matches or creating a new concept article.

What happens when a new source contradicts existing wiki articles?▼

The Skill annotates the disagreement with source attribution rather than overwriting. When merging, the conflict is noted inside the merged article; when conflicting content lives in separate articles, both are annotated and cross-linked.

Can the wiki detect broken links and missing index entries?▼

Yes, the Lint operation auto-fixes deterministic issues: missing index entries, broken internal links, and invalid raw references are repaired when a unique match exists. Heuristic issues like contradictions and orphan pages are reported without auto-fixing.

What are the limitations of the LLM wiki structure?▼

The wiki supports only one level of topic subdirectories, and archive pages are never cascade-updated since they are point-in-time snapshots. Query and Lint cannot initialize the wiki—you must run an ingest first.