Document parser
Parse documents into structured records.
When to use this
Any request to read a document file and produce machine-readable output.
Procedure
- Identify the container format from the file signature, not the extension.
- Route to the appropriate decoder.
- Normalise the output into a flat record set.
Notes
This skill exists to demonstrate a routing collision. Its description overlaps
almost entirely with pdf-extract, so an agent has no reliable basis for
choosing between the two — which is exactly what skillsonar reports.