convex

Routes general Convex requests to the appropriate project-specific Convex skill.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When working with Convex in this repository, it is not always obvious which specialized skill applies to a given task, and projects may lack up-to-date Convex AI guidance. This Skill resolves underspecified Convex requests by installing official AI guidance and directing work to the correct specialized skill. ## Core Features & Use Cases - AI Guidance Installation: Runs npx convex ai-files install to install or refresh the managed Convex AI files, with a fallback to the hosted convex_rules.txt file. - 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: A user asks to add Convex to an existing app but does not know where to start. This Skill ensures the official Convex AI files are installed, then hands off to convex-quickstart for the actual setup work. ## Quick Start Ask the assistant to set up Convex guidance for this project and point you to the right Convex skill for 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 in your project. This is the recommended approach over manually copying rules, though convex_rules.txt is available as a fallback.

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 the routing skill when you have already named a specific Convex workflow or when another Convex skill obviously fits your request better. Go directly to the specialized skill instead.

What if npx convex ai-files install is not available?▼

Use the fallback rules file hosted at convex.link/convex_rules.txt. However, the install command is preferred because it keeps the managed AI files current with the official Convex documentation.