🎯

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

5,439Installs
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 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 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 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