convex

Route Convex requests to the appropriate Convex AI workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It resolves ambiguity about which Convex AI workflow or setup path to follow for a given request, so you don’t waste time applying the wrong instructions in your Kotlin/Multiplatform app.

Core Features & Use Cases

  • Routes to the correct Convex skill: Chooses among setup, quickstart, auth, components, migrations, and performance audit flows based on what the user is trying to do.
  • Guides initial Convex AI guidance installation: Recommends installing or refreshing Convex managed AI files before starting work, or using the rules fallback.
  • Prevents misapplication of guidance: Instructs when to switch to a more specific Convex workflow if a clearer match exists.

Quick Start

Install or refresh the Convex managed AI files for this repo 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 database migration tasks to the correct AI workflow?

Convex database migration tasks are routed by evaluating the request and selecting the most specific matching workflow, directing you to the dedicated migrations flow to ensure proper schema guidance.

What is the best way to set up Convex authentication in a Kotlin Multiplatform app?

Setting up Convex authentication requires routing the request to the auth workflow, which provides the specific AI guidance needed to configure authentication setup within your repository.

How do I run a Convex performance audit using AI guidance?

Running a Convex performance audit involves routing the request to the performance analysis workflow, applying the correct AI guidance to evaluate and optimize your application operations.

Do I need to install managed AI files before using Convex setup workflows?

You need to install or refresh Convex managed AI files via `npx convex ai-files install` before starting work, or use the rules fallback file to ensure proper guidance.

When should I switch to a more specific Convex AI workflow?

You should switch to a more specific Convex AI workflow when your initial request is underspecified and a clearer match exists among setup, components, migrations, auth, or performance flows.

What does the Convex AI router do for underspecified repo tasks?

The Convex AI router resolves ambiguity by evaluating underspecified repo tasks and routing them to the appropriate Convex workflow, preventing the misapplication of setup or migration instructions.