convex

Route Convex development tasks to dedicated sub-skills via a central index.

1|Updated Sep 11, 2023
One-click install
npx skills add https://github.com/vcntttt/dotfiles --skill convex-vcntttt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convex
Source: https://github.com/vcntttt/dotfiles/tree/main/.agents/skills/convex
Command: npx skills add https://github.com/vcntttt/dotfiles --skill convex-vcntttt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convex development often requires discovering and navigating a suite of related sub-skills. This Skill provides a centralized entry point and consistent discovery for Convex-related patterns, reducing lookup time and onboarding friction.

Core Features & Use Cases

  • Central index to organize Convex sub-skills (functions, realtime, agents, etc.) for quick access.
  • Clear routing to specific skills like convex-functions, convex-realtime, convex-agents, convex-schema-validator, convex-http-actions, and more.
  • Consistent guidance and best practices across Convex domains to accelerate team onboarding and project scoping.

Quick Start

Explore sub-skills via the paths listed in the Skill body, such as /convex-functions, /convex-realtime, /convex-agents, /convex-schema-validator, /convex-http-actions. Use /convex-best-practices first to establish patterns, then drop into the targeted sub-skill as needed.

Frequently Asked Questions about convex

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

FAQPage Schema
How do I find the right Convex backend development patterns for my project?

Convex backend development patterns are organized into a central index that routes you to dedicated sub-skills for specific tasks like realtime data, agents, and schema validation. This reduces lookup time and onboarding friction.

What is the best way to start organizing Convex functions and realtime features?

Start by reviewing the convex-best-practices sub-skill to establish patterns, then use the central hub to route to targeted sub-skills like convex-functions and convex-realtime for specific backend implementation tasks.

Can I use this central hub to route HTTP actions and schema validation in Convex?

Yes, the central hub routes directly to convex-http-actions and convex-schema-validator sub-skills, providing coherent guidance for these specific data-oriented backend tasks.

Does this Skill provide independent guidance for Convex agents and realtime data?

The Skill provides clearly defined, independent sub-skills for both Convex agents and realtime data. Each sub-skill has its own SKILL.md frontmatter-based metadata for consistent discovery.

Why should I use a central index instead of searching for individual Convex development patterns?

Using a central index provides consistent discovery for Convex-related patterns and reduces onboarding friction by offering a single entry point with routing to all relevant backend sub-skills.