vault-summarize

Summarize lecture transcripts and documents into structured Obsidian markdown notes.

Updated May 26, 2026
One-click install
npx skills add https://github.com/Peiwvy/myskills --skill vault-summarize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vault-summarize
Source: https://github.com/Peiwvy/myskills/tree/main/vault-summarize
Command: npx skills add https://github.com/Peiwvy/myskills --skill vault-summarize

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

将逐字稿、剪藏与文档内容转化为结构化的 Obsidian 笔记,既能保证信息完整,又能按单文件、超长拆分、批量、多文件课程合并与增量补充等场景稳定产出。

Core Features & Use Cases

  • 统一总结工作流:先“读全并按规则整理”,再做强制逐项验证,最后按指定格式输出成笔记文件。
  • 多模式任务编排:支持单文件整理、超长文件拆分、文件夹批量处理、课程合并整理、以及“补充到目标笔记”的增量模式。
  • 进度可恢复:通过 .claude/plans/ 的任务计划与进度日志,在跨 session 情况下可继续未完成项。
  • 风格与格式强约束:严格遵循 rules.md 的信息完整性、Obsidian frontmatter/标题层级、callout 规范与图片保留要求,避免“灌水式灌长度”。

Quick Start

Use the vault-summarize skill to summarize the file at the path you provide into an Obsidian-ready markdown note by running: summarize [path].

Frequently Asked Questions about vault-summarize

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I summarize lecture transcripts into structured Obsidian markdown notes?

You can summarize lecture transcripts into structured Obsidian markdown by providing a file path to the vault-summarize Skill, which reads the full source, validates completeness against rules.md, and outputs formatted notes with proper frontmatter and preserved image links.

Can I split and summarize a very long document into multiple Obsidian notes?

Yes, you can split long documents because the Skill supports a long-document split workflow that breaks down extensive transcripts into structured, manageable markdown files while maintaining information completeness and formatting rules.

Does the vault-summarize Skill support resuming interrupted summarization tasks across sessions?

Yes, the Skill supports resuming interrupted summarization tasks across sessions by utilizing task plans and progress logs stored in the `.claude/plans/` directory, allowing you to continue uncompleted items without restarting the entire process.

How do I batch process a folder of clipped notes into Obsidian markdown?

You can batch process a folder of clipped notes into Obsidian markdown by using the Skill's folder batch processing mode, which iterates through the directory to summarize multiple documents into structured notes with consistent frontmatter and formatting.

What is the best way to merge multiple lecture files into a single course note in Obsidian?

The best way to merge multiple lecture files into a single course note is using the Skill's course/section merged workflow, which consolidates multiple transcripts into one structured markdown file with unified frontmatter and complete information validation.

Why are my summarized Obsidian notes missing original images and speaker styles?

Your summarized Obsidian notes might be missing original images and speaker styles if the rules.md validation is not properly configured; the Skill strictly preserves original image links and speaker style anchors to prevent information loss during summarization.