📚
AI EngineeringTypeScript

Add Karpathy LLM Wiki

by nanocoai

Add Karpathy LLM Wiki is an AI Engineering skill for Claude Code, published by nanocoai in nanoclaw.

30.5K stars12.9K forkson nanocoai/nanoclawAdded 2026/08/14Repository updated 2026/08/13
ai-agentsai-assistantclaude-codeclaude-skillsopenclaw
Install in seconds
Install Add Karpathy LLM Wiki
Copy Add Karpathy LLM Wiki into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/nanocoai/nanoclaw/tree/main/.claude/skills/add-karpathy-llm-wiki ~/.claude/skills/add-karpathy-llm-wiki

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/nanocoai/nanoclaw.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/add-karpathy-llm-wiki/SKILL.md in nanocoai/nanoclaw
Installs to
~/.claude/skills/add-karpathy-llm-wiki
Collection
One of 25 skills cataloged from this repository
Category
AI Engineering2451 skills

What Add Karpathy LLM Wiki does

Add Karpathy LLM Wiki sets up a persistent wiki knowledge base in NanoClaw using Karpathy's LLM Wiki pattern. Use it when a user asks to add a wiki, knowledge base, or llm wiki, and the agent needs to create sources, index, and a maintenance skill.

Add Karpathy LLM Wiki is cataloged under AI Engineering on DirSkills. Add Karpathy LLM Wiki comes from a repository tagged ai-agents, ai-assistant, claude-code, claude-skills and openclaw.

Documentation

README

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.

This is the opening of the README. Read the full README on GitHub.

Commands Add Karpathy LLM Wiki provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /add-image-vision
  • /add-pdf-reader
  • /add-voice-transcription

Frequently asked about Add Karpathy LLM Wiki

  • What else does nanocoai publish alongside Add Karpathy LLM Wiki?

    Add Karpathy LLM Wiki is one of 25 skills that DirSkills catalogs from nanocoai/nanoclaw, the repository it ships in. Its siblings there include Add Dashboard, Add DeltaChat and Add Discord Channel. Each one is a separate skill with its own page in this directory, installs the same way Add Karpathy LLM Wiki does, and is maintained by nanocoai in that same repository. The rest of the collection is listed on the nanocoai/nanoclaw page.

  • How does Add Karpathy LLM Wiki compare to other AI Engineering skills?

    Add Karpathy LLM Wiki ranks #178 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Add Karpathy LLM Wiki against them. Open each page to compare what they document and how they install.

More from nanocoai/nanoclaw

Add Karpathy LLM Wiki is one of 25 skills cataloged on DirSkills from nanocoai/nanoclaw.

See all 25 skills
📊
2w ago

Add Dashboard

Add Dashboard installs a local monitoring dashboard for NanoClaw, showing agent groups, sessions, channels, users, token usage, context windows, and real-time logs. Use it when you need observability into a NanoClaw deployment.
DevOps
30.5K12.9K
💬
2w ago

Add DeltaChat

Add DeltaChat integrates DeltaChat as a messaging channel into NanoClaw by driving the @deltachat/stdio-rpc-server JSON-RPC subprocess directly. Use it to let users message the agent over encrypted email.
AI Engineering
30.5K12.9K
💬
2w ago

Add Discord Channel

Add Discord Channel installs and registers the Discord bot adapter from the channels branch, adds the registration import, installs the pinned @chat-adapter/discord package, and validates with a build and test. It then stores Discord credentials, restarts the service, and resolves your DM channel so the agent can message you.
AI Engineering
30.5K12.9K
💬
2w ago

Add Emacs

Add Emacs wires an Emacs editor into NanoClaw through a local HTTP bridge, opening a chat buffer and org-mode integration for asking questions, code review, and drafting from inside Emacs. Use it when you want to talk to the agent without leaving your editor.
AI Engineering
30.5K12.9K
🔌
2w ago

Add Linear Channel

Add Linear Channel adds Linear support via the Chat SDK bridge so the agent participates in issue comment threads. It copies the Linear adapter, registers it, installs the package, and configures credentials and webhook wiring for team-routed comment handling.
AI Engineering
30.5K12.9K
💬
2w ago

Add Matrix Channel

Add Matrix Channel integrates Matrix messaging into NanoClaw via the Chat SDK by copying the adapter, registering it, installing dependencies, and patching ESM imports. Use it when the agent should send and receive messages on a Matrix homeserver.
AI Engineering
30.5K12.9K