Skip to main content
Back to registry

convex-schema-validator

waynesutton/convexskills

Define and validate database schemas in Convex with proper typing, index configuration, optional fields, unions, and strategies for schema migrations.

Installs1
Install command
npx skills add https://github.com/waynesutton/convexskills --skill convex-schema-validator
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Define and validate database schemas in Convex with proper typing, index configuration, optional fields, unions, and strategies for schema migrations. Before implementing, do not assume; fetch the latest documentation: Always include all indexed fields in the index name: - Primary: - Indexes: - Data Types: - For broader context: - Never run npx convex deploy unless explicitly instructed - Never run any git commands unless explicitly instructed - Always define explicit schemas rather than relying on inference - Use descriptive index names that include all indexed fields - Start with optional fields when adding new columns - Use discriminated unions for polymorphic data - Validate data at the schema level, not just in functions - Plan index strategy based on query patterns - Missing indexes for queries - Every withIndex needs a corresponding schema index - Wrong index field order - Fields must be queried in order defined - Using v.any() excessively - Lose type safety benefits - Not making new fields optional - Breaks existing data - Forgetting system fields - _id and _creationTime are automatic - Convex Documentation: - Convex LLMs.txt: - Schemas: - Indexes: - Data Types:

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does convex-schema-validator do?

Define and validate database schemas in Convex with proper typing, index configuration, optional fields, unions, and strategies for schema migrations.

Is convex-schema-validator good?

convex-schema-validator does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does convex-schema-validator work with?

convex-schema-validator currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to convex-schema-validator?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install convex-schema-validator?

npx skills add https://github.com/waynesutton/convexskills --skill convex-schema-validator

Related skills

More from waynesutton/convexskills

Related skills

Alternatives in Software Engineering