AI AGENT ADDONS

Convex Component Authoring

waynesutton/convexskills
Backend & APIs
1,048installs

Convex components are small, self-contained packages you can build and share across projects. They include database tables, server functions, and TypeScript types. Everything stays isolated so one component does not interfere with another. This makes your code reusable and easy to maintain.

You can create components with their own schema, queries, mutations, and actions. Then you publish them as npm packages for others to use. This skill shows you how to structure, define, and export a Convex component step by step.

Add Convex Component Authoring skill to your workflow

Global

mkdir -p ~/.claude/skills/convex-component-authoring

Project

mkdir -p .claude/skills/convex-component-authoring

Source Repository

Stars
401
Forks
31
Watchers
401
License
Apache-2.0
Last Push
6 months ago
Created
7 months ago