Skip to main content

type-safety

The canonical doctrine for fixing TypeScript type errors and writing type-safe boundary code. Generated types (database.types.ts, python-generated/api-types.ts) are the source of truth — code and data conform to them, never the reverse. Use when fixing type errors, resolving tsc failures, triaging type-errors files, running a type-fix pass, writing or editing any supabase.rpc()/.from() call, when errors mention Json/unknown/Database types, when adding DB shape guards, or whenever tempted to cast or suppress. Silencing an error is the opposite of fixing it — an error you cannot fix properly gets ESCALATED, never hidden.

Jump to install

Source facts

Repository
armanisadeghi/ai-matrx
Last source activity
August 24, 2026 at 21:51
Detected SKILL.md language
English
Stars
3
Forks
1

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.