convex

Route Convex development tasks to specialized sub-skills via frontmatter and Markdown.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Umbrella skill that standardizes Convex development patterns across projects, enabling teams to reuse proven building blocks.

Core Features & Use Cases

  • Unified pattern routing to sub-skills like convex-functions, convex-schema-validator, convex-realtime, convex-agents.
  • Centralized guidance for data, security, and guidelines to accelerate Convex-based backends.
  • Use Case: A team starts a new Convex backend and uses the umbrella to quickly wire up function schemas and realtime subscriptions.

Quick Start

Begin with /convex-best-practices to learn general patterns, then apply specific skills such as /convex-functions or /convex-schema-validator as your task requires.

Frequently Asked Questions about convex

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

FAQPage Schema
How do I standardize Convex backend patterns across multiple projects?

This umbrella skill standardizes Convex backend patterns across projects by routing to targeted sub-skills like convex-functions and convex-realtime, reducing code duplication and accelerating delivery.

What is the best way to organize Convex functions, schemas, and realtime subscriptions?

The best way to organize Convex components is through centralized pattern routing, which applies consistent tooling for functions, schema validators, realtime subscriptions, and agents across the entire backend.

How does pattern routing work for Convex development components?

Pattern routing works by following the umbrella skill's frontmatter and operational Markdown body to enable context-driven activation of targeted sub-skills like convex-functions, convex-schema-validator, or convex-realtime.

Can I use this approach for a new Convex backend with realtime and agents?

Yes, this approach suits teams starting new Convex backends by quickly wiring up function schemas, realtime subscriptions, and agents through centralized guidance and proven building blocks.

Where should I start when applying unified Convex development patterns?

Start with the convex-best-practices guidance to learn general patterns, then apply specific skills such as convex-functions or convex-schema-validator as your backend task requires.