AI Agent Hub
Back to skills
LLM Accumulative Obsidian Wiki icon

LLM Accumulative Obsidian Wiki

Knowledge Management Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Follow https://skillhub.cn/install/skillhub.md to install @user_dc3a9e2d/llm-obsidian-wiki into your AI assistant.

About this skill

Problem

Large-model answers often produce one-off summaries. Imported articles, papers, code notes, and Q&A threads then scatter into unrelated files. For engineers, the harder problem is turning them into reusable knowledge: tracking which entities, concepts, and synthesized judgments already exist, deciding whether new evidence supports, supplements, revises, or contradicts old claims, and avoiding template pages and duplicate pages over time.

How It Works

The skill treats a Markdown / Obsidian Wiki as an accumulative artifact, not a static note folder:

  • Layered structure: source/ keeps read-only raw material, wiki/ stores structured knowledge, and the root holds minimal entry points.
  • Page types: sources/, entities/, concepts/, syntheses/, comparisons/, and queries/ separate single-source summaries, object facts, method concepts, cross-source judgments, confusing distinctions, and high-value answers.
  • Continuous compilation: each import starts from index.md, updates existing pages when possible, and marks supports, supplements, revises, contradicts, or needs verification.
  • Quality audits: batch imports, refactors, and renames run link, coverage, encoding, and thin-page checks to prevent pages that pass mechanically but remain vague.

Boundaries

It suits long-lived topic knowledge bases rather than simple one-shot Q&A. The skill favors readable English file names, concrete judgments, and cross-page references. When source evidence is weak, it still needs attributed additions, not model-generated filler.

Use Cases

  • Import multiple Agent architecture articles into a local Wiki and generate topic synthesis and concept pages.
  • Organize a batch of Claude Code source notes into source pages, entity pages, and architecture comparison pages.
  • Archive valuable answers into queries or update syntheses after answering from the knowledge base.
  • Audit an existing Obsidian vault for broken links, thin pages, and duplicate directories, then refactor topic navigation.

Best For

  • Engineers maintaining Obsidian knowledge bases who want notes to become citable pages.
  • Technical authors converting papers, articles, and source notes into concept, entity, and synthesis pages.
  • Research-focused developers using LLMs for close reading and avoiding duplicate or template-heavy concepts.
  • Knowledge-management owners maintaining shared Markdown Wikis with attention to broken links and encoding quality.