convex

Route Convex developers to sub-skills for functions, schemas, realtime, and agents.

1|3|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/kunmath/split-it --skill convex-kunmath
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: convex
Source: https://github.com/kunmath/split-it/tree/main/.agents/skills/convex
Command: npx skills add https://github.com/kunmath/split-it --skill convex-kunmath

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convex development often requires navigating a collection of related patterns (functions, schemas, realtime, agents). This umbrella skill provides a centralized, discoverable reference and routing to specific sub-skills for faster onboarding and consistent practices.

Core Features & Use Cases

  • Guided structure for Convex backend patterns, including functions, schema validators, realtime subscriptions, and agents.
  • Quick access to targeted skills like convex-functions, convex-schema-validator, convex-realtime, and convex-agents for focused tasks.
  • Use case: an engineering team starting a new Convex project can consult this umbrella to identify the right pattern and implementation approach.

Quick Start

Browse to the convex-functions skill to begin implementing backend logic, then explore other sub-skills as needed.

Frequently Asked Questions about convex

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

FAQPage Schema
How do I structure a new Convex backend project with functions, schemas, and realtime?▼

To structure a Convex backend project, use an umbrella reference to route to specific sub-skills for functions, schema validators, realtime subscriptions, and agents. This guided approach ensures consistent practices and faster onboarding for engineering teams.

What are the core development patterns for building a Convex real-time application?▼

Core Convex development patterns include implementing backend functions, defining schema validators, setting up realtime subscriptions, and configuring agents. These coordinated patterns provide a centralized reference for building real-time applications.

Can I use Convex schema validators to enforce data structure in my backend?▼

Yes, you can use the convex-schema-validator sub-skill to enforce data structure in your backend. It is part of a coordinated collection of Convex development patterns designed for consistent data management.

What's the best way to start implementing backend logic in a Convex project?▼

The best way to start implementing backend logic is to browse to the convex-functions sub-skill for targeted guidance, then expand to other sub-skills like realtime and agents as your project requirements grow.

Does Convex support building agents and realtime subscriptions together?▼

Yes, Convex supports building agents and realtime subscriptions together through dedicated sub-skills. The umbrella skill routes you to convex-agents and convex-realtime for focused implementation alongside standard backend functions.

Why do I need an umbrella reference for Convex development patterns?▼

You need an umbrella reference because Convex development requires navigating related patterns like functions, schemas, and realtime. A centralized reference provides discoverability and routes you to the correct sub-skill for each task.