Agent skill

convex-helpers-guide

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

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/convex-helpers-guide

Metadata

Additional technical details for this skill

author
agentforge
source
get-convex/convex-agent-plugins@f104efb49a787a1ef4a6c84df496d58800ce334a

SKILL.md

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

  • Read helpers-catalog.md for the high-value helpers to consider first.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results