add-karpathy-llm-wiki

Ingest sources into a persistent wiki knowledge base within a NanoClaw group.

5|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/thmtz/nanoclaw-fleet --skill add-karpathy-llm-wiki-thmtz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: add-karpathy-llm-wiki
Source: https://github.com/thmtz/nanoclaw-fleet/tree/main/.claude/skills/add-karpathy-llm-wiki
Command: npx skills add https://github.com/thmtz/nanoclaw-fleet --skill add-karpathy-llm-wiki-thmtz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The persistent wiki knowledge base provides a structured, evolving repository of group-sourced information that stays up-to-date as new materials are ingested, reducing scattered notes and ensuring long-term accessibility.

Core Features & Use Cases

  • Ingest: read new sources from a group and automatically update wiki pages (summaries, entities, concepts, cross-references, index, and log).
  • Query: allow users to search the wiki for synthesized answers with citations, cross-links, and historical context.
  • Use Case: a research team collects PDFs and transcripts; each item is ingested individually to grow a consistent, richly linked knowledge base across topics.

Quick Start

Ask the agent to start a group wiki using the add-karpathy-llm-wiki pattern and create wiki/index.md and wiki/log.md to begin.

Frequently Asked Questions about add-karpathy-llm-wiki

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

FAQPage Schema
How do I create a persistent knowledge base from ingested conversation sources?▼

A persistent knowledge base ingests new sources and automatically updates wiki pages, summaries, entities, concepts, cross-references, and logs. It reduces scattered notes by maintaining a structured, evolving repository of information.

How do I set up a wiki using the Karpathy LLM pattern?▼

To set up the Karpathy LLM wiki pattern, you create directory scaffolding with wiki/ and sources/ folders, initialize wiki/index.md and wiki/log.md, and update CLAUDE.md per group to enforce ingestion discipline and three core operations.

Can I query a wiki knowledge base for synthesized answers with citations?▼

You can query the wiki knowledge base to search for synthesized answers complete with citations, cross-links, and historical context. This allows users to retrieve historically accurate, cross-referenced information from ingested sources.

What do I need to start building a group wiki with NanoClaw?▼

Building a group wiki requires directory scaffolding, a container-like workflow via a dedicated container skill, and CLAUDE.md updates per group. These components enforce the three core operations: ingest, query, and lint.

How does a wiki knowledge base handle ongoing ingestion of research materials?▼

The wiki knowledge base handles ongoing ingestion by reading new sources individually and automatically updating wiki pages with summaries, entities, concepts, cross-references, the index, and the log, ensuring the repository stays consistently updated.

What are the limitations of using a persistent wiki for group knowledge management?▼

The persistent wiki requires strict ingestion discipline enforced via CLAUDE.md updates and directory scaffolding. It depends on a dedicated container skill for workflow management and needs individual ingestion of each source to maintain consistency.