AI AGENT ADDONS

Convex Schema Validator

waynesutton/convexskills
Databases
2,622installs

Create and manage your Convex database schemas with confidence. The Convex Schema Validator helps you define fields with correct types, set up indexes for fast queries, and handle optional fields easily. You can also use unions to allow different shapes of data.

Schema changes over time are supported with migration strategies. This tool works with TypeScript and provides clear validation. It makes sure your data follows the rules you set.

Index configuration is simple with single field, compound, and full-text search indexes. You can even create nested objects and arrays of objects for complex data.

Add Convex Schema Validator skill to your workflow

Global

mkdir -p ~/.claude/skills/convex-schema-validator

Project

mkdir -p .claude/skills/convex-schema-validator

Source Repository

Stars
401
Forks
31
Watchers
401
License
Apache-2.0
Last Push
6 months ago
Created
7 months ago