Plugin Claude Code
Plugin marketplace listing 1 plugin: llm-wiki.
Plugin Claude Code
Plugin marketplace listing 1 plugin: llm-wiki.
Plugin Claude Code
LLM-maintained personal wiki. Claude actively ingests, synthesizes, and cross-links knowledge across all your projects. Based on Karpathy's LLM Wiki pattern.
Agent
Maintains the LLM Wiki. Ingests sources, synthesises and updates pages, enforces schema, keeps related[] bidirectional and the index fresh. Invoke for /wiki-ingest and when an answer from /wiki-query should be persisted.
Command
Save a source (URL, file path, or the current session) into the LLM Wiki. Claude auto-routes to the global or local wiki unless you pass --global / --local.
Command
Ask the LLM Wiki a question. Reads the most relevant pages and answers in this chat; optionally saves the answer back into the wiki.
Hook
Runs when a session starts on startup and resume, executing session-start.sh (2 commands). From deepfounder-ai/llm-wiki.
Hook
Runs when you submit a prompt, before the agent sees it, executing user-prompt-submit.sh. From deepfounder-ai/llm-wiki.
Hook
Runs when a session ends, executing session-end.sh. From deepfounder-ai/llm-wiki.