一键导入
web-app-starter-kit
web-app-starter-kit 收录了来自 robertguss 的 12 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Set up Convex authentication with proper user management, identity mapping, and access control patterns. Use when implementing auth flows.
Guide to using Convex components for feature encapsulation. Learn about sibling components, creating your own, and when to use components vs monolithic code.
Discover and use convex-helpers utilities for relationships, filtering, sessions, custom functions, and more. Use when you need pre-built Convex patterns.
Create Convex queries, mutations, and actions with proper validation, authentication, and error handling. Use when implementing new API endpoints.
Plan and execute Convex schema migrations safely, including adding fields, creating tables, and data transformations. Use when schema changes affect existing data.
Design and generate Convex database schemas with proper validation, indexes, and relationships. Use when creating schema.ts or modifying table definitions.
Set up or extend authentication patterns in this Convex + Better Auth project
Create Convex functions (queries, mutations, actions) with proper validation, auth, and patterns for this project
Quick reference for convex-helpers utilities available in this project - custom functions, relationships, validators, and more
Guide for safely migrating Convex schema changes - adding fields, changing types, renaming, and batch processing
Scaffold a new feature module in this Convex project - creates schema, functions, and frontend integration
Design Convex database schemas with proper validation, indexes, and relationship patterns