Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

llm_wiki

这是一个基于 Karpathy 那篇 LLM Wiki 思路整理出来的极简模板仓库,给 Claude 一类 agent 直接安装使用。

它传达的不是某个固定实现,而是一种 pattern:

  • source collection 由你维护
  • wiki 由 LLM 维护
  • 规则文件约束 ingest、query、lint 三类操作

这个仓库只保留四个文件入口:

  • agent.md
  • skills/ingest/SKILL.md
  • skills/query/SKILL.md
  • skills/lint/SKILL.md

默认规则:

  • 先用英文思考
  • 默认用中文回答
  • 术语保留英文,不翻译成中文

仓库地址

  • https://github.com/keplerzip/llm_wiki

文件链接

  • Agent: https://github.com/keplerzip/llm_wiki/blob/main/agent.md
  • Ingest: https://github.com/keplerzip/llm_wiki/blob/main/skills/ingest/SKILL.md
  • Query: https://github.com/keplerzip/llm_wiki/blob/main/skills/query/SKILL.md
  • Lint: https://github.com/keplerzip/llm_wiki/blob/main/skills/lint/SKILL.md

首次安装

第一次使用时,直接一次性安装全部规则文件:

请安装并使用以下四个文件:
1. https://github.com/keplerzip/llm_wiki/blob/main/agent.md
2. https://github.com/keplerzip/llm_wiki/blob/main/skills/ingest/SKILL.md
3. https://github.com/keplerzip/llm_wiki/blob/main/skills/query/SKILL.md
4. https://github.com/keplerzip/llm_wiki/blob/main/skills/lint/SKILL.md

默认用英文思考,用中文回答,术语保留英文,不要翻译成中文。

安装完成后,后续请一直按这四个文件的规则协助我。

安装后直接使用

安装完成后,不要重复安装,直接开始任务。

整理资料

请直接开始整理我接下来提供的资料。

知识库问答

请直接基于知识库回答我的问题。

结构检查

请直接检查我的知识库结构和一致性。

这个模板的边界

这个模板刻意保持抽象,不假设你的项目一定有固定目录、固定脚本、固定 frontmatter、固定 page taxonomy。

它只保留 LLM Wiki 的核心思路:

  • raw sources 或 source materials 是 source of truth
  • wiki 是持久化、可累积、由 LLM 维护的 artifact
  • index、log、search、images、graph、extra tooling 都是 optional
  • 具体实现由你和 agent 在你的项目里共同实例化

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors