๐ŸŽฏ

convex

๐ŸŽฏSkill

from waynesutton/convexskills

VibeIndex|
What it does
|

An umbrella agent skill that indexes all Convex development patterns, routing developers to 12 specialized sub-skills covering functions, schemas, realtime subscriptions, file storage, AI agents, cron jobs, and security auditing.

Overview

Convex is an umbrella agent skill that serves as an index for all Convex development patterns. It routes developers to specific sub-skills covering core development, data and storage, advanced patterns, security, and best practices. Convex is a backend platform with a reactive database, and this skill provides structured guidance across 12 specialized sub-skills accessible via slash commands.

Key Features

  • Core Development Skills: Includes /convex-functions for writing queries, mutations, and actions; /convex-schema-validator for database schemas and validators; /convex-realtime for reactive subscriptions; and /convex-http-actions for webhooks and HTTP endpoints
  • Data and Storage Management: Provides /convex-file-storage for file uploads and serving, and /convex-migrations for schema evolution and data backfills
  • Advanced Patterns: Covers /convex-agents for building AI agents with tools, /convex-cron-jobs for scheduled background tasks, and /convex-component-authoring for reusable Convex packages
  • Security Auditing: Includes both /convex-security-check for quick security audit checklists and /convex-security-audit for deep security reviews

Who is this for?

  • Developers building applications with the Convex backend platform who need structured guidance on queries, mutations, actions, and database patterns
  • Teams implementing real-time reactive features, file storage, or scheduled tasks with Convex who want quick access to best practices
  • Developers building AI agents on Convex or authoring reusable components who need specialized guidance across the full Convex ecosystem
๐Ÿ“ฆ

Same repository

waynesutton/convexskills(15 items)

convex

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add waynesutton/convexskills --skill convex
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add waynesutton/convexskills --skill convex
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/convex/SKILL.md

SKILL.md

4,605Installs
271
-
Last UpdatedJan 23, 2026

More from this repository10

๐ŸŽฏ
convex best practices๐ŸŽฏSkill

Provides best practices for building production-ready applications with Convex, covering real-time data sync, server functions, and schema design

๐ŸŽฏ
convex functions๐ŸŽฏSkill

Unofficial Convex development skills for AI coding agents, providing tools and workflows for building reactive backends with TypeScript on the Convex platform.

๐ŸŽฏ
convex schema validator๐ŸŽฏSkill

Unofficial Convex development skills for AI coding agents, providing tools and workflows for building reactive backends with TypeScript on the Convex platform.

๐ŸŽฏ
convex realtime๐ŸŽฏSkill

Unofficial Convex development skills for AI coding agents, providing tools and workflows for building reactive backends with TypeScript on the Convex platform.

๐ŸŽฏ
convex cron jobs๐ŸŽฏSkill

Unofficial Convex development skills for AI coding agents, providing tools and workflows for building reactive backends with TypeScript on the Convex platform.

๐ŸŽฏ
convex http actions๐ŸŽฏSkill

Unofficial Convex development skills for AI coding agents, providing tools and workflows for building reactive backends with TypeScript on the Convex platform.

๐ŸŽฏ
convex file storage๐ŸŽฏSkill

Unofficial Convex development skills for AI coding agents, providing tools and workflows for building reactive backends with TypeScript on the Convex platform.

๐ŸŽฏ
convex security check๐ŸŽฏSkill

Unofficial Convex development skills for AI coding agents, providing tools and workflows for building reactive backends with TypeScript on the Convex platform.

๐ŸŽฏ
convex migrations๐ŸŽฏSkill

Unofficial Convex development skills for AI coding agents, providing tools and workflows for building reactive backends with TypeScript on the Convex platform.

๐ŸŽฏ
convex security audit๐ŸŽฏSkill

Performs security audits on Convex applications, identifying vulnerabilities in server functions, data access patterns, and authentication flows