convex-schema-validator
About
This skill helps developers define and validate database schemas for Convex applications with proper TypeScript typing and index configuration. It supports optional fields, unions, and provides strategies for handling schema migrations. Use it to ensure data integrity and manage schema evolution in your Convex backend.
Quick Install
Claude Code
Recommendednpx skills add majiayu000/claude-skill-registry -a claude-code/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/convex-schema-validatorCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
production-readiness
MetaThis skill performs comprehensive pre-deployment validation to ensure code is production-ready. It runs a complete audit pipeline including security scans, performance benchmarks, documentation checks, and dependency analysis. Use it as a final gate before deployment to generate a safety checklist and identify critical issues.
n8n-expression-testing
OtherThis skill validates n8n workflow expressions, performing syntax checks and context-aware testing to catch common errors. It helps developers optimize data transformations by detecting pitfalls and security vulnerabilities. Use it to ensure your n8n JavaScript expressions are robust and performant before execution.
type-safety-validation
MetaThis skill enables end-to-end type safety across your entire application stack using Zod, tRPC, Prisma, and TypeScript. It ensures type safety from database operations through API layers to UI components, catching errors at compile time rather than runtime. Use it when building full-stack applications that require robust validation and type-safe data flow.
database-testing
OtherThis skill handles comprehensive database testing including schema validation, data integrity checks, and migration verification. It's designed for testing data persistence, ensuring referential integrity, and validating database migrations. Key capabilities include transaction isolation testing and query performance analysis.
