Convex
Official@get-convex · United States of America
The open-source reactive database for app developers.
Agent Skills by Convex
Showing 47 vetted skills indexed across 4 GitHub repositories.
convex-scale-optimization
Optimize read-heavy Convex apps with digest tables, one-shot fetches, and indexing.
convex-return-validators
Guide developers on applying return validators in Convex functions for runtime contracts.
workos-convex-debug
Diagnose WorkOS AuthKit integration issues in Convex apps.
workos-convex-auth
Configure WorkOS AuthKit with Convex for sign-in, sign-out, and admin checks.
convex-design-system
Standardize Convex UI design patterns with reusable primitives and Storybook references.
real-time-backend
Design reactive, type-safe backends with schema-first data modeling.
sec-check
Identify and mitigate security risks in Convex code reviews.
gitrules
Enforce safety checks and confirmations before destructive git operations.
workflow
Automate cross-file project workflows for PRDs, task tracking, changelog sync, and documentation updates.
dev
Consolidate Convex full-stack development best practices for features, functions, and maintenance.
react-effect-decision
Guide React developers to minimize direct useEffect usage with safer patterns.
help
Guide Convex development through a five-step reflection-first problem-solving workflow.
write
Enforce voice styles and structure rules for technical writing.
quieter
Desaturate colors and refine typography and spacing in web and UI designs.
agent-ready-interface
Provide canonical design context for Convex demo UI navigation and docs links.
optimize
Diagnose and fix web app performance issues using Core Web Vitals and optimization techniques.
adapt
Plan responsive layouts across mobile, tablet, and desktop breakpoints.
distill
Identify and remove non-essential design elements across information architecture, visuals, layout, interaction, content, and code.
delight
Implement accessible micro-interactions, copy, and visuals for web and mobile interfaces.
teach-impeccable
Gather project design context and persist it to .impeccable.md.
onboard
Design onboarding flows with preparation steps and checklists for web and mobile apps.
normalize
Audit and realign UI to match design system tokens and patterns.
audit
Audit frontend codebases for accessibility, performance, theming, and responsive-design gaps.
harden
Harden frontend interfaces against edge cases and runtime errors.
Frequently Asked Questions About Convex
FAQPage SchemaWhat specific tasks can developers perform using Convex?▼
Developers can build reactive, type-safe backends, manage schema-first data modeling, execute zero-downtime migrations, and implement runtime contract validation. It supports complex authentication setups and provides performance auditing for read-heavy operations and function budgets.
Who is the target persona for these database capabilities?▼
The primary target is full-stack web developers and backend engineers building reactive applications. It is designed for teams requiring rapid iteration on data schemas, secure user management, and high-performance state synchronization between the database and the client interface.
What are the prerequisites for deploying a Convex backend?▼
Deployment requires a configured project environment with defined schema files and authentication providers like Clerk or WorkOS. Developers must manage backend patterns through reusable components and ensure runtime validators are applied to server functions to maintain data integrity.