From llm-wiki
Show the LLM Wiki usage guide. Explains all five commands, file structure, recommended workflow, and FAQ. Use when: user asks how to use the wiki, needs help with commands, or is new to the system.
How this skill is triggered — by the user, by Claude, or both
Slash command
/llm-wiki:wiki-helpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
基于 **Karpathy LLM Wiki 模式** — 每次和 AI 对话都不浪费,知识沉淀进 Wiki。
基于 Karpathy LLM Wiki 模式 — 每次和 AI 对话都不浪费,知识沉淀进 Wiki。
| 命令 | 用途 | 示例 |
|---|---|---|
/wiki-init | 初始化 Wiki 结构 | /wiki-init 前端技术知识库 |
/wiki-ingest | 摄入新资料 | /wiki-ingest https://xxx.com/article |
/wiki-query | 查询 + 回写 | /wiki-query React 和 Vue 的区别? |
/wiki-lint | 健康检查 | /wiki-lint |
/wiki-help | 本指南 | /wiki-help |
your-vault/
├── CLAUDE.md ← 规范(AI 的操作手册)
├── _index.md ← 全局索引(知识地图)
├── _log.md ← 操作日志
├── _wiki/
│ ├── concepts/ ← 概念页
│ ├── entities/ ← 实体页
│ ├── comparisons/ ← 对比页
│ ├── timelines/ ← 时间线
│ └── guides/ ← 指南页
└── raw/ ← 原始资料(只读)
每天:有新东西 → /wiki-ingest;有问题 → /wiki-query
每周:/wiki-lint 健康检查
积累后:用 /wiki-query 做跨主题综合分析 → 答案写回 Wiki
Q: 原始笔记需要整理格式吗?
A: 不需要。/wiki-ingest 会整理到 _wiki/,原始笔记保持原样。
Q: Wiki 页面可以手动改吗?
A: 可以,但建议用 /wiki-ingest,它会同步更新索引、日志、交叉链接。
Q: 核心价值是什么? A: 每次提问都在积累资产 — 回答写回 Wiki,下次能用。用得越多越值钱。
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.
npx claudepluginhub hycoldrain/llm-wiki --plugin llm-wiki