convex

Index Convex development skills and route tasks to specialized commands.

Updated Dec 13, 2025
One-click install
npx skills add https://github.com/Posteriot/makalah-app --skill convex-posteriot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convex
Source: https://github.com/Posteriot/makalah-app/tree/main/.agents/skills/convex
Command: npx skills add https://github.com/Posteriot/makalah-app --skill convex-posteriot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a central guide that eliminates guesswork when choosing which Convex skill to ask for backend, storage, security, and agent patterns.

Core Features & Use Cases

  • Skill Indexing: Lists specific Convex capabilities such as functions, schema validation, realtime subscriptions, HTTP actions, file storage, migrations, agents, cron jobs, components, and security audits.
  • Targeted Routing: Points to each Convex skill command so requests always hit the module best suited for the task.
  • Use Case: When implementing a new Convex feature, consult this umbrella skill to select /convex-functions for logic, /convex-schema-validator for models, or /convex-realtime for subscriptions.

Quick Start

Ask for guidance via the most relevant /convex-* command and describe the backend feature you need to build.

Frequently Asked Questions about convex

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

FAQPage Schema
How do I organize Convex backend development tasks into a single routing index?

You can organize Convex backend development by using a central skill index that maps high-level tasks like functions, schema validation, and realtime subscriptions to specialized skill commands.

What is the best way to route a Convex feature request to the right development pattern?

Route Convex feature requests by consulting an umbrella skill that directs queries to focused modules like /convex-functions for logic or /convex-schema-validator for models.

How do I set up realtime subscriptions and cron jobs in my Convex backend?

Set up realtime subscriptions and cron jobs by routing your request through the Convex skill index to the appropriate specialized skill command for your specific backend pattern.

Can I find specific skills for Convex file storage, migrations, and security audits?

Yes, the Convex skill index lists specific capabilities including file storage, migrations, and security audits, pointing you to the exact skill command needed for each task.

Does this routing approach work for teams building agents and HTTP actions with Convex?

Yes, this routing approach applies to teams building Convex backends who need quick routing to functions, schema, realtime, agents, storage, or security patterns.

When should I use this skill routing index instead of searching official Convex documentation directly?

Use this skill routing index when you need a concise mapping between high-level backend tasks and specialized Convex skill commands, eliminating guesswork before consulting official documentation.