Guide for Convex actions, scheduling, cron jobs, and orchestration patterns. Use when implementing external API...
find ~/fluid-tools/ -name "*.skill"
Critical rules and common mistakes to avoid in Convex development. Use when reviewing Convex code, debugging issues,...
Guide for authoring Convex components - isolated, reusable backend modules with their own schema and functions. Use...
Guide for Convex backend development fundamentals including function types (queries, mutations, actions), layered...
Guide for convex-helpers library patterns including Triggers, Row-Level Security (RLS), Relationship helpers, Custom...
Guide for Convex performance optimization including denormalization, index design, avoiding N+1 queries, OCC...
Guide for Convex schema design, validators, and TypeScript types. Use when defining database schemas, creating...
Transforms workflow to use Manus-style persistent markdown files for planning, progress tracking, and knowledge...
React useEffect best practices from official docs. Use when writing/reviewing useEffect, useState for derived...
Guide for strict TypeScript practices including avoiding any, using proper type annotations, and leveraging...
Guide for Vercel AI SDK v6 implementation patterns including generateText, streamText, ToolLoopAgent, structured...
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when...
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility",...