·convex-helpers-patterns
!

convex-helpers-patterns

fluid-tools/claude-skills

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 effects, access control, relationship traversal, auth wrappers, or concurrency management. Activates for triggers setup, RLS implementation, custom function wrappers, or convex-helpers integration tasks.

37Installs·0Trend·@fluid-tools

Installation

$npx skills add https://github.com/fluid-tools/claude-skills --skill convex-helpers-patterns

SKILL.md

The convex-helpers library provides battle-tested patterns for common Convex development needs. This skill covers Triggers (automatic side effects), Row-Level Security, Relationship helpers, Custom Functions, Rate Limiting, and Workpool for concurrency control.

CRITICAL RULE: This codebase has @typescript-eslint/no-explicit-any enabled. Using any will cause build failures.

| Triggers | Run code automatically on document changes | | Row-Level Security | Declarative access control at the database layer | | Relationship Helpers | Simplified traversal of document relations | | Custom Functions | Wrap queries/mutations with auth, logging, etc. | | Rate Limiter | Application-level rate limiting |

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 effects, access control, relationship traversal, auth wrappers, or concurrency management. Activates for triggers setup, RLS implementation, custom function wrappers, or convex-helpers integration tasks. Source: fluid-tools/claude-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/fluid-tools/claude-skills --skill convex-helpers-patterns
Category
!Security
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is convex-helpers-patterns?

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 effects, access control, relationship traversal, auth wrappers, or concurrency management. Activates for triggers setup, RLS implementation, custom function wrappers, or convex-helpers integration tasks. Source: fluid-tools/claude-skills.

How do I install convex-helpers-patterns?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/fluid-tools/claude-skills --skill convex-helpers-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/fluid-tools/claude-skills