Helps you build Convex database schemas that follow document-relational patterns instead of deeply nested structures. You'll use this when setting up schema.ts files or refactoring table definitions. It pushes you toward flat documents with ID references, ensures you index foreign keys for lookups, and includes templates for common patterns like junction tables for many-to-many relationships. The validator reference is handy since Convex has its own type system with v.string(), v.id(), and v.union() for enums. Worth using if you're coming from a nested data model and need to think relationally, or if you just want your indexes set up correctly from the start.
npx -y skills add get-convex/convex-agent-plugins --skill schema-builder --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot