schema-factory
Installation
SKILL.md
SCHEMA-FACTORY
"Deterministic checks first, LLM second."
Build, lint, ingest, compose, and generate context for Drescher-style schemas.
Why This Exists
Gary Drescher's schema mechanism is strongest when it has:
- Prescriptive schema-schema — what valid schemas must look like
- Deterministic layer — evaluate and refine before asking the LLM
- Context generator — emit only needed patterns and evidence
The goal is hybrid orchestration: Python does deterministic work, Cursor/LLM handles synthesis, MOOLLM stays explicit about what came from where.