convexskills
Production-ready Convex backend patterns, security checks, and migrations
All Skills in This Repository (10)
Pure Emerald Level Indicatorsconvex-agents
Build persistent AI agents with Convex components for stateful conversations.
convex-cron-jobs
Schedule recurring tasks for Convex applications using interval and cron patterns.
avoid-feature-creep
Define MVP scope and log scope decisions to prevent feature creep.
convex-security-audit
Audit Convex applications for authorization, data access, and rate limiting patterns.
convex-file-storage
Manage file uploads, storage, and URL-based serving in Convex apps.
convex-functions
Create and validate Convex queries, mutations, actions, and HTTP actions with argument validators.
convex-best-practices
Enforce Convex app patterns for function organization, validation, and TypeScript usage.
convex-component-authoring
Build self-contained Convex components with isolated data models and exports.
convex-migrations
Automate Convex schema migrations with batch processing and progress tracking.
convex-realtime
Coordinates subscriptions, caching, optimistic updates and pagination for Convex real-time apps in React.
Frequently Asked Questions
FAQPage SchemaHow to install convexskills?โผ
Run `npx skills add waynesutton/convexskills --all -g -y` in your terminal to install all skills globally.
What do these Convex skills cover?โผ
They cover functions, schemas, indexes, file storage, cron jobs, HTTP webhooks, realtime subscriptions, migrations, and security audits for Convex backends.
Do these skills work with Claude Code and Cursor?โผ
Yes. Every skill follows the standard SKILL.md format and works in Claude Code, Cursor, Codex, and OpenCode.
How do these skills prevent bad Convex code?โผ
They enforce argument validators, index-based queries, internal functions for sensitive logic, and align with the official Convex ESLint plugin rules.
Can I use these skills without deep Convex experience?โผ
Yes. Describe what you want in plain English and the agent applies the correct patterns, validators, and security checks automatically.
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