AI Agent Hub
Back to skills
Obsidian Core Notes Organizer icon

Obsidian Core Notes Organizer

Knowledge Management Updated 2026.08.30

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

Please install @user_55161a2d/obsidian-core-notes according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Obsidian vaults can drift when source files, generated notes, and indexes are updated separately. Non-Markdown business attachments may lack useful sidecar notes, folder navigation can become incomplete, and topic synthesis notes may overstate lightweight material or miss validation and cleanup boundaries.

How It Works

The skill follows an obsidian-core-notes synchronization flow:
- Confirm the vault root, then choose whether to create a *.core.md sidecar, a 资料索引.md folder index, or a 专题综合.core.md synthesis note.
- Use the scripts for maintenance: scan summarizes candidate scope, refresh creates or updates sidecars and indexes, topic-candidates screens folders that may justify V3-like synthesis, validate checks generated markers and corruption patterns, and clean-generated removes only files with generated markers.
- Keep governance fields consistent: source sidecars typically use doc_role: source and doc_authority: supporting; indexes use doc_role: common and doc_authority: preferred; high-value synthesis notes may use doc_role: result.

Note that refresh is a graph-maintenance pass, not a V3-style synthesis. Code, configs, model outputs, dependency caches, and hand-written Markdown notes should not be cleaned or overwritten by default.

Use Cases

  • When organizing a personal knowledge base, generate .core.md sidecars for non-Markdown attachments and update folder indexes.
  • When restructuring an Obsidian vault, run scan and validate to check candidate scope, marker counts, and corruption patterns.
  • When selecting high-value topic folders, use topic-candidates to decide which directories justify V3-style synthesis notes.
  • During bulk note maintenance, refresh sidecars and indexes, then clean only files carrying generated markers.

Best For

  • Knowledge-management engineers maintaining Obsidian personal vaults who need unified sidecar notes, indexes, and topic syntheses.
  • Analysts organizing business documents who need to include PDF and spreadsheet attachments in vault navigation with provenance markers.
  • Researchers conducting topic research who need to screen high-value folders and create synthesis notes with sources, judgments, and open questions.
  • Document-asset leads who need to validate generated markers after bulk refreshes and safely clean outdated generated notes.