convex

Standardize Convex back-end code with function syntax, validators, and schema conventions.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/jakoss/LinkStash --skill convex-jakoss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convex
Source: https://github.com/jakoss/LinkStash/tree/main/.opencode/skills/convex
Command: npx skills add https://github.com/jakoss/LinkStash --skill convex-jakoss

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a standardized, discoverable set of Convex development guidelines to help teams author consistent, safe back-end code using Convex.

Core Features & Use Cases

  • Clear conventions for function definition syntax, argument and return validators, and internal/public function separation.
  • Guidance on schema design, indexing, and type-safety to reduce runtime errors.
  • Example-driven patterns for API design, pagination, and toolchain integration to accelerate project setup and maintenance.

Quick Start

Use the convex guidelines to review and align your convex/index.ts, convex/schema.ts, and related files against the documented patterns.

Frequently Asked Questions about convex

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure validators and schema design in a Convex backend?

To standardize Convex backend code, use argument and return validators in your function definitions to enforce type safety. Define clear conventions for schema design, indexing, and internal versus public API separation.

What is the best way to organize public and internal API functions in Convex?

The best way to organize Convex API functions is to apply example-driven patterns that separate internal logic from public endpoints. Establish clear syntax conventions for function definitions to maintain a consistent and safe backend codebase.

How do I set up pagination and API design patterns for a Convex TypeScript project?

Setting up Convex pagination and API design involves applying example-driven patterns to accelerate project setup. Review your convex/index.ts and convex/schema.ts files against documented conventions to ensure type-safe and maintainable backend code.

Can I enforce consistent safety rules and toolchain integration for Convex projects of any size?

Yes, you can enforce safety rules and toolchain integration for Convex projects of any size by applying standardized development guidelines. This approach ensures discoverable, safe back-end code through consistent schema conventions and reusable patterns.

Why does my Convex backend code lack type safety and standard conventions across functions?

Your Convex backend code lacks type safety when it misses standardized argument and return validators. Adopting frontmatter-based discovery and documented schema conventions helps teams author consistent, safe code and reduces runtime errors.