convex

Route Convex user requests to the most specific Convex skill.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/featurectrl/website --skill convex-featurectrl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convex
Source: https://github.com/featurectrl/website/tree/main/.claude/skills/convex
Command: npx skills add https://github.com/featurectrl/website --skill convex-featurectrl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Routes Convex-related user requests to the most specific Convex skill, reducing ambiguity and speeding task delegation.

Core Features & Use Cases

  • Routing to specific Convex skills: convex-quickstart, convex-setup-auth, convex-create-component, convex-migration-helper, convex-performance-audit.
  • Guidance and install prompts: suggests installing official Convex guidelines with npx convex ai-files install, and fallback to convex_rules.txt.
  • Decision support: helps users decide when to switch to a more specific skill or when this skill is not the best fit.

Quick Start

Install the official Convex AI files to initialize guidance by running npx convex ai-files install.

Frequently Asked Questions about convex

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

FAQPage Schema
How do I route Convex development tasks to the correct workflow?

Route Convex development tasks by matching user requests to the most specific Convex skill available. It analyzes queries about setup, authentication, or components to direct you to the appropriate specialized skill.

What is the best way to set up Convex AI files for task guidance?

Set up Convex AI files by running npx convex ai-files install. This initializes official guidelines to provide accurate routing and fallback support for your development workflows.

When do I need a specialized Convex skill instead of a general workflow?

You need a specialized Convex skill when handling specific operations like authentication, migrations, or performance audits. The router evaluates your request and delegates to the matching targeted skill.

Does this routing approach support Convex performance audits and migrations?

Yes, this routing approach supports Convex performance audits and migrations. It identifies these specific requests and delegates them directly to the convex-performance-audit or convex-migration-helper skills.

What happens if there is no specific Convex skill for my request?

If no specific Convex skill matches your request, the system uses convex_rules.txt as a fallback. This ensures you still receive baseline guidance for building Convex apps.

Can I use this to get installation guidance for building Convex apps?

Yes, you can use this to get installation guidance for building Convex apps. It offers prompts to install official AI files and helps decide if a more specific skill is required.