convex

Route Convex development tasks to specialized sub-skills via explicit paths.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unifies Convex development patterns into a single, navigable hub and routes you to specialized skills like convex-functions, convex-realtime, convex-agents, and convex-schema-validator.

Core Features & Use Cases

  • Routing to specialized skills: Access dedicated guides for convex-functions, convex-schema-validator, convex-realtime, convex-agents, etc.
  • Guided patterns & best practices: Provides structured approaches for data modeling, server logic, and real-time updates.
  • Use Case: When starting a Convex project, quickly navigate to the right module skill and scaffold a feature.

Quick Start

Open the Convex Development Skills and select a specific sub-skill to begin implementing your Convex features.

Frequently Asked Questions about convex

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

FAQPage Schema
How do I structure backend services and data modeling in a Convex project?

To structure Convex backend services, you access a unified development patterns hub that applies structured approaches for data modeling and server logic, guiding you toward specialized skills.

What is the best way to add real-time features to a Convex application?

The best way to add real-time features is to use the Convex routing hub to navigate to the dedicated convex-realtime sub-skill, which provides structured patterns for implementing real-time updates.

How do I start building server logic and functions with Convex?

To start building server logic with Convex, you open the Convex Development Skills hub and select the convex-functions sub-skill to begin implementing your backend features using guided patterns.

Does this approach work for scaffolding specific features across new Convex projects?

Yes, this approach works for scaffolding features across new Convex projects by applying unified development patterns and routing you to specialized modules like convex-schema-validator to scaffold correctly.

Can I use Convex agents for backend server logic?

Yes, you can implement Convex agents for backend server logic by navigating from the central Convex routing hub to the dedicated convex-agents sub-skill for specialized implementation patterns.