add-karpathy-llm-wiki
仓库创建 2026年1月31日最近提交 17 小时前SkillHot 收录 20 天前
▸ 精选理由
适合需要连续记忆与长期知识管理的团队与代理。
▸ 风险提示
会在服务器存储知识数据,注意隐私与访问控制。
这个 Skill 做什么
在 NanoClaw 组内搭建基于 Karpathy 模式的持久化 Wiki 知识库。
在 NanoClaw 群组里搭建持久化的 LLM Wiki,基于 Karpathy 的设计把文档、向量检索和模型结合起来,方便团队长期积累知识。适合要把内部 FAQ、流程、设计记录喂给 LLM 做检索增强的场景。步骤可重跑、安全地保留已有容器配置,并用标记式替换只更新特定段落,不会造成重复或混乱。
▸ 展开 SKILL.md 英文原文
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".
3.0w
Stars
1.3w
Forks
40
仓库内 Skill
+241
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/add-karpathy-llm-wiki/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/add-karpathy-llm-wiki/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# 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 gvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有