convex

Organize Convex development patterns into a navigable catalog of sub-skills.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/rieckt/create-loumi-app --skill convex-rieckt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convex
Source: https://github.com/rieckt/create-loumi-app/tree/main/template/skills/convex/convex
Command: npx skills add https://github.com/rieckt/create-loumi-app --skill convex-rieckt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This umbrella skill centralizes Convex development patterns, routing to focused sub-skills like convex-functions, convex-schema-validator, convex-realtime, convex-agents, and more.

Core Features & Use Cases

  • Central catalog: a single entry to discover all Convex-related skills and patterns.
  • Guided workflow: start with best practices and then dive into specific areas such as backend logic, data modeling, real-time subscriptions, and AI agents.
  • Use Case: when starting a new Convex project, quickly locate the relevant sub-skill and activate it to implement a feature (e.g., a realtime chat or a scheduled task).

Quick Start

Use the umbrella skill to navigate to specific Convex development skills like /convex-functions or /convex-schema-validator.

Frequently Asked Questions about convex

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

FAQPage Schema
How do I organize Convex backend development patterns for functions and schema?

Organizing Convex backend development patterns involves using a central catalog to route to focused sub-skills for functions, schema validation, and data modeling. This modular approach enables structured exploration and targeted implementation of specific backend logic features.

What is the best way to structure a new Convex project for realtime subscriptions and AI agents?

The best way to structure a new Convex project is starting with an umbrella skill that enforces a modular approach, guiding you from best practices to specific areas like realtime subscriptions and AI agents. It points to dedicated sub-skills for targeted feature implementation.

Can I use a single entry point to discover all Convex development skills for my project?

You can use a single central catalog entry point to discover all Convex development skills for your project. This umbrella skill centralizes patterns for functions, schema, realtime, and agents, enabling efficient skill discovery and activation for focused implementation.

How do I navigate to specific Convex skills for implementing realtime chat or scheduled tasks?

To navigate to specific Convex skills for realtime chat or scheduled tasks, use the umbrella skill to apply best practices and then dive into specific areas. It routes you to focused sub-skills like convex-realtime or convex-functions for targeted implementation of those features.

Does Convex development require separate skills for schema validation and security checks?

Convex development uses a modular approach that routes to separate focused sub-skills like convex-schema-validator and convex-security-check. This ensures targeted implementation for specific concerns like data modeling, security validation, and backend logic within your project.