Personal LLM Wiki toolkit — let AI build and maintain your knowledge base. Based on Karpathy's LLM Wiki pattern. TypeScript, ollama+bge-m3, works with any AI coding agent.
A capture tool for saving rough notes, ideas, observations, decisions, and temporary information into a configured corpus inbox. A corpus is the chosen collection of notes and project knowledge; the tool does not turn entries into permanent knowledge.
A controlled way to save confirmed conclusions, decisions, or reusable findings back into a LoreKit knowledge base. It uses the configured corpus, meaning a specific searchable collection of project knowledge.
A cross-project entry point for saving URLs, articles, PDFs, files, and other outside material into a configured LoreKit knowledge collection. It routes the work to that collection's own filing rules.
A read-only gateway for querying registered LoreKit knowledge bases, which are searchable stores of notes or project knowledge. It sends each question to a named knowledge base or to the configured default.
A wiki-maintenance workflow for reviewing human feedback files, correcting the pages they refer to, and filing the resolved feedback. A wiki is a collection of linked documentation pages.
A daily workflow for a LoreKit knowledge collection that captures notes, tasks, programming decisions, and review material before compiling them into daily or longer-term summaries.
A skill for saving decisions, facts, and insights from a conversation into a file-based knowledge base. It finds the relevant subject page and appends a dated timeline entry without rewriting the existing summary.
A workflow for bringing URLs, files, and pasted external material into a LoreKit knowledge collection, then saving it as wiki pages with source links and tracking records.
A health-check skill for a document knowledge base, also called a corpus. It reports missing metadata, broken links, isolated pages, unreadable sources, and reviews that are overdue.
A workflow for creating outward-facing slides, article drafts, charts, and briefing materials from an existing knowledge base. It saves the finished materials in designated output folders.
A knowledge-base search skill that retrieves existing information from a local collection of documents and combines it into an answer. It can use exact matches, broader search, and links between related pages.
A safe workflow for removing an outdated source or knowledge page from a local knowledge collection. It moves items to the system recycle bin rather than permanently deleting them.
An on-demand workbench-cleanup workflow for a personal knowledge system. It scans selected folders, groups possible items for filing, archiving, or disposal, and waits for approval before changing files.