convex-agent-plugins
Build, secure, and deploy reactive Convex backends faster
All Skills in This Repository (7)
Pure Emerald Level Indicatorsconvex-helpers-guide
Implement Convex backend patterns with convex-helpers utilities for auth, validation, and relationships.
function-creator
Generate typed Convex server functions with validation, authentication, and error handling.
auth-setup
Set up secure authentication and user management for Convex applications.
migration-helper
Plan and execute Convex schema migrations with batch processing and verification steps.
convex-quickstart
Initialize a Convex backend with schema, authentication, and CRUD operations.
components-guide
Organizes backend features into reusable components with isolated schemas and APIs for Convex projects.
schema-builder
Automate design and validation of Convex schemas in schema.ts.
Frequently Asked Questions
FAQPage SchemaHow to install Convex Agent Plugins?โผ
Run `npx skills add get-convex/convex-agent-plugins --all -g -y` in your terminal to install all skills globally.
What does the Convex plugin do?โผ
It gives your coding assistant expert rules and skills for building Convex backends, covering schema design, functions, auth, and migrations.
Does it work with Cursor and Claude Code?โผ
Yes. The plugin officially supports Cursor and Claude Code, with rules, skills, and hooks that activate automatically in your project.
Can it help migrate my Convex schema safely?โผ
Yes. The migration-helper skill plans zero-downtime migrations using backfills and dual-write patterns for existing data.
Do I need to know Convex to use this plugin?โผ
No. The quickstart skill walks you through setup step by step, and the built-in rules keep generated code secure and performant.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core