From llm-wiki
Initialize a Karpathy-style LLM Wiki in any directory. Creates CLAUDE.md schema, _index.md, _log.md, and _wiki/ directory structure. Use when: starting a new knowledge base, setting up a new Obsidian vault, or bootstrapping wiki structure.
How this skill is triggered — by the user, by Claude, or both
Slash command
/llm-wiki:wiki-initThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Set up a complete wiki structure in the current working directory for: **$ARGUMENTS**
Set up a complete wiki structure in the current working directory for: $ARGUMENTS
CLAUDE.md already exists → if yes, ask user whether to overwrite_wiki/ exists.git existsBefore creating anything, propose:
$ARGUMENTS) for _index.md sectionsmkdir -p _wiki/concepts _wiki/entities _wiki/comparisons _wiki/timelines _wiki/guides raw
Create a project-specific schema. Adapt the domain examples to match $ARGUMENTS. Must include ALL of these sections:
_index.md (search engine), _log.md (append-only log)[[]] syntax for raw notes and wiki pagesImportant: Replace generic examples with domain-relevant ones matching $ARGUMENTS.
Empty index with domain-specific section headers derived from $ARGUMENTS.
# 操作日志
> append-only 记录。每条格式:`## [YYYY-MM-DD] 操作类型 | 标题`
---
## [TODAY] init | Wiki 初始化
基于 LLM Wiki 模式初始化。知识库主题:$ARGUMENTS。
.git: git init + stage + commit "init: LLM Wiki 初始化".git exists: just stage + commitWiki 初始化完成!
创建的文件:
- CLAUDE.md ← 规范定义
- _index.md ← 全局索引
- _log.md ← 操作日志
- _wiki/ ← 知识页目录
下一步:
1. 把原始资料放到根目录或 raw/
2. 用 /wiki-ingest 开始摄入
3. 用 /wiki-query 提问
4. 用 /wiki-lint 健康检查
/wiki-ingest for batch ingestionFetches 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