# Convex Helpers Guide

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

- Skill: `majiayu000/convex-helpers-guide` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/convex-helpers-guide`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/convex-helpers-guide/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/convex-helpers-guide

---


# 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](/Users/eduardojaviergarcialopez/AgenticEngineering/agentforge/.agents/skills/convex-helpers-guide/references/helpers-catalog.md) for the high-value helpers to consider first.

