Skip to main content

document-chunking

把文档切成块供下游处理。在批量观察样本、给抽取工作流喂数据、或把长篇监管文档 切成 worker LLM 装得下的块时使用。涵盖:用于快速探索的便宜方法(按页 / 定长 / 按标题),以及用于结构化长文档生产级分块的"洋葱剥离"层次策略 + "楔入法"兜底 (借鉴 pdf2skills)。也涵盖最核心的平衡问题:块太大 —— 关键信息淹没在一堆草料里; 块太小 —— 语义连续性被打断。

Jump to install

Source facts

Repository
memect/kc
Last source activity
May 17, 2026 at 04:50
Detected SKILL.md language
Chinese
Stars
12
Forks
3

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.