doc-semantic-chunking
Split arbitrary prose or a Markdown file into a sensible chunk hierarchy in a chunked-graph Document.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Split arbitrary prose or a Markdown file into a sensible chunk hierarchy in a chunked-graph Document.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create and curate graph edges between chunks (and across documents) in a chunked-graph Document.
Import a Markdown file into a chunked-graph Document — deterministic round-trip vs semantic chunking.
Safely move, reparent, reorder, promote, or delete chunks in a chunked-graph Document.
How to review a slice of a code repository with high precision — confidence-scored findings, project-guideline compliance, and Karpathy behavioral guidelines (simplicity, surgical scope, surfaced assumptions). Use when reviewing or auditing source files.
| name | doc/semantic-chunking |
| description | Split arbitrary prose or a Markdown file into a sensible chunk hierarchy in a chunked-graph Document. |
| tools | ["Document"] |
| license | Apache-2.0 |
When the operator hands you a body of text (pasted prose, a spec, a Markdown file) and asks to "import it" or "chunk it", turn it into a hierarchy of chunks — do NOT dump it into one giant chunk.
Document op=create_chunk document_id=<id> parent_id=<parent> title="…" body="…"
(omit parent_id for a child of the root, or pass the document's root chunk).type when the operator's domain implies one (e.g. section,
requirement, task) and a status if they use a workflow.<!-- loom: … --> comments), prefer
the deterministic import_md op instead (see the doc/md-import skill).