conform
Installation
SKILL.md
Conform CLI Skill
conform transforms unstructured files into schema-validated JSON using AI (Ollama local or Vertex AI cloud). Source: ~/src/conform.
Unix Philosophy
- One job: unstructured → structured JSON. Not filtering, formatting, or storing.
- stdout by default: compose with pipes.
--outputonly for final destinations. - Prefer simpler tools: use
jq/xsv/xlsxfor already-structured data;grep/sed/awkfor pattern matching.
Core Commands
Single File
# Basic (auto-detect provider)
conform input.txt --schema schema.json