convex

Routes Convex development requests to the appropriate specialized Convex workflow skill.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/Noisemaker111/unofficialmarathon --skill convex-noisemaker111
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: convex
Source: https://github.com/Noisemaker111/unofficialmarathon/tree/main/packages/backend/.crush/skills/convex
Command: npx skills add https://github.com/Noisemaker111/unofficialmarathon --skill convex-noisemaker111

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When working on a Convex app, it is not always obvious which Convex workflow or skill applies to your task. This Skill acts as a routing layer that ensures you start with up-to-date official Convex AI guidance and then directs you to the correct specialized Convex skill for your goal. ## Core Features & Use Cases - AI Guidance Setup: Installs or refreshes the official managed Convex AI files via npx convex ai-files install, with a fallback to the hosted convex_rules.txt. - Skill Routing: Directs requests to the right specialized skill, such as convex-quickstart for new projects, convex-setup-auth for authentication, convex-create-component for reusable components, convex-migration-helper for migrations, and convex-performance-audit for performance investigations. - Use Case: You say you are working on a Convex app but have not named a specific task. This Skill verifies the official Convex AI guidance is installed, then routes you to the matching specialized workflow once your goal is clear. ## Quick Start Ask the AI to use the convex skill to set up the official Convex AI guidance and figure out which Convex workflow fits your task.

Frequently Asked Questions about convex

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

FAQPage Schema
How do I set up Convex AI guidance in my project?▼

Run npx convex ai-files install to install or refresh the managed Convex AI files recommended by the official Convex AI docs. If that is unavailable, use the fallback rules file at convex.link/convex_rules.txt.

Which Convex skill should I use for my task?▼

Match the skill to your goal: convex-quickstart for new projects, convex-setup-auth for authentication, convex-create-component for reusable components, convex-migration-helper for migrations, and convex-performance-audit for performance issues.

When should I not use the convex routing skill?▼

Skip it when the request is clearly about setting up Convex, authentication, components, migrations, or performance, since a more specific Convex skill already matches. It is a router, not a task executor.

What if the Convex AI guidance in my project is outdated?▼

Re-run npx convex ai-files install to refresh the managed Convex AI files to the current version. This is preferred over manually copying rules from the fallback text file.