Guide for Convex actions, scheduling, cron jobs, and orchestration patterns. Use when implementing external API...
cat ~/Top
Durchsuchen Sie Top-Skills sortiert nach GitHub-Sternen
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",...
NestJS best practices and architecture patterns for building production-ready applications. This skill should be...
Complete guide for using drift database library in Dart applications (CLI, server-side, non-Flutter). Use when...
Build adaptive and responsive Flutter UIs that work beautifully across all platforms and screen sizes. Use when...
Comprehensive guide for implementing animations in Flutter. Use when adding motion and visual effects to Flutter...
Comprehensive guide for architecting Flutter applications following MVVM pattern and best practices with...
Complete guide for using drift database library in Flutter applications. Use when building Flutter apps that need...
Integrate Duit framework into Flutter applications including setup, driver configuration, HTTP/WebSocket transports,...
Complete guide for internationalizing Flutter apps using gen-l10n and intl packages. Use when Claude needs to add...
Comprehensive guide for Flutter navigation and routing including Navigator API, go_router, deep linking,...
Comprehensive Flutter networking guidance including HTTP CRUD operations, WebSocket connections, authentication,...
Comprehensive Flutter testing guidance covering unit tests, widget tests, and integration tests. Use when working...