AI AGENT ADDONS
Databases
550installs

This skill helps you build database schemas for Convex. You can define tables with fields, validation rules, and indexes. It shows you how to set up relationships between tables like one-to-many or many-to-many. Strong validation and proper indexes make your queries fast and safe. Use it when creating or updating your schema file.

You get ready-to-use templates for common patterns. Examples include user and post tables or junction tables for many-to-many links. The skill also explains when to use arrays and how to avoid deep nesting. Document-relational design keeps your data clean.

Anyone building a Convex app will benefit. It saves time and prevents mistakes. You can follow the checklist to make sure everything is covered.

Add Schema Builder skill to your workflow

Global

mkdir -p ~/.claude/skills/schema-builder

Project

mkdir -p .claude/skills/schema-builder

Source Repository

Stars
35
Forks
7
Watchers
35
Last Push
29 days ago
Created
5 months ago