Initialize a new LLM-powered wiki knowledge base. Use this skill whenever the user wants to set up a personal wiki following the LLM Wiki pattern (karpathy/442a6bf555914893e9891c11519de94f). This skill creates the two-layer architecture (wiki content, schema), establishes the directory structure, and generates the initial index.md and log.md files. Source files should be stored externally (e.g., in project's raw/ folder), not copied into the wiki. Perfect for: starting a research wiki, creating a personal knowledge base, setting up a reading companion wiki, or building an LLM-maintained team knowledge base. Always use this when user mentions wiki knowledge base, LLM wiki, personal wiki, set up wiki, initialize wiki, or wants to organize accumulated knowledge with an LLM.
This skill initializes a new LLM-powered wiki knowledge base following the LLM Wiki pattern.
The LLM Wiki pattern differs from traditional RAG:
Creates the two-layer wiki architecture:
Generates essential files:
Creates a comprehensive CLAUDE.md schema that tells the LLM how to maintain the wiki
Note: Source files should be stored externally (e.g., in project's raw/ folder). The wiki stores summaries, analysis, and generated content - not copies of source documents.
wiki/
Before creating anything, ask the user:
Create all directories and files following the structure above.
Create a comprehensive schema document that includes:
Create an index.md with proper structure for categorizing pages.
Create a log.md with timestamped entry format.
Summarize what was created and next steps.