Centralized hub for all Convex platform development tasks and patterns.

Install

mkdir -p .claude/skills/convex && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/9422" && unzip -o skill.zip -d .claude/skills/convex && rm skill.zip

Installs to .claude/skills/convex

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Umbrella skill for all Convex development patterns. Routes to specific skills like convex-functions, convex-realtime, convex-agents, etc.
137 charsno explicit “when” trigger
Beginner

Key capabilities

  • Route to specific development skills
  • Access schema validation patterns
  • Manage realtime subscriptions
  • Configure backend functions
  • Handle file storage operations

How it works

This skill acts as an index, routing requests to specialized sub-skills for schema, functions, realtime, and storage patterns.

Inputs & outputs

You give it
Development task category
You get back
Routing to specific Convex skill

When to use convex

  • Setting up Convex database schemas
  • Implementing realtime state updates
  • Managing backend functions

About this skill

Convex Development Skills

This is an index skill for Convex development. Use specific skills for detailed guidance:

Core Development

SkillCommandUse When
Functions/convex-functionsWriting queries, mutations, actions
Schema/convex-schema-validatorDefining database schemas and validators
Realtime/convex-realtimeBuilding reactive subscriptions
HTTP Actions/convex-http-actionsWebhooks and HTTP endpoints

Data & Storage

SkillCommandUse When
File Storage/convex-file-storageFile uploads, serving, storage
Migrations/convex-migrationsSchema evolution, data backfills

Advanced Patterns

SkillCommandUse When
Agents/convex-agentsBuilding AI agents with tools
Cron Jobs/convex-cron-jobsScheduled background tasks
Components/convex-component-authoringReusable Convex packages

Security

SkillCommandUse When
Security Check/convex-security-checkQuick security audit checklist
Security Audit/convex-security-auditDeep security review

Guidelines

SkillCommandUse When
Best Practices/convex-best-practicesGeneral patterns and guidelines

Quick Start

For most tasks:

  1. Start with /convex-best-practices for general patterns
  2. Use /convex-functions for writing backend logic
  3. Use /convex-schema-validator for data modeling
  4. Use specific skills as needed for your use case

Documentation

When not to use it

  • Directly executing database operations
  • Writing raw application code

Prerequisites

Convex development environment

Limitations

  • Does not perform direct development tasks

How it compares

It provides a centralized navigation interface for the entire Convex ecosystem instead of performing a single specific task.

Compared to similar skills

convex side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
convex (this skill)06moNo flagsBeginner
shopify-apps14moReviewIntermediate
ccxt-typescript16moReviewBeginner
relational-database-web-cloudbase12moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

shopify-apps

alinaqi

Shopify app development - Remix, Admin API, checkout extensions

19

ccxt-typescript

ccxt

CCXT cryptocurrency exchange library for TypeScript and JavaScript developers (Node.js and browser). Covers both REST API (standard) and WebSocket API (real-time). Helps install CCXT, connect to exchanges, fetch market data, place orders, stream live tickers/orderbooks, handle authentication, and manage errors. Use when working with crypto exchanges in TypeScript/JavaScript projects, trading bots, arbitrage systems, or portfolio management tools. Includes both REST and WebSocket examples.

15

relational-database-web-cloudbase

TencentCloudBase

Use when building frontend Web apps that talk to CloudBase Relational Database via @cloudbase/js-sdk – provides the canonical init pattern so you can then use Supabase-style queries from the browser.

12

alwib-backend

Tsuev

Develop and maintain the Alwib NestJS backend in `backend/`. Use when implementing or refactoring modules, controllers, services, DTO validation, Swagger docs, authentication/authorization flows, Prisma schema and migrations, and backend lint/test flows.

00

nanoclaw-backend-ts

binidx

Use when editing NanoClaw backend TypeScript under src. Covers Express routes, conversation flow, database persistence, runtime state, providers, scheduler, and agent execution.

00

resource

owlmeans

How to use @owlmeans/resource — generic resource abstraction (CRUD over a collection of records) used by mongo-resource, redis-resource, state, storage-resource, etc. Auto-invoked when importing from this package or implementing a custom resource type.

00

Search skills

Search the agent skills registry