convex

Routes Convex development tasks to specialized skills for functions, schema, realtime, and storage.

1|Updated Oct 10, 2025
One-click install
npx skills add https://github.com/Rocktown-Labs/rivercitymd --skill convex-rocktown-labs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: convex
Source: https://github.com/Rocktown-Labs/rivercitymd/tree/main/.cursor/skills/convex
Command: npx skills add https://github.com/Rocktown-Labs/rivercitymd --skill convex-rocktown-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Developers working with the Convex backend platform often don't know which specific guidance applies to their task, whether it's writing queries, defining schemas, handling file storage, or auditing security. This index skill organizes all Convex development guidance into a single entry point and routes you to the right specialized skill. ## Core Features & Use Cases - Skill Routing: Directs you to the correct specialized skill (convex-functions, convex-schema-validator, convex-realtime, convex-agents, and more) based on your task. - Organized Categories: Groups skills by Core Development, Data & Storage, Advanced Patterns, Security, and Guidelines for fast discovery. - Use Case: You need to build a webhook endpoint in your Convex backend. Invoke this skill, identify the HTTP Actions row, and follow the /convex-http-actions skill for detailed implementation guidance. ## Quick Start Ask which Convex skill to use for writing a database mutation with schema validation.

Frequently Asked Questions about convex

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

FAQPage Schema
How do I get started with Convex backend development?▼

Start with the convex-best-practices skill for general patterns, then use convex-functions for writing queries and mutations and convex-schema-validator for data modeling. Add specialized skills like convex-realtime or convex-file-storage as your use case requires.

Which Convex skill should I use for writing queries and mutations?▼

Use the convex-functions skill, which covers writing queries, mutations, and actions. For defining the underlying data model, pair it with convex-schema-validator to validate your schema definitions.

Does Convex support scheduled background tasks?▼

Yes, Convex supports scheduled background work through cron jobs. Use the convex-cron-jobs skill for guidance on setting up recurring scheduled tasks in your Convex backend.

How do I handle file uploads in Convex?▼

Use the convex-file-storage skill, which covers file uploads, serving files, and storage management. Convex provides built-in file storage that integrates with its database and functions.

What is the difference between convex-security-check and convex-security-audit?▼

convex-security-check provides a quick security audit checklist for fast reviews, while convex-security-audit performs a deep security review of your Convex backend. Use the check for routine validation and the audit for thorough assessments.