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
Install
nanocoai/nanoclaw/add-karpathy-llm-wiki · repository language: TypeScript
git clone https://github.com/nanocoai/nanoclaw
cp -r nanoclaw/.claude/skills/add-karpathy-llm-wiki ~/.claude/skills/add-karpathy-llm-wikiFrequently 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)
Read as markdown · JSON record · Browse the source repository
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