If you're working with Convex and need to set up database schemas the right way, this handles the architecture decisions for you. It pushes you toward document-relational design with ID references instead of nested objects, includes validation patterns for all Convex types, and generates index strategies for common query patterns. The skill also covers migration patterns if you're refactoring nested data into flat, relational structures. Useful when starting a new schema.ts file or adding tables to an existing project. It's opinionated about Convex best practices, like keeping arrays small and indexing foreign keys, which saves you from hitting scaling issues later.
npx -y skills add get-convex/agent-skills --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