by praneybehl · Codex Skill · ★ 67
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
🔒 Is llm-wiki-plugin safe to install? View the security audit →
LLM Wiki — a Claude Code Plugin Build and maintain an LLM-curated personal knowledge base in your project. An implementation of Andrej Karpathy's LLM Wiki pattern as a Claude Code plugin, designed to scale to thousands of pages without becoming a context bottleneck. What is this? Most ways of using LLMs with documents look like RAG: you upload files, the LLM retrieves chunks at query time, generates an answer, and nothing accumulates. Every question re-derives knowledge from raw fragments. Karpathy's LLM Wiki pattern flips this — when a new source arrives, the LLM compiles it once into a persistent, structured wiki of markdown pages, and subsequent queries read the pre-synthesized wiki rather than the raw sources. Knowledge compounds. This plugin packages the pattern as a Claude Code skill plus six slash commands (, , , , , ) and a small set of bundled Python scripts (BM25 search, structural lint, stats with scaling thresholds, plus an optional compiled graph layer). You curate sources and ask questions; Claude does the bookkeeping. Why use it The maintenance burden is what kills personal wikis.
| Stars | 67 |
| Forks | 12 |
| Language | TypeScript |
| Category | Codex Skill |
| License | MIT |
| Quality Score | 71.345994891519/100 |
| Open Issues | 1 |
| Last Updated | 2026-07-20 |
| Created | 2026-04-15 |
| Platforms | claude-code, cli, codex, gemini, node |
| Est. Tokens | ~18k |
Looking for a llm-wiki-plugin alternative? If you're comparing llm-wiki-plugin with other codex skill tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.
LLM-powered knowledge base from your Claude Code, Codex CLI, Copilot, Cursor & Gemini sessions. Karpathy's LLM
Turn your markdown vault into a compounding knowledge wiki (Karpathy inspired). Six agent skills - knowledge g
📝 Glyph is a private desktop workspace for notes, documents, and ideas, with Markdown editing and built-in AI
MCP server to interact with LogSeq via its Local HTTP API - enabling AI assistants like Claude to seamlessly r
Architecture-first skill lifecycle for AI agents. 5 modes: CREATE → EVAL → EDIT → REVIEW → PACKAGE. Integrates
Local AI-powered document search and editing with first-in-class hybrid retrieval, LLM answers, WebUI, REST AP
Explore other popular codex skill tools:
llm-wiki-plugin is Andrej Karpathy's LLM Wiki pattern as a skill & Claude Code plugin — turn accumulated sources into a self-maintaining, scalable markdown knowledge base.. It is categorized as a Codex Skill with 67 GitHub stars.
llm-wiki-plugin is primarily written in TypeScript. It covers topics such as ai-tools, claude-code-plugin, claude-code-skill.
You can find installation instructions and usage details in the llm-wiki-plugin GitHub repository at github.com/praneybehl/llm-wiki-plugin. The project has 67 stars and 12 forks, indicating an active community.
llm-wiki-plugin is released under the MIT license, making it free to use and modify according to the license terms.
The top alternatives to llm-wiki-plugin on Agent Skills Hub include llm-wiki, llm-wiki-skills, Glyph. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.