Convex avatar

Convex

Official

@get-convex · United States of America

0Followers
|
191Public Repos
|
47Published Skills

The open-source reactive database for app developers.

Skills Distribution
DomainData Systems...Database Architect.. (40%)Backend Engineering (30%)Frontend Interface.. (30%)

Agent Skills by Convex

Showing 47 vetted skills indexed across 4 GitHub repositories.

get-convexget-convex
9

convex-scale-optimization

Optimize read-heavy Convex apps with digest tables, one-shot fetches, and indexing.

Official
Advanced
get-convexget-convex
9

convex-return-validators

Guide developers on applying return validators in Convex functions for runtime contracts.

Official
Intermediate
get-convexget-convex
9

workos-convex-debug

Diagnose WorkOS AuthKit integration issues in Convex apps.

Official
Advanced
get-convexget-convex
9

workos-convex-auth

Configure WorkOS AuthKit with Convex for sign-in, sign-out, and admin checks.

Official
Advanced
get-convexget-convex
9

convex-design-system

Standardize Convex UI design patterns with reusable primitives and Storybook references.

Official
Basic
get-convexget-convex
9

real-time-backend

Design reactive, type-safe backends with schema-first data modeling.

Official
Advanced
get-convexget-convex
9

sec-check

Identify and mitigate security risks in Convex code reviews.

Official
Advanced
get-convexget-convex
9

gitrules

Enforce safety checks and confirmations before destructive git operations.

Official
Intermediate
get-convexget-convex
9

workflow

Automate cross-file project workflows for PRDs, task tracking, changelog sync, and documentation updates.

Official
Intermediate
get-convexget-convex
9

dev

Consolidate Convex full-stack development best practices for features, functions, and maintenance.

Official
Advanced
get-convexget-convex
9

react-effect-decision

Guide React developers to minimize direct useEffect usage with safer patterns.

Official
Advanced
get-convexget-convex
9

help

Guide Convex development through a five-step reflection-first problem-solving workflow.

Official
Advanced
get-convexget-convex
9

write

Enforce voice styles and structure rules for technical writing.

Official
Advanced
get-convexget-convex
9

quieter

Desaturate colors and refine typography and spacing in web and UI designs.

Official
Advanced
get-convexget-convex
9

agent-ready-interface

Provide canonical design context for Convex demo UI navigation and docs links.

Official
Basic
get-convexget-convex
9

optimize

Diagnose and fix web app performance issues using Core Web Vitals and optimization techniques.

Official
Advanced
get-convexget-convex
9

adapt

Plan responsive layouts across mobile, tablet, and desktop breakpoints.

Official
Advanced
get-convexget-convex
9

distill

Identify and remove non-essential design elements across information architecture, visuals, layout, interaction, content, and code.

Official
Advanced
get-convexget-convex
9

delight

Implement accessible micro-interactions, copy, and visuals for web and mobile interfaces.

Official
Advanced
get-convexget-convex
9

teach-impeccable

Gather project design context and persist it to .impeccable.md.

Official
Intermediate
get-convexget-convex
9

onboard

Design onboarding flows with preparation steps and checklists for web and mobile apps.

Official
Intermediate
get-convexget-convex
9

normalize

Audit and realign UI to match design system tokens and patterns.

Official
Advanced
get-convexget-convex
9

audit

Audit frontend codebases for accessibility, performance, theming, and responsive-design gaps.

Official
Advanced
get-convexget-convex
9

harden

Harden frontend interfaces against edge cases and runtime errors.

Official
Advanced

Frequently Asked Questions About Convex

FAQPage Schema
What 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.