convex
๐ฏSkillfrom waynesutton/convexskills
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)
Installation
npx vibeindex add waynesutton/convexskills --skill convexnpx skills add waynesutton/convexskills --skill convex~/.claude/skills/convex/SKILL.mdSKILL.md
More from this repository10
Provides best practices for building production-ready applications with Convex, covering real-time data sync, server functions, and schema design
Unofficial Convex development skills for AI coding agents, providing tools and workflows for building reactive backends with TypeScript on the Convex platform.
Unofficial Convex development skills for AI coding agents, providing tools and workflows for building reactive backends with TypeScript on the Convex platform.
Unofficial Convex development skills for AI coding agents, providing tools and workflows for building reactive backends with TypeScript on the Convex platform.
Unofficial Convex development skills for AI coding agents, providing tools and workflows for building reactive backends with TypeScript on the Convex platform.
Unofficial Convex development skills for AI coding agents, providing tools and workflows for building reactive backends with TypeScript on the Convex platform.
Unofficial Convex development skills for AI coding agents, providing tools and workflows for building reactive backends with TypeScript on the Convex platform.
Unofficial Convex development skills for AI coding agents, providing tools and workflows for building reactive backends with TypeScript on the Convex platform.
Unofficial Convex development skills for AI coding agents, providing tools and workflows for building reactive backends with TypeScript on the Convex platform.
Performs security audits on Convex applications, identifying vulnerabilities in server functions, data access patterns, and authentication flows