Agent skill · AI & Agents

add-karpathy-llm-wiki

Add a persistent wiki knowledge base to a NanoClaw group. Based on Karpathy's LLM Wiki pattern. Triggers on "add wiki", "wiki", "knowledge base", "llm wiki", "karpathy wiki".

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill add-karpathy-llm-wiki-nanocoai-nanoclaw --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/ai-llm/add-karpathy-llm-wiki-nanocoai-nanoclaw/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Add Karpathy LLM Wiki Set up a persistent wiki knowledge base on NanoClaw, based on Karpathy's LLM Wiki pattern. ## 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?" 1. **Main group** — add to your existing main chat 2. **Dedicated group** — create a new group just for the wiki 3. **Other** — pick an existing group If dedicated: ask which channel and chat, then register with `pnpm exec tsx setup/index.ts --step register`. ## Step 3: Design collaboratively Discuss with the user based on the pattern: - What's the wiki's domain or topic? - What kinds of sources will they add? (URLs, PDFs, images, voice notes, books, transcripts) - Do they want the full three-layer architecture or a lighter version? - Any specific conventions they care about? (The pattern intentionally leaves this open.) Based on this discussion, create three things: ### 3a. Directory structure Create `wiki/` and `sources/` directories in the gr

What's inside
Steps it walks through
  1. Step 1: Read the pattern
  2. Step 2: Choose a group
  3. Step 3: Design collaboratively
  4. 3a. Directory structure
  5. 3b. Container skill
  6. 3c. Group CLAUDE.md
  7. Step 4: Source handling capabilities
  8. URL handling note
  9. Step 5: Optional lint schedule
  10. Step 6: Restart
Ships with 1 file
  • metadata.json
Commands it runs
curl -sLo sources/filename.pdf "<url>"
source setup/lib/install-slug.sh
launchctl kickstart -k gui/$(id -u)/$(launchd_label)  # macOS
systemctl --user restart $(systemd_unit)              # Linux
More from claude-skill-registry
All skills →
About this skill
What does the add-karpathy-llm-wiki skill do?

Add a persistent wiki knowledge base to a NanoClaw group. Based on Karpathy's LLM Wiki pattern. Triggers on "add wiki", "wiki", "knowledge base", "llm wiki", "karpathy wiki".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill add-karpathy-llm-wiki-nanocoai-nanoclaw --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going