Building AI agents with the Convex Agent component including thread management, tool integration, streaming...
find ~/charlietlamb/ -name "*.skill"
Guidelines for building production-ready Convex apps covering function organization, query patterns, validation,...
How to create, structure, and publish self-contained Convex components with proper isolation, exports, and...
Scheduled function patterns for background tasks including interval scheduling, cron expressions, job monitoring,...
Complete file handling including upload flows, serving files via URL, storing generated files from actions,...
Writing queries, mutations, actions, and HTTP actions with proper argument validation, error handling, internal...
External API integration and webhook handling including HTTP endpoint routing, request/response handling,...
Schema migration strategies for evolving applications including adding new fields, backfilling data, removing...
Patterns for building reactive apps including subscription management, optimistic updates, cache behavior, and...
Defining and validating database schemas with proper typing, index configuration, optional fields, unions, and...
Deep security review patterns for authorization logic, data access boundaries, action isolation, rate limiting, and...
Quick security audit checklist covering authentication, function exposure, argument validation, row-level access...
Prevent feature creep when building software, apps, and AI-powered products. Use this skill when planning features,...
Skill for integrating Better Auth - the comprehensive TypeScript authentication framework.
Skill for creating auth layers in TypeScript/JavaScript apps using Better Auth.