get-convex/agent-skills
These skills were imported into SkillJury from the public skills ecosystem.
convex-helpers-guide
by get-convex/agent-skills
Use convex-helpers to add common patterns and utilities to your Convex backend without reinventing the wheel.
function-creator
by get-convex/agent-skills
Generate secure, type-safe Convex functions following all best practices.
schema-builder
by get-convex/agent-skills
Build well-structured Convex schemas following best practices for relationships, indexes, and validators.
components-guide
by get-convex/agent-skills
Use components to encapsulate features and build maintainable, reusable backends.
migration-helper
by get-convex/agent-skills
Safely migrate Convex schemas and data when making breaking changes.
convex-quickstart
by get-convex/agent-skills
Get a production-ready Convex backend set up in minutes. This skill guides you through initializing Convex, creating your schema, setting up auth, and building your first CRUD operations.
auth-setup
by get-convex/agent-skills
Implement secure authentication in Convex with user management and access control.