convex

Route user requests to specialized sub-skills for Convex backend development tasks.

1|Updated Nov 29, 2025
One-click install
npx skills add https://github.com/sheriax/drawink --skill convex-sheriax
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convex
Source: https://github.com/sheriax/drawink/tree/main/.agents/skills/convex
Command: npx skills add https://github.com/sheriax/drawink --skill convex-sheriax

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill acts as a router for various Convex-related tasks, directing users to the most appropriate sub-skill based on their specific needs, from project setup to advanced utility usage.

Core Features & Use Cases

  • Task Routing: Intelligently directs users to specialized skills for Convex quickstarts, schema building, function creation, authentication, migrations, components, and helpers.
  • Simplified Navigation: Provides clear entry points and direct links for common Convex development workflows.
  • Use Case: A developer needs to set up authentication for their Convex project. This skill will route them to the convex-auth-setup skill for guidance.

Quick Start

Use the convex skill to help with setting up Convex authentication.

Frequently Asked Questions about convex

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

FAQPage Schema
How do I set up authentication for my Convex backend?

To set up Convex authentication, this skill routes your request to a specialized sub-skill that guides you through configuring secure user login for your backend project.

What is the best way to start a new Convex project?

For Convex project initialization, this skill directs you to a quickstart sub-skill that provides the foundational setup steps and initial configurations required for development.

Can I get help designing database schemas for a Convex backend?

Yes, for database schema design, this skill routes you to a dedicated sub-skill that assists in defining and structuring your Convex database tables and relationships.

How do I implement and manage functions in my Convex backend?

To implement Convex functions, this skill intelligently directs you to a function creation sub-skill that covers writing and managing backend logic for your application.

Does this skill help with executing database migrations in Convex?

Yes, for migration execution, this skill routes your request to a specialized sub-skill that helps you manage and apply database schema changes within your Convex project.