Skip to main content
Back to registry

convex-helpers-guide

get-convex/agent-skills

Use convex-helpers to add common patterns and utilities to your Convex backend without reinventing the wheel.

Installs500
Install command
npx skills add https://github.com/get-convex/agent-skills --skill convex-helpers-guide
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Use convex-helpers to add common patterns and utilities to your Convex backend without reinventing the wheel. convex-helpers is the official collection of utilities that complement Convex. It provides battle-tested patterns for common backend needs. Installation: Traverse relationships between tables in a readable, type-safe way. Use when: Example: Key Functions: This is Convex's alternative to Row Level Security (RLS). Instead of database-level policies, use custom function wrappers to automatically add auth and access control to all queries and mutations. Create wrapped versions of query/mutation/action with custom behavior. Use when: Why this instead of RLS: Example: Custom Query with Auto-Auth Example: Multi-Tenant Data Protection Example: Role-Based Access Control Apply complex TypeScript filters to database queries. Use when: Example: Note: Still prefer indexes when possible!

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does convex-helpers-guide do?

Use convex-helpers to add common patterns and utilities to your Convex backend without reinventing the wheel.

Is convex-helpers-guide good?

convex-helpers-guide does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does convex-helpers-guide work with?

convex-helpers-guide currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to convex-helpers-guide?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install convex-helpers-guide?

npx skills add https://github.com/get-convex/agent-skills --skill convex-helpers-guide

Related skills

More from get-convex/agent-skills

Related skills

Alternatives in Software Engineering