add-karpathy-llm-wiki

Solid

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".

AI & Automation 29,545 stars 12887 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 group folder. Create initial `index.md` and `log.md` per the pattern's Indexing and Logging section. Adapt to the user's domain. ### 3b. Container skill Create a `container/skills/wiki/SKILL.md` tailored to this user's wiki. This is the schema layer from the pattern — it tells the agent ...

Details

Author
nanocoai
Repository
nanocoai/nanoclaw
Created
3 months ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category