Wiki Skills
Description
LLM-maintained personal wiki skills for Claude Code — implements Karpathy's LLM Wiki pattern
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
wiki-skills
A Claude Code plugin implementing [Karpathy's LLM Wiki pattern](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f) — a persistent, compounding knowledge base maintained by your LLM.
Instead of RAG (re-deriving answers from raw documents every time), this system builds and maintains a **wiki**: a structured, interlinked collection of markdown files that gets richer with every source you add and every question you ask.
Installation
/plugin marketplace add kfchou/wiki-skills
/plugin install wiki-skills@kfchou/wiki-skills
Skills
| Skill | Description |
|---|---|
wiki-init |
Bootstrap a new wiki for any domain |
wiki-ingest |
Add a source (paper, URL, file, transcript) to the wiki |
wiki-query |
Ask a question against the wiki; optionally save the answer back |
wiki-lint |
Health audit: contradictions, orphans, broken links, coverage gaps |
wiki-update |
Revise existing pages when knowledge changes |
How It Works
Three Layers
/
├── SCHEMA.md # Conventions + wiki root path (how skills find the wiki)
├── raw/ # Immutable source documents (you manage)
├── wiki/
│ ├── index.md # Content catalog — every page, one-line summary
│ ├── log.md # Append-only operation log
│ ├── overview.md # Evolving synthesis of everything known
│ └── pages/ # All wiki pages, flat, slug-named
└── assets/ # Images, PDFs, attachments
Typical Workflow
wiki-init → bootstrap a new wiki
wiki-ingest → add sources one at a time (repeat)
wiki-query → ask questions; save good answers back as pages
wiki-lint → periodic health check (every 5-10 ingests)
wiki-update → revise pages when knowledge changes
Key Behaviors
wiki-ingestsurfaces key takeaways and asks what to emphasize before writing anything. After creating a source page, it runs a backlink audit — scanning existing pages to add bidirectional links.wiki-queryalways reads the wiki (never answers from memory). Always offers to file the answer back as a new page with[[citations]].wiki-lintwrites a severity-tiered report (🔴 errors / 🟡 warnings / 🔵 info) towiki/pages/lint-.md, offers concrete fixes, and logs unconditionally.wiki-updatealways shows diffs before writing, always cites the source of new information, sweeps all pages for the same stale claim, and logs unconditionally.
Use Cases
Works for any domain where you're accumulating knowledge over time:
- Research — papers, articles, reports on a topic
- Codebase documentation — modules, APIs, architecture decisions, data flows
- Reading notes — books, papers, podcasts
- Competitive analysis — tracking companies, products, developments
- Personal knowledge — goals, health, self-improvement
Inspired By
[Andrej Karpathy's LLM Wiki pattern](https://gist.github.com/karpathy/442a6bf5559148
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI mem0
| Universal memory layer for AI Agents | 51341 | 221 | 1 |
AI