llm-wiki-setup

Installation
SKILL.md

llm-wiki-setup

Install the Karpathy LLM wiki pattern into a folder. One pass, three questions, a working vault a beginner can use immediately.

What gets created

<vault>/
├── CLAUDE.md              # the map — routing table, schema, workflows, guardrails
├── AGENTS.md              # minimal mirror for Codex and other non-Claude agents
├── .gitignore
├── raw/                   # immutable source documents (LLM reads, never writes)
│   └── .gitkeep
└── wiki/                  # LLM-owned markdown
    ├── index.md           # catalog of every page, organized by category
    └── log.md             # chronological operation log with grep-friendly prefix

Optional additions the user may request at setup time:

Installs
3
GitHub Stars
76
First Seen
Apr 13, 2026
llm-wiki-setup — nulightjens/ai-second-brain-skills