by kfchou · Claude Skill · ★ 111
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
wiki-skills A Claude Code plugin implementing Karpathy's LLM Wiki pattern — 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. Why Wikis work well The wiki format is remarkably similar to how the Claude Code Harness manages memory interally (read about it here). Since Claude is trained on the Claude Code Harness, that means Claude is already familiar with this structure. Unsure about other coding harnesses though. Installation Skills How It Works Three Layers / ├── SCHEMA.md # Conventions + wiki root path (how skills find the wiki) ├── raw/ # Immutable s
| Stars | 111 |
| Forks | 20 |
| Category | Claude Skill |
| License | MIT |
| Quality Score | 45.872/100 |
| Open Issues | 2 |
| Last Updated | 2026-05-01 |
| Created | 2026-04-05 |
| Platforms | claude-code |
| Est. Tokens | ~3k |
Explore other popular claude skill tools:
wiki-skills is LLM-maintained personal wiki skills for Claude Code — implements Karpathy's LLM Wiki pattern. It is categorized as a Claude Skill with 111 GitHub stars.
You can find installation instructions and usage details in the wiki-skills GitHub repository at github.com/kfchou/wiki-skills. The project has 111 stars and 20 forks, indicating an active community.
wiki-skills is released under the MIT license, making it free to use and modify according to the license terms.