convex

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

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/kausthubh-coder/kriyan-web --skill convex-kausthubh-coder
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: convex
Source: https://github.com/kausthubh-coder/kriyan-web/tree/main/.agents/skills/convex
Command: npx skills add https://github.com/kausthubh-coder/kriyan-web --skill convex-kausthubh-coder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Developers building on Convex often don't know which pattern or guide applies to their task, leading to inconsistent backend code and missed best practices. This index skill routes any Convex development request to the right specialized skill. ## Core Features & Use Cases - Skill Routing: Maps tasks to dedicated 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. - Use Case: When asked to add a scheduled background job to a Convex app, this skill directs you to the cron jobs skill rather than giving generic advice. ## Quick Start Ask the assistant to help with any Convex backend task 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 Convex functions like queries and mutations?▼

Use the convex-functions skill referenced by this index, which covers writing queries, mutations, and actions. It provides detailed guidance on defining backend logic in Convex.

What skill should I use for Convex schema design?▼

Use the convex-schema-validator skill for defining database schemas and validators. This index skill routes schema and data modeling tasks there directly.

Does this skill cover Convex security audits?▼

Yes, it routes to two security skills: convex-security-check for a quick audit checklist and convex-security-audit for a deep security review of your Convex backend.

How do I build AI agents with Convex?▼

Use the convex-agents skill listed under Advanced Patterns. It covers building AI agents with tools on the Convex platform.

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, as referenced in this skill.