By cooperacode
Build and maintain a persistent LLM-powered markdown wiki by ingesting raw sources to generate summaries/index, querying for cited synthesized answers, and linting/auto-fixing structural/factual issues. Agent orchestrates operations; git hooks ensure versioned persistence and raw immutability.
Add new sources to the wiki, creating and updating pages as needed. Always update the index and log.
Scan the wiki for structural, factual, and navigational problems — and fix what you can, flag what you cannot.
Answer questions by reading and synthesizing information from the wiki. Always cite sources.
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
LLM Wiki A persistent, LLM-maintained knowledge base inspired by Karpathy's LLM Wiki pattern.
wiki-wonka is an agent-driven system for building and maintaining a structured, evolving wiki of knowledge. Instead of relying on stateless retrieval (RAG) for every query, wiki-wonka compiles and curates knowledge into a persistent, interlinked set of Markdown pages. The LLM agent handles all the summarizing, cross-referencing, and bookkeeping—so your knowledge base compounds and improves over time.
raw/ folder. The LLM never edits these files.wiki/, including summaries, entity pages, concepts, and an evolving synthesis. All cross-references and updates are handled automatically.wiki/SCHEMA.md). This ensures consistency and enables the LLM to act as a disciplined maintainer, not just a chatbot.[[slug]]) connect sources, entities, and concepts automaticallywiki/log.md[!contradiction], [!gap], [!outdated], [!deprecated] flag issues for human reviewwiki/config.md (e.g. pt-BR, en-US)raw/ is write-protected; the agent can never modify original documentswiki/SCHEMA.md keep every page consistent and predictableraw/ and instruct the agent to process it. The agent reads, summarizes, updates relevant pages, and logs the operation.wiki-wonka generates all wiki content in the language configured in wiki/config.md:
---
language: pt-BR # e.g. en-US, pt-BR, es
---
The orchestrator reads this file at startup and enforces the language across every operation — ingest summaries, query answers, concept definitions, lint reports, and free-conversation responses. To switch languages, edit the file and continue working; existing pages are not rewritten automatically.
What always stays in English regardless of the setting:
title, slug, type, tags, …)attention-mechanism.md)[!contradiction], [!gap], [!outdated], [!deprecated])wiki/index.md: Catalog of all wiki pages, organized by category, with summaries and links.wiki/log.md: Chronological log of all ingests, queries, and maintenance actions.Traditional RAG systems force the LLM to rediscover knowledge from scratch on every query. By maintaining a persistent, evolving wiki, wiki-wonka enables deeper synthesis, better cross-referencing, and a continuously improving knowledge base. The LLM does the grunt work; you curate sources and guide the process.
Before interacting, start the agent server in claude code:
# 1. navigate to the project root
cd wiki-wonka
# 2. start the agent server with the current directory as the plugin source
claude --plugin-dir .
[!NOTE] You can then interact with the agent
wiki-wonkathrough any interface that supports the plugin, such as a chat UI or Copilot.
The user interacts directly in natural language—no special commands to memorize. The orchestrator interprets intent and routes to the right skill.
Here are the main interaction patterns:
The user mentions a source—file path, pasted URL, or direct content:
"process this article: raw/attention-is-all-you-need.md"
"I just saved a PDF in raw/, it's called transformers-survey.pdf"
npx claudepluginhub cooperacode/wiki-wonkaAI-assisted agile artifact generation organized around a Strategic → Product → Tactical work item hierarchy. Manages a knowledge wiki and produces engineering artifacts (briefs, requirements, ADRs, diagrams, user stories) from ingested sources.
Personal LLM-managed wiki: ingest sources, cross-reference pages, query with citations, and lint your markdown knowledge base
LLM-maintained personal wiki skills for Claude Code. Implements Karpathy's LLM Wiki pattern — persistent, compounding knowledge base for research, codebase documentation, or any long-term knowledge accumulation.
Build and maintain an LLM-curated personal knowledge base in your project — Andrej Karpathy's LLM Wiki pattern, designed to scale to thousands of pages without becoming a context bottleneck. Now with an optional compiled graph layer for typed, provenance-backed relationships.
Karpathy LLM Wiki 知识库 — Ingest / Query / Lint 三操作维护个人 LLM 知识体系
A collection of Claude Code skills for knowledge management, wiki building, and more.
Karpathy-style local-first LLM Wiki / Knowledge Compiler for Claude Code. Ingest sources, build a structured markdown knowledge base, and maintain it with AI-powered workflows.