add-karpathy-llm-wiki
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.
Add Karpathy LLM Wiki sets up a persistent wiki knowledge base on NanoClaw groups using Karpathy's LLM Wiki pattern.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-27
Add Karpathy LLM Wiki sets up a persistent wiki knowledge base on NanoClaw groups using Karpathy's LLM Wiki pattern. 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.
Use it when
- add-karpathy-llm-wiki implements a three-layer architecture: sources (raw input materials), wiki (organized knowledge).
- Yes.
Verify before relying
Read SKILL.md below before installing (3 files). Open directory: indexed for reading, not audited.
Install
nanocoai/nanoclaw/add-karpathy-llm-wiki · repository language: TypeScript
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
How do I set up a persistent knowledge base on NanoClaw?
add-karpathy-llm-wiki guides you through establishing a persistent wiki knowledge base on NanoClaw following Karpathy's LLM Wiki pattern. The skill 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.
What is the three-layer wiki architecture that add-karpathy-llm-wiki implements?
add-karpathy-llm-wiki implements a three-layer architecture: sources (raw input materials), wiki (organized knowledge), and schema (structured metadata and conventions). This layered design lets you ingest multiple source types while maintaining discipline around how information flows through your knowledge base and how the agent accesses and maintains it.
Can I create a collaborative wiki system to ingest multiple source types?
Yes. add-karpathy-llm-wiki enables you to build a collaborative wiki system designed to ingest and organize multiple source types. The skill helps you configure ingestion discipline and source handling workflows, so your team can contribute diverse materials while keeping the knowledge base coherent and queryable.
What maintenance and linting capabilities does add-karpathy-llm-wiki provide?
add-karpathy-llm-wiki adds wiki maintenance and linting capabilities to your NanoClaw group. These tools help you keep your knowledge base clean, consistent, and well-formed as it grows, ensuring sources and schema remain aligned with your chosen conventions.
Is add-karpathy-llm-wiki safe to run multiple times on the same group?
Yes. add-karpathy-llm-wiki is designed with idempotent steps—each one is safe to re-run without clobbering existing work. This means you can adjust your wiki configuration, add new sources, or refine your schema without fear of losing or overwriting what you've already built.
What license does add-karpathy-llm-wiki use?
add-karpathy-llm-wiki is released under the MIT license, making it free to use, modify, and distribute in your own projects.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
Add Karpathy LLM Wiki
Set up a persistent wiki knowledge base on NanoClaw, based on Karpathy's LLM Wiki pattern.
Each step is safe to re-run: directory creation uses mkdir -p, initial wiki files are created only if absent, the container skill is preserved unless the user opts to update it, and the group CLAUDE.md section is replaced in place via marker comments rather than duplicated.
Step 1: Read the pattern
Read ${CLAUDE_SKILL_DIR}/llm-wiki.md — this is the full LLM Wiki idea as written by Karpathy. Understand it thoroughly before proceeding. Summarize the core idea to the user briefly, then discuss what they want to build.
Step 2: Choose a group
AskUserQuestion: "Which group should have the wiki?"
- Main group — add to your existing main chat
- Dedicated group — create a new group just for the wiki
- Other — pick an existing group
If dedicated: ask which channel and chat, then register with `pnpm exec tsx setup/index.ts
(truncated - see the full file via the links below)
File tree — 3 files
.claude/skills/add-karpathy-llm-wiki/REMOVE.md
.claude/skills/add-karpathy-llm-wiki/SKILL.md
.claude/skills/add-karpathy-llm-wiki/llm-wiki.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 › “Set up a persistent wiki knowledge base on NanoClaw using Karpathy's LLM Wiki pattern”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
Karpathy LLM Wiki organizes your knowledge into two layers: immutable source files and compiled wiki articles that grow together. Sources feed into raw directories, then compile into topic-organized wiki pages with automatic fact-checking against originals. The wiki becomes a persistent, compounding artifact you query and maintain over time.
LLM Wiki Bootstrap helps you build and operate a personal knowledge base structured around immutable raw sources, a curated wiki layer, and a SCHEMA.md operating contract. Set up preferences, ingest sources, query your wiki, or configure full-text search—the skill handles scaffolding, content compilation, and consistency checks.
LLM Wiki is a self-maintaining personal knowledge base that ingests articles, notes, PDFs, and Reddit threads into a structured wiki with automatic cross-references and contradiction detection. It supports discovery, querying, linting, and synthesis workflows to keep your knowledge organized and current.
Wiki Ingest transforms course materials from your raw folder into interconnected wiki pages, automatically extracting key concepts and linking related ideas across courses. It deduplicates files, creates source and concept pages, flags contradictions, and maintains a manifest to track what's been processed.
Llm Wiki helps you create and sustain a markdown-based knowledge repository where an LLM handles ongoing maintenance and synthesis. Ingest raw sources—articles, papers, transcripts, screenshots—into immutable storage, then let the agent populate wiki pages, cross-links, and navigation files. Periodic lint passes keep the vault healthy and coherent.
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.
More skills llm-wiki (Apache-2.0)