40 results (4.3ms) page 1 / 2
waynesutton / convexskills-convex exact

Umbrella skill for all Convex development patterns. Routes to specific skills like convex-functions, convex-realtime, convex-agents, etc.

waynesutton / convexskills-convex-best-practices exact

Guidelines for building production-ready Convex apps covering function organization, query patterns, validation, TypeScript usage, error handling, and the Zen of Convex design philosophy

mindrally / skills-convex exact

Guidelines for developing with Convex backend-as-a-service platform, covering queries, mutations, actions, and real-time data patterns

waynesutton / convexskills-convex-agents exact

Building AI agents with the Convex Agent component including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration

CloudAI-X / claude-workflow-v2-convex-backend exact

Convex backend development guidelines. Use when writing Convex functions, schemas, queries, mutations, actions, or any backend code in a Convex project. Triggers on tasks involving Convex database...

waynesutton / convexskills-convex-component-authoring exact

How to create, structure, and publish self-contained Convex components with proper isolation, exports, and dependency management

fluid-tools / claude-skills-convex-fundamentals exact

Guide for Convex backend development fundamentals including function types (queries, mutations, actions), layered architecture, HTTP actions, and the core mental model. Use when building Convex...

fluid-tools / claude-skills-convex-components exact

Guide for authoring Convex components - isolated, reusable backend modules with their own schema and functions. Use when building reusable libraries, packaging Convex functionality for NPM,...

fluid-tools / claude-skills-convex-anti-patterns exact

Critical rules and common mistakes to avoid in Convex development. Use when reviewing Convex code, debugging issues, or learning what NOT to do. Activates for code review, debugging OCC errors,...

YuniorGlez / gemini-elite-core-convex-pro exact

Senior Backend Architect for Convex.dev (2026). Specialized in reactive database design, type-safe full-stack synchronization, and hardened authorization patterns. Expert in building low-latency,...

bntvllnt / agent-skills-convex exact

|

waynesutton / convexskills-convex-realtime exact

Patterns for building reactive apps including subscription management, optimistic updates, cache behavior, and paginated queries with cursor-based loading

waynesutton / convexskills-convex-functions exact

Writing queries, mutations, actions, and HTTP actions with proper argument validation, error handling, internal functions, and runtime considerations

waynesutton / convexskills-convex-migrations exact

Schema migration strategies for evolving applications including adding new fields, backfilling data, removing deprecated fields, index migrations, and zero-downtime migration patterns

charlietlamb / ferix-convex-best-practices exact

Guidelines for building production-ready Convex apps covering function organization, query patterns, validation, TypeScript usage, error handling, and the Zen of Convex design philosophy

fluid-tools / claude-skills-convex-helpers-patterns exact

Guide for convex-helpers library patterns including Triggers, Row-Level Security (RLS), Relationship helpers, Custom Functions, Rate Limiting, and Workpool. Use when implementing automatic side...

charlietlamb / ferix-convex-agents exact

Building AI agents with the Convex Agent component including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration

waynesutton / convexskills-convex-file-storage exact

Complete file handling including upload flows, serving files via URL, storing generated files from actions, deletion, and accessing file metadata from system tables

waynesutton / convexskills-convex-cron-jobs exact

Scheduled function patterns for background tasks including interval scheduling, cron expressions, job monitoring, retry strategies, and best practices for long-running tasks

waynesutton / convexskills-convex-security-check exact

Quick security audit checklist covering authentication, function exposure, argument validation, row-level access control, and environment variable handling