Convex Helpers Guide

Discover and apply convex-helpers patterns such as relationship helpers and custom function wrappers.

majiayu000 aa72aa4 2 files · 1.7 KB Updated 567 repo stars

File contents

Convex Helpers Guide

Use this when a task needs common Convex patterns without introducing full components.

Best uses

  • relationship traversal helpers,
  • custom function wrappers for data protection,
  • common server-side utilities that remove boilerplate.

Decision rule

  • Reach for helpers when the problem is repeated but still local to the app.
  • Reach for components when the capability should be encapsulated and reusable across projects.

References

majiayu000/claude-skill-registry-data/tree/main/development/convex-helpers-guide commit aa72aa47ca

Frequently asked questions

npx skillmds add majiayu000/convex-helpers-guide