convex

Route user requests to the most specific Convex skill.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Convex routing skill guides users to the most specific Convex workflow when intent is about Convex work, preventing fragmentation across multiple specialized skills.

Core Features & Use Cases

  • Routes queries to the most specific Convex skill (convex-quickstart, convex-setup-auth, convex-create-component, convex-migration-helper, convex-performance-audit) based on user intent.
  • Encourages installation of Convex AI guidance if the project lacks up-to-date guidance and references.
  • Acts as a fallback when no explicit task matches a named skill, ensuring consistent guidance.

Quick Start

Route the user to the most specific Convex skill or prompt to install Convex AI guidance if needed.

Frequently Asked Questions about convex

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

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

Routing Convex tasks involves directing user requests to the most specific Convex skill based on intent, covering new projects, authentication, components, migrations, or performance audits.

What is the best way to manage multiple Convex skills for different tasks?

Managing multiple Convex skills uses a routing skill to prevent fragmentation, ensuring user queries about authentication, components, or migrations reach the correct specialized workflow automatically.

Do I need to install Convex AI guidance before starting a new project?

You need to install Convex AI guidance if your project lacks up-to-date references, ensuring your new Convex project setup follows the most accurate workflow.

Can I use Convex routing for performance audits and database migrations?

You can use Convex routing for performance audits and database migrations by matching user intent to specialized skills like convex-performance-audit or convex-migration-helper for precise task execution.

What happens when a Convex request does not match a specific skill?

When a Convex request does not match a specific named skill, the routing skill acts as a fallback to provide consistent guidance and prompts for Convex AI guidance installation if needed.