convex

Route Convex development questions to the appropriate sub-skill guidance.

Updated May 4, 2024
One-click install
npx skills add https://github.com/kcrlee/dots --skill convex-kcrlee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convex
Source: https://github.com/kcrlee/dots/tree/main/claude/.claude/skills/convex
Command: npx skills add https://github.com/kcrlee/dots --skill convex-kcrlee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill acts as a Convex development index, helping you quickly find the right guidance instead of hunting across scattered patterns, docs, and examples.

Core Features & Use Cases

  • Skill Routing: Directs you to the most relevant Convex sub-skill for the task at hand.
  • Broad Convex Coverage: Organizes guidance for functions, schema validation, realtime updates, HTTP actions, storage, migrations, agents, cron jobs, components, and security.
  • Use Case: When you need to build a query, set up a webhook, or review a Convex app for security, this Skill points you to the right specialized workflow immediately.

Quick Start

Ask for the Convex guidance you need, and this Skill will route you to the most relevant sub-skill and recommended starting point.

Frequently Asked Questions about convex

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

FAQPage Schema
How do I implement realtime subscriptions and queries in a Convex backend?

Convex backend development guidance is routed by this Skill to the correct sub-skill for setting up realtime subscriptions and queries, ensuring you follow the right implementation pattern for live data updates.

What is the best way to set up HTTP actions and webhooks in Convex?

The best way to set up Convex HTTP actions and webhooks is to use this Skill's routing to find the specialized workflow, which directs you to the correct pattern for handling external HTTP requests.

How do I handle database migrations and schema validation in Convex?

Handling Convex database migrations and schema validation requires navigating to the specific schema sub-skill via this index, which points you to the right guidance for updating and validating data structures.

Can I use Convex for cron jobs, file storage, and backend actions?

Yes, you can use Convex for cron jobs, file storage, and backend actions; this Skill classifies your task and routes you to the appropriate sub-skill to implement these scheduled and storage features correctly.

How do I perform a security review on my Convex application?

Performing a security review on a Convex application involves using this Skill to navigate to the security sub-skill, which provides the correct workflow for auditing your backend functions and access controls.

Why should I use a routing index instead of searching scattered Convex documentation?

A routing index reduces time spent searching fragmented documentation by classifying your Convex development task and immediately directing you to the most relevant sub-skill and recommended starting point.