convex

Route general Convex requests to the matching Convex guidance workflow.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/MichaelFrieze/riffatlas --skill convex-michaelfrieze
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: convex
Source: https://github.com/MichaelFrieze/riffatlas/tree/main/.agents/skills/convex
Command: npx skills add https://github.com/MichaelFrieze/riffatlas --skill convex-michaelfrieze

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents wasted effort by routing ambiguous or generic requests about Convex toward the most appropriate, up-to-date Convex guidance for this repo.

Core Features & Use Cases

  • Convex AI guidance setup: Installs or refreshes the official Convex AI files to ensure correct, current workflows.
  • Task-based skill routing: Selects the best-matching Convex sub-skill for common scenarios like auth setup, migrations, performance investigation, or adding Convex to a project.
  • Avoids incorrect guidance: Directs the user to switch to a more specific Convex skill when a clearer workflow exists.

Quick Start

Ask the assistant to route your Convex request and include whether you need auth, a new Convex integration, a migration plan, component creation, or a performance audit.

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 for a new project?▼

Convex project setup is handled by routing your request to the correct guidance workflow, which recommends running npx convex ai-files install to fetch current configuration files. This ensures proper initialization before building features.

What is the best way to configure authentication in Convex?▼

Configuring authentication in Convex is handled by routing your request to a specialized auth setup workflow. This ensures you follow the correct, up-to-date configuration steps rather than implementing generic or outdated auth patterns.

How do I plan database migrations in Convex?▼

Convex migration planning is managed by directing your request to a dedicated migration workflow. This routes you to the correct guidance for safely transitioning your schema and data without manual research.

Can I use this to investigate Convex performance issues?▼

Yes, Convex performance investigation is supported by routing your request to a specialized performance audit workflow. This directs you to the correct guidance for identifying and resolving bottlenecks in your implementation.

Do I need to install Convex AI files to use this routing guidance?▼

You need Convex AI files installed to ensure correct, current workflows. The routing process recommends running npx convex ai-files install or refreshing your files to access the most specific matching sub-skill.

When should I switch to a more specific Convex skill?▼

You should switch to a more specific Convex skill when a clearer workflow exists for your task. The routing process automatically directs you to the appropriate sub-skill for scenarios like auth setup or component creation.