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".
npx skills add majiayu000/claude-skill-registry --skill add-karpathy-llm-wiki --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Step 1: Read the pattern
- Step 2: Choose a group
- Step 3: Design collaboratively
- 3a. Directory structure
- 3b. Container skill
- 3c. Group CLAUDE.md
- Step 4: Source handling capabilities
- URL handling note
- Step 5: Optional lint schedule
- Step 6: Build and restart
curl -sLo sources/filename.pdf "<url>"
pnpm exec tsx -e "
const Database = require('better-sqlite3');
const { CronExpressionParser } = require('cron-parser');
const db = new Database('store/messages.db');
const interval = CronExpressionParser.parse('<cron-expr>', { tz: process.env.TZ || 'UTC' });
const nextRun = interval.next().toISOString();
new Date().toISOString()
pnpm run build
launchctl kickstart -k gui/$(id -u)/com.nanoclaw # macOSWhat 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 --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.
