convex

Guide Convex development patterns for backend logic, data modeling, and real-time features.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/m-nobinur/recommendme-app --skill convex-m-nobinur
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convex
Source: https://github.com/m-nobinur/recommendme-app/tree/main/.agents/skills/convex
Command: npx skills add https://github.com/m-nobinur/recommendme-app --skill convex-m-nobinur

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill acts as a central hub for understanding and implementing various development patterns within the Convex framework, simplifying complex backend tasks.

Core Features & Use Cases

  • Comprehensive Guidance: Provides access to specialized skills for functions, schema validation, real-time subscriptions, HTTP actions, file storage, migrations, agents, cron jobs, and component authoring.
  • Security Focus: Includes dedicated skills for security checks and audits to ensure robust application security.
  • Use Case: When building a new feature that requires real-time data updates and user authentication, you can use this umbrella skill to navigate to the specific sub-skills for Convex Realtime and Convex Functions.

Quick Start

Use the convex skill to find guidance on writing Convex functions.

Frequently Asked Questions about convex

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

FAQPage Schema
How do I structure backend logic and data modeling in Convex?

Convex backend development requires defining schema validation and structured functions. This skill provides specialized guidance for writing Convex functions, modeling data, and implementing backend logic following framework best practices.

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

Real-time features in Convex use subscription-based data syncing. This skill offers dedicated guidance on Convex realtime subscriptions, enabling live data updates across connected clients efficiently.

Can I build agentic workflows and schedule cron jobs using Convex?

Convex supports advanced agentic workflows and scheduled tasks. This skill encompasses guidance on building agents, configuring cron jobs, and authoring components for complex automated backend processes.

How do I run security audits and checks for my Convex backend functions?

Securing Convex applications involves dedicated security checks and audits. This skill includes specialized sub-skills focused on evaluating backend functions to ensure robust application security and safe data access.

Does Convex support HTTP actions, file storage, and database migrations?

Convex supports HTTP actions, file storage, and schema migrations. This skill provides comprehensive development patterns covering these features, facilitating secure and efficient application infrastructure management.