convex

Route Convex backend goals to specialized sub-skills for implementation.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/not-ani/elevated-school-takehome --skill convex-not-ani
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: convex
Source: https://github.com/not-ani/elevated-school-takehome/tree/main/.agents/skills/convex
Command: npx skills add https://github.com/not-ani/elevated-school-takehome --skill convex-not-ani

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates Convex backend development guidance and provides a clear routing mechanism to specialized sub-skills (convex-functions, convex-schema-validator, convex-realtime, convex-agents, etc.), enabling teams to implement consistent patterns quickly.

Core Features & Use Cases

  • Unified navigation: Identify and switch to the correct convex sub-skill for a given backend task (functions, realtime, agents, schema, migrations).
  • Pattern guidance: Offer best practices and typical workflows for Convex-based data modeling, queries, and real-time interactions.
  • On-demand routing: Translate high-level requirements into concrete, codified sub-skills to accelerate prototyping and production work.

Quick Start

Describe your Convex backend requirement and let the system route you to the exact sub-skill needed for implementation.

Frequently Asked Questions about convex

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

FAQPage Schema
How do I structure a Convex backend for realtime subscriptions and data modeling?▼

Convex backend routing maps high-level data modeling and realtime subscription goals to specialized sub-skills, providing pattern guidance and tool recommendations to accelerate consistent implementation.

What is the best way to manage Convex functions, schema validation, and agent orchestration?▼

On-demand routing translates high-level requirements into codified sub-skills like convex-functions, convex-schema-validator, and convex-agents, enabling teams to quickly adopt consistent backend patterns.

How do I start building a backend task with Convex queries and realtime interactions?▼

Describe your Convex backend requirement to let the system route you to the exact sub-skill needed, offering best practices and typical workflows for realtime interactions.

Does this Convex routing approach support agent orchestration and schema migrations?▼

Yes, unified navigation identifies and switches to the correct convex sub-skill for backend tasks including agent orchestration, schema migrations, and realtime interactions.

When should I use specialized Convex sub-skills instead of general backend patterns?▼

Use specialized Convex sub-skills when precise routing for functions, realtime, agents, or schema validation is needed to ensure consistent pattern adoption across backend workflows.