addon-jsonl-chunking-citations
Installation
SKILL.md
Add-on: JSONL Chunking + Citation Metadata
Use this skill to create the canonical intermediate representation:
- JSONL records (archival artifact in object storage)
document_chunksrows (queryable in Postgres)
This is the foundation for extraction, validation, and audit-ready citations.
Inputs
Collect:
CHUNK_TARGET_CHARS: default1200.CHUNK_MIN_CHARS: default400.CHUNK_OVERLAP_CHARS: default120(only if using sliding windows).CHUNK_STRATEGY:paragraph(default) orwindow.