convex

Develop real-time Convex backends with TypeScript, schema design, and sync.

1|Updated Sep 26, 2025
One-click install
npx skills add https://github.com/pascallammers/mylo-travel-concierge-v2 --skill convex-pascallammers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convex
Source: https://github.com/pascallammers/mylo-travel-concierge-v2/tree/main/.factory/skills/convex
Command: npx skills add https://github.com/pascallammers/mylo-travel-concierge-v2 --skill convex-pascallammers

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the development of real-time, reactive applications by providing a robust framework for building type-safe backends with Convex, handling everything from schema design to data synchronization.

Core Features & Use Cases

  • Reactive Data Handling: Automatically syncs data across clients using Convex's sync engine.
  • Type-Safe Functions: Develop queries, mutations, and actions with strong TypeScript typing.
  • Schema Design & Management: Define and manage your database schema efficiently.
  • Authentication & Storage: Integrates built-in authentication and file storage solutions.
  • Use Case: Build a collaborative real-time dashboard where multiple users can see and update data simultaneously, with changes reflected instantly for everyone.

Quick Start

Use the convex skill to create a new mutation for adding a task to the database.

Frequently Asked Questions about convex

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

FAQPage Schema
How do I build a real-time reactive backend with TypeScript?

To build a real-time reactive backend with TypeScript, you can use the Convex framework to define type-safe schema, queries, and mutations. It leverages a sync engine to automatically push data changes across all connected clients instantly.

How does the Convex sync engine handle real-time data synchronization?

The Convex sync engine handles real-time data synchronization by automatically syncing data across clients. When mutations modify the database, the reactive queries immediately push updated results to the frontend without requiring manual polling or websocket management.

Can I define type-safe database queries and mutations for a real-time application?

Yes, you can define type-safe database queries and mutations for real-time applications. The framework enforces strong TypeScript typing across your backend functions, ensuring end-to-end type safety from schema definition to client-side data fetching.

Does this framework support built-in authentication and file storage for full-stack development?

Yes, this framework supports built-in authentication and file storage for full-stack development. You can integrate user authentication and manage file storage directly alongside your reactive database queries and scheduled backend actions.

What is the best way to design a database schema for a collaborative real-time dashboard?

The best way to design a database schema for a collaborative real-time dashboard is using the framework's schema management features. You define type-safe tables that the sync engine uses to instantly reflect simultaneous multi-user updates across the application.