·convex-patterns
</>

convex-patterns

Code organization patterns and TypeScript best practices for Convex. Use when structuring a Convex project, writing helper functions, defining schemas, working with types like QueryCtx/MutationCtx/ActionCtx, or organizing code in a convex/model directory.

6Installs·1Trend·@aaronvanston

Installation

$npx skills add https://github.com/aaronvanston/skills-convex --skill convex-patterns

How to Install convex-patterns

Quickly install convex-patterns AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/aaronvanston/skills-convex --skill convex-patterns
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: aaronvanston/skills-convex.

SKILL.md

View raw

| v.string() | string | "hello" | | v.number() | number | 42 | | v.boolean() | boolean | true | | v.null() | null | null | | v.id("table") | Id | Document reference | | v.array(v) | T[] | [1, 2, 3] | | v.object({}) | { ... } | { name: "..." } | | v.optional(v) | T \| undefined | Optional field | | v.union(...) | T1 \| T2 | Multiple types |

Code organization patterns and TypeScript best practices for Convex. Use when structuring a Convex project, writing helper functions, defining schemas, working with types like QueryCtx/MutationCtx/ActionCtx, or organizing code in a convex/model directory. Source: aaronvanston/skills-convex.

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

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/aaronvanston/skills-convex --skill convex-patterns
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from aaronvanston/skills-convex

Quick answers

What is convex-patterns?

Code organization patterns and TypeScript best practices for Convex. Use when structuring a Convex project, writing helper functions, defining schemas, working with types like QueryCtx/MutationCtx/ActionCtx, or organizing code in a convex/model directory. Source: aaronvanston/skills-convex.

How do I install convex-patterns?

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

Where is the source repository?

https://github.com/aaronvanston/skills-convex