Claude Skill

Astro-Han/karpathy-llm-wiki

karpathy-llm-wiki 是一个兼容 Agent Skills 的 LLM 维基,适用于 Claude Code、Cursor 和 Codex。从原始资料、引用和代码检查中构建 Karpathy 风格的知识库。

概览

Stars1,137
Forks149
语言未知
最后更新2026-04-13
最近同步2026-06-17
前往 GitHub

仓库信息

拥有者Astro-Han
仓库karpathy-llm-wiki
完整名称Astro-Han/karpathy-llm-wiki
Repo ID1,201,775,166

安装这个 Skill

npx add-skill Astro-Han/karpathy-llm-wiki

Registry 信息

类型openclaw_skill
质量分80/100
验证状态readme_parsed
最近验证2026-06-04
平台
ClaudeCodexCursor
能力
pdfmemorysearchterminalworkflowagent-skillclaude-codecodexcursorkarpathy
识别文件
README.mdSKILL.mdexamples
配置键
URL

项目简介

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: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![GitHub stars](https://img.shields.io/github/stars/Astro-Han/karpathy-llm-wiki?style=social)](https://github.com/Astro-Han/karpathy-llm-wiki) [![GitHub forks](https://img.shields.io/github/forks/Astro-Han/karpathy-llm-wiki?style=social)](https://github.com/Astro-Han/karpathy-llm-wiki) [![Agent Skills](https://img.shields.io/badge/Agent_Skills-compatible-blue)](https://agentskills.io) [![Install](https://img.shields.io/badge/Install-npx_add--skill-green)](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

话题

探索更多

数据来自 GitHub,同步时间:2026-06-17