convex

Umbrella skill for all Convex development patterns. Routes to specific skills like convex-functions, convex-realtime, convex-agents, etc.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "convex" with this command: npx skills add waynesutton/convexskills/waynesutton-convexskills-convex

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Supabase Complete Documentation

Complete Supabase platform documentation. Use when working with Supabase - covers authentication (email, OAuth, magic links, phone, SSO), database (PostgreSQL, RLS, migrations), storage (file uploads, CDN), edge functions, realtime subscriptions, AI/embeddings, cron jobs, queues, and platform management. Includes framework integrations (Next.js, React, SvelteKit, etc.).

Registry SourceRecently Updated
74.9K
Profile unavailable
General

convex best practices

No summary provided by upstream source.

Repository SourceNeeds Review
General

convex functions

No summary provided by upstream source.

Repository SourceNeeds Review