convex

Routes Convex development tasks to specialized skills for functions, schema, realtime, and security.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/alex-jordan547/agent-setup --skill convex-alex-jordan547
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convex
Source: https://github.com/alex-jordan547/agent-setup/tree/main/archive/convex
Command: npx skills add https://github.com/alex-jordan547/agent-setup --skill convex-alex-jordan547

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Developers working with the Convex backend platform often don't know which specific guidance applies to their task, whether it's writing queries, defining schemas, or auditing security. This index skill routes every Convex development task to the right specialized skill. ## Core Features & Use Cases - Skill Routing: Maps tasks to 13 specialized Convex skills covering functions, schema validation, realtime subscriptions, HTTP actions, file storage, migrations, agents, cron jobs, components, and security audits. - Quick Start Path: Recommends a default workflow starting with best practices, then functions and schema validation. - Documentation Links: Points to the official Convex docs and the LLM-optimized llms.txt reference. - Use Case: You need to build a reactive chat feature with Convex. Invoke this skill to get routed to /convex-realtime for subscriptions and /convex-functions for the backend mutations. ## Quick Start Ask which Convex skill to use for building a reactive subscription with scheduled background tasks.

Frequently Asked Questions about convex

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

FAQPage Schema
How do I get started with Convex backend development?

Start with the convex-best-practices skill for general patterns, then use convex-functions for writing queries, mutations, and actions, and convex-schema-validator for data modeling. This index skill routes you to each one.

What skill should I use for Convex realtime subscriptions?

Use the convex-realtime skill, which covers building reactive subscriptions. This index skill lists it under Core Development alongside functions, schema, and HTTP actions.

How do I audit Convex app security?

Use convex-security-check for a quick audit checklist or convex-security-audit for a deep security review. Both are listed under the Security section of this index skill.

Does this skill contain Convex implementation code itself?

No, it is an umbrella index skill that routes to specialized skills like convex-functions or convex-migrations. It contains routing tables and documentation links, not implementation logic.

Where can I find official Convex documentation?

The primary documentation is at https://docs.convex.dev, and an LLM-optimized version is available at https://docs.convex.dev/llms.txt. Both are linked in this skill's documentation section.