convex

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

Updated Jun 28, 2026
One-click install
npx skills add https://github.com/AO-HyS/aohys.com --skill convex-ao-hys
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: convex
Source: https://github.com/AO-HyS/aohys.com/tree/main/.agents/skills/convex
Command: npx skills add https://github.com/AO-HyS/aohys.com --skill convex-ao-hys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Developers working with the Convex backend platform often do not know which specific guidance applies to their task, whether it is writing queries, defining schemas, handling file storage, or auditing security. This index skill organizes all Convex development guidance into a single entry point and routes each task to the right specialized skill. ## Core Features & Use Cases - Skill Routing: Directs tasks to specialized skills such as convex-functions, convex-schema-validator, convex-realtime, and convex-http-actions. - Domain Coverage: Organizes guidance across core development, data and storage, advanced patterns like agents and cron jobs, and security audits. - Use Case: A developer building a reactive dashboard needs to write a mutation and set up a realtime subscription; this skill points them to convex-functions for the mutation logic and convex-realtime for the subscription pattern. ## Quick Start Ask the assistant to help with a Convex backend task, such as writing a query or defining a schema, and it will route you to the appropriate specialized Convex skill.

Frequently Asked Questions about convex

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

FAQPage Schema
How do I write queries and mutations in Convex?▼

Use the convex-functions skill, which covers writing queries, mutations, and actions in Convex. It provides patterns for defining backend logic that runs reactively against your Convex database.

What skill should I use for Convex schema design?▼

Use the convex-schema-validator skill for defining database schemas and validators. It covers data modeling, schema evolution, and validation patterns for Convex tables.

Does Convex support realtime subscriptions?▼

Yes, Convex is built around reactive subscriptions, and the convex-realtime skill covers building them. It explains how clients subscribe to query results that update automatically when underlying data changes.

How do I handle file uploads in Convex?▼

Use the convex-file-storage skill for file uploads, serving, and storage. It covers storing files in Convex storage and generating URLs to serve them to clients.

How do I audit my Convex backend for security issues?▼

Use convex-security-check for a quick audit checklist or convex-security-audit for a deep security review. These skills cover access control, data exposure, and common Convex security pitfalls.