Generate schemas for Postgres and SQLite

portable-schema-generatorskillsetup L264
Tibsfox/gsd-skill-creator
What it does

Generate schema definitions from data samples or specifications

Best for

Bootstrapping validation or documentation when schema does not yet exist but examples exist.

Inputs
  • · example records
  • · field constraints
  • · type inference hints
Outputs
  • · JSON Schema or GraphQL type definition
Requires
  • · schema inference library
Preconditions

Examples representative of domain variation; constraints explicit

Failure modes

Inferred schema too permissive (accepts invalid data); too restrictive (rejects valid edge cases); documentation missing

Trust signals
  • · Schema inference confirmed against test cases
  • · Constraint validation passes 99%+ of production data