convex
The convex skill acts as a central routing index for Convex development patterns. It directs users to specialized skills for functions, schema validation, realtime subscriptions, file storage, migrations, agents, cron jobs, components, and security audits.
Is convex safe to install?
Review the source first: our audit of convex's source files found 12 shell commands, 1 external URL, no file writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill fetches data from an external URL and triggers various command-based sub-skills.
How we audit skills: our security review methodology.
Who is this skill for?
Developers building applications on the Convex platform.
What can you do with it?
- Accessing guidance for writing queries, mutations, and actions.
- Defining database schemas and validators.
- Building reactive subscriptions.
- Implementing webhooks and HTTP endpoints.
- Managing file storage and data migrations.
- Developing AI agents and scheduled background tasks.
- Performing security audits and reviewing best practices.
How good is this skill?
Quality score: 5/10. The skill provides a clear directory structure for Convex development, though it functions primarily as a router rather than a standalone tool.
What does the skill file contain?
# Convex Development Skills This is an index skill for Convex development. Use specific skills for detailed guidance: ## Core Development | Skill | Command | Use When | |-------|---------|----------| | Functions | `/convex-functions` | Writing queries, mutations, actions | | Schema | `/convex-schema-validator` | Defining database schemas and validators | | Realtime | `/convex-realtime` | Building reactive subscriptions | | HTTP Actions | `/convex-http-actions` | Webhooks and HTTP endpoints | ## Data & Storage | Skill | Command | Use When | |-------|---------|----------| | File Storage | `...
Frequently asked questions
What is the purpose of this skill?
It serves as an umbrella index to route developers to specific Convex development skills.
Does this skill perform actual coding tasks?
No, it routes the user to other specialized skills that handle specific tasks like schema validation or function writing.
Related skills
supabase-postgres-best-practices
264.3KDevelopers and database administrators working with Postgres and Supabase
This skill provides a structured set of Postgres performance optimization rules and best practices maintained by Supabase. It guides developers in writing, reviewing, and optimizing SQL queries, schema designs, and database configurations.
convex-quickstart
78.3KDevelopers and AI agents building applications with Convex who need to initialize projects or integrate Convex into existing codebases
This skill automates the setup and configuration of Convex in new or existing web applications. It handles project scaffolding, environment variable generation, provider wiring, and local deployment provisioning.
laravel-specialist
17.4KLaravel developers building backend systems, APIs, and reactive interfaces
A specialist agent for building and configuring Laravel 10+ applications, focusing on Eloquent ORM, API development, queue management, and testing.
insforge
17.3KDevelopers building applications with the InsForge platform who need to integrate client-side or server-side SDKs into their codebase
The insforge skill provides integration instructions for the @insforge/sdk to enable application features such as database CRUD, authentication, storage, edge functions, AI via OpenRouter, real-time events, email, and payment processing with Stripe or Razorpay.