文档

Obsidian Core Notes

试用

Maintain Obsidian vault core-file notes, topic synthesis notes, folder indexes, and graph links. Use when working in an Obsidian vault or document/code works...

它能做什么

Maintain Obsidian vault core-file notes, topic synthesis notes, folder indexes, and graph links. Use when working in an Obsidian vault or document/code works...

技能文档

Obsidian Core Notes

Keep source files, generated .core.md notes, topic-level 专题综合.core.md notes, and Obsidian relationship indexes synchronized.

Workflow

  1. Confirm the vault/workspace root. Use the current working directory unless the user names another root.
  2. Before writing, run a scan when scope is broad:
    python /scripts/obsidian_core_notes.py scan --root  --json
    
  3. Decide the note type before writing:
    • File sidecar: one generated .core.md for a non-Markdown source attachment.
    • Folder index: 资料索引.md for navigation and direct source lists.
    • Topic synthesis: 专题综合.core.md only for high-value folders that can support V3-like synthesis.
  4. For create/edit/move/rename/delete operations, update the matching .core.md note and nearest 资料索引.md in the same turn.
  5. For bulk refreshes, run:
    python /scripts/obsidian_core_notes.py refresh --root 
    
    refresh creates lightweight sidecars and indexes; it does not replace human/LLM synthesis for 专题综合.core.md.
  6. For broad topic work, screen candidates before writing:
    python /scripts/obsidian_core_notes.py topic-candidates --root  --json
    
  7. Validate after any bulk operation:
    python /scripts/obsidian_core_notes.py validate --root 
    
  8. Clean generated notes only when explicitly requested:
    python /scripts/obsidian_core_notes.py clean-generated --root 
    

Rules

  • Treat non-Markdown source files as attachments and generate distinct sidecar notes named .core.md.
  • Reference existing Markdown core files directly; do not duplicate them.
  • Put folder navigation in 资料索引.md; put the workspace entrypoint in 核心文件索引.md.
  • Do not make every folder look deeply summarized. Most 专题综合.core.md files should remain lightweight source maps unless the folder passes topic-synthesis screening.
  • V3-like topic synthesis must include source provenance, version/history cues, core judgments, content map, reusable patterns/templates/components, actions, and open questions.
  • When a user asks for aggressive cleanup, back up overwritten/deleted generated notes outside the vault before deletion.
  • Use only generated markers for safe overwrite or deletion:
    • <!-- CORE_FILE_NOTE_V1 -->
    • <!-- CORE_FOLDER_INDEX_V1 -->
    • <!-- CORE_WORKSPACE_INDEX_V1 -->
  • Never delete hand-written Markdown notes unless the user explicitly asks.
  • Exclude dependencies, caches, logs, build output, model artifacts, static vendor bundles, and temporary Office lock files.

References

  • Read references/core-file-rules.md before changing core-file classification.
  • Read references/obsidian-linking.md before changing note names, tags, markers, or relationship link conventions.
  • Read references/topic-synthesis-core-notes.md before screening folders for V3-like 专题综合.core.md notes or rewriting many topic notes.

Scripts

  • scripts/obsidian_core_notes.py scan: count core candidates and summarize scope.
  • scripts/obsidian_core_notes.py refresh: create or update .core.md, 资料索引.md, and 核心文件索引.md.
  • scripts/obsidian_core_notes.py topic-candidates: rank folders whose direct sources may justify V3-like 专题综合.core.md.
  • scripts/obsidian_core_notes.py validate: verify generated marker counts and common corruption patterns.
  • scripts/obsidian_core_notes.py clean-generated: remove only files with generated markers.

Common Pitfall

If the user wants "像 V3 一样的专题综合", do not stop after refresh. refresh is a graph-maintenance pass; it can produce version/source statistics, but the V3-style note is a curated synthesis pass over selected folders.

相关技能

Work with Obsidian-style Markdown vaults and local knowledge bases. Use when the user needs to organize notes, add frontmatter, repair links, design vault wo...

1 次安装

Obsidian vault automation for configured vaults such as `obsidian-2026`: vault status/doctor, host Git sync/status with Obsidian Git plugin fallback only whe...

Turn a user-provided Obsidian note or Markdown outline into a KMind mind map PNG by default, and an editable KMind map on request. If the audited KMind core...

17 次安装1 星标

将当前对话、项目资料、会议记录、技术排障、工作流经验或主题讨论整理成结构化 Obsidian 知识库笔记。适用于用户要求总结、沉淀、保存、写入或整理 Obsidian 文档,并需要 Properties、Key takeaway、摘要、结构化内容块、Key references 和文件引用。

Write structured entries into an Obsidian daily note vault. Use when the user sends text, links, or content to be recorded, including research notes, task su...

Obsidian 知识库(vault)管理专家,基于 `obsidian-cli` 操作本地 Markdown 笔记。聚焦多库管理、 安全重构(移动/改名不断链)、附件治理、跨库搜索,让笔记系统长期保持井井有条。 核心能力: - 多库发现与切换:自动识别系统中的所有 vault,按需切换默认库 - 安全重构:`m...