Analysis updated 2026-05-18
Turn a folder of articles and papers into a linked Obsidian wiki automatically.
Keep source documents untouched while an agent builds summaries and concept pages.
Ask the agent to query the wiki for the strongest concepts across your research.
Let the system refine its own extraction rules as it processes more material.
| bahgs/self-improving-obsidian-llm-wiki | 0whitedev/detranspiler | 0xluk3/zk-resources | |
|---|---|---|---|
| Stars | 21 | 21 | 21 |
| Language | — | Python | — |
| Setup difficulty | moderate | hard | easy |
| Complexity | 2/5 | 4/5 | 1/5 |
| Audience | researcher | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires Obsidian plus an AI coding assistant such as Claude Code, Gemini, or Cursor.
Self-Improving Obsidian LLM Wiki is a template for building a personal knowledge base in Obsidian, a note-taking app that stores everything as plain Markdown files, where an AI agent does the work of reading source material you drop in and organizing it into linked notes, concept summaries, and structured wiki pages. The key idea is that the system improves itself over time. Most AI note systems just get bigger as you add material. This one is designed to also get better at its own process: as it ingests sources, it can propose improvements to its own operating rules, extraction patterns, and quality rubrics stored in a "schema" folder. Future ingest sessions run according to updated rules, so the system's judgment and output quality can evolve. The folder structure separates three layers: a "raw" folder for original source documents (which are never edited by the agent), a "wiki" folder for generated notes, concept pages, entity entries, and summaries, and a "schema" folder that contains the agent's operating instructions and its improvement log. You point any AI coding assistant (the template includes configuration files for Claude Code, Gemini, Cursor, and a generic agent format) at the repository root, tell it to read the agent instructions, then give commands like "INGEST: raw/web/example.md" or "QUERY: What are the strongest concepts in the vault?" You would use this if you accumulate a lot of research material, articles, papers, notes, book excerpts, and want an AI to maintain a connected knowledge graph from it without you manually organizing each piece. The full README is longer than what was provided.
An Obsidian template where an AI agent organizes your notes into a linked wiki and improves its own organizing rules over time.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.