docling-graph
Installation
SKILL.md
Docling Graph
Use this skill when the task is specifically about Docling Graph: converting documents into typed Pydantic knowledge graphs, reviewing templates, choosing extraction contracts, tuning pipeline configuration, inspecting/debugging extraction runs, and exporting graph outputs.
Do not use it for generic Docling document parsing, vector-only RAG, graph database administration, ontology-only modeling with no Docling Graph run, or unrelated PDF tooling.
Dispatch
Interpret $ARGUMENTS as [mode] [source-or-template-or-question] [options]. If $ARGUMENTS is empty, ask for the minimum missing context instead of assuming a document, provider, or extraction contract.
| $ARGUMENTS pattern | Mode | What to produce |
|---|---|---|
plan [documents/domain] |
Plan | End-to-end workflow plan, template strategy, provider/config choices, validation path |
template [domain] |
Template | Pydantic graph template or review notes with stable IDs and relationship hints |
| `contract [direct | staged | delta] [domain]` |
convert [source] [template] |
Convert | CLI/API run recipe with inputs, provider/model overrides, output paths, and validation |
api [source] [template] |
API | Python integration using PipelineConfig and explicit override fields |
inspect [output-path] |
Inspect | HTML/debug inspection workflow for an existing or planned output directory |
export [output] |
Export | JSON/CSV/Cypher/NetworkX export and post-export checks |
Related skills