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).