Claude Skill
Astro-Han/karpathy-llm-wiki
karpathy-llm-wiki 是一个兼容 Agent Skills 的 LLM 维基,适用于 Claude Code、Cursor 和 Codex。从原始资料、引用和代码检查中构建 Karpathy 风格的知识库。
概览
仓库信息
安装这个 Skill
npx add-skill Astro-Han/karpathy-llm-wikiRegistry 信息
项目简介
karpathy-llm-wiki 是一个兼容 Agent Skills 的 LLM 维基,专为 Claude Code、Cursor 和 Codex 设计。它允许你从原始资料、引用和代码检查中构建 Karpathy 风格的知识库,作为 RAG 替代方案用于个人知识管理。
Agent Skills-compatible LLM wiki for Claude Code, Cursor, and Codex. Build a Karpathy-style knowledge base from raw sources, citations, and linting.
要点
- 兼容 Claude Code、Cursor 和 Codex 的 Agent Skills
- 从原始资料构建 Karpathy 风格的知识库
- 内置引用和代码检查支持
- 基于 Markdown 的个人知识管理
- 面向 LLM 工作流的 RAG 替代方案
使用场景
- 为 Claude Code 创建个人 LLM 维基
- 整理带有引用的原始研究笔记
- 为 Cursor 构建经过代码检查的知识库
- 在 Codex 工作流中作为 RAG 替代方案使用
- 管理基于 Markdown 的 Agent Skills 知识
README 摘要
# karpathy-llm-wiki **A reusable skill for building Karpathy-style LLM wikis with Claude Code, Cursor, Codex, and other Agent Skills tools.** [](LICENSE) [](https://github.com/Astro-Han/karpathy-llm-wiki) [](https://github.com/Astro-Han/karpathy-llm-wiki) [](https://agentskills.io) [](https://github.com/Astro-Han/karpathy-llm-wiki#install) <p align="center"> <img src="assets/karpathy-tweet.png" alt="Karpathy's tweet about LLM Wiki" width="560"> </p> `karpathy-llm-wiki` packages [Karpathy's LLM Wiki idea](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f) into one installable [Agent Skills](https://agentskills.io) skill. Your coding agent ingests sources into `raw/`, compiles durable knowledge pages into `wiki/`, answers questions with citations, and lints the wiki for consistency. ## What Is an LLM Wiki? An **LLM wiki** is a knowledge system where the LLM maintains structured wiki pages instead of re-searching raw documents on every question. New sources are compiled into durable markdown pages, cross-references are updated over time, and answers cite the wiki pages that already contain the synthesized knowledge. This skill gives you three operations: | Operation | What it does | Output | |-----------|--------------|--------| | **Ingest** | Collects a source into `raw/` and compiles it into the wiki | New or updated wiki pages | | **Query** | Searches the