Schemasmash

Run a read-only, agent-orchestrated audit of a codebase's data representations — in-memory types and data structures, database schema, and the serialized shapes between them — for states that are representable but invalid, multiple sources of truth for one fact, ordering or counts stored instead of derived, boolean-flag and nullable-field state machines, stringly-typed values, god objects and god tables, layer drift, and invariants the types or schema fail to enforce. The coordinator inventories every representation cluster as a coverage contract, fans out bounded read-only reviews, independently verifies every finding, and runs one coverage check before ranking. Use when the user wants a data-model or type-design review, says the domain model or schema has grown janky, is about to add a feature that touches core types or tables, or wants agent-written code checked before bad representations compound. Strictly read-only: no edits, migrations, tests, commits, or pushes.

samgalanakis b894321 2 files · 14.0 KB Updated

File contents

samgalanakis/skills/tree/main/schemasmash commit b894321397

Frequently asked questions

npx skillmds@latest add samgalanakis/schemasmash