llmwiki
01Plugin Claude Code
Turn your Claude Code session history into a beautiful, searchable, Karpathy-style knowledge base.
Plugin Claude Code
Turn your Claude Code session history into a beautiful, searchable, Karpathy-style knowledge base.
Plugin Claude Code
LLM-powered knowledge base from Claude Code and Codex CLI sessions. Follows Karpathy's LLM Wiki pattern.
Command Claude Code
Meta-skill that loads all llmwiki governance docs and exposes the three maintainer slash commands.
Command Claude Code
Walk the llmwiki release process step by step.
Command Claude Code
Run the canonical llmwiki code review against a pull request and post findings.
Command Claude Code
Apply labels + milestone + priority to a new issue using the llmwiki triage rules.
Command Claude Code
Run the full llmwiki pipeline end-to-end: build → graph → export all → lint.
Command Claude Code
Regenerate the static HTML site for the llmwiki.
Command Claude Code
Review and triage candidate wiki pages — promote, merge, or discard.
Command Claude Code
Generate a Marp slide deck from wiki content matching a topic.
Command Claude Code
Generate a knowledge graph of the wiki — nodes are pages, edges are [[wikilinks]].
Command Claude Code
Ingest a source document (or folder) into the llmwiki.
Command Claude Code
Scaffold an empty llmwiki — create raw/, wiki/, site/ directories and seed wiki/index.md, wiki/log.md, wiki/overview.md.
Command Claude Code
Lint the llmwiki — find orphans, broken wikilinks, contradictions, and stale pages.
Command Claude Code
Query the llmwiki and synthesise an answer.
Command Claude Code
Run a self-reflection pass over the whole wiki — look for patterns, gaps, and improvement opportunities.
Command Claude Code
Start a local HTTP server for the built llmwiki site.
Command Claude Code
Sync Claude Code (and Codex CLI) session transcripts into the llmwiki, then ingest the new ones into wiki/.
Command Claude Code
Synthesize wiki/sources/ .md pages from raw session transcripts using the configured LLM backend.
Command Claude Code
Update a single wiki page in place without running a full re-ingest.
Skill Claude CodeCodex
Ingest one source document (or a folder of them) into the llmwiki. Use when the user drops a new markdown file, PDF, or URL into the wiki and asks you to process it. The user will typically say "ingest this", "add this to the wiki", "process this file into the wiki", or point at a file under raw/.
Skill Claude CodeCodex
Answer a question by querying the user's llmwiki. Use when the user asks about their own past work — "what did I decide about X", "what have I been working on", "how did I solve Y", "what's my preferred approach to Z", or any question that the wiki (built from their session history) might answer. Always read the wiki…
Skill Claude CodeCodex
Sync Claude Code session transcripts into the user's llmwiki and ingest them into the wiki. Use when the user says "sync the wiki", "update llmwiki", "ingest recent sessions", "refresh the knowledge base", or asks a knowledge question that would benefit from up-to-date sessions. Also use when the user explicitly asks…
Skill Claude CodeCodex
Maintain an llmwiki-style open-source project across the full framework pipeline. Use when the user says "maintain the project", "check my tasks", "update progress", "run phase gate", "do a monthly verify", "lint my wiki", "check stale entries", or invokes any form of ongoing project-keeping chore. Reads progress.md…