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. --output only for final destinations.
  • Prefer simpler tools: use jq/xsv/xlsx for already-structured data; grep/sed/awk for pattern matching.

Core Commands

Single File

# Basic (auto-detect provider)
conform input.txt --schema schema.json
Installs
4
Repository
lanej/dotfiles
GitHub Stars
39
First Seen
Mar 28, 2026
conform — lanej/dotfiles