Convex components are small, self-contained backends that bundle their own database and functions. They help you organize code by feature, not by file type. You can reuse them across projects.
Instead of one giant codebase, you split your backend into focused parts. Each component handles one job, like file storage or payments. This makes your code cleaner and easier to maintain.
You can also combine multiple components as sibling components to build complete features. For example, a subscribe flow can use auth, payments, emails, and analytics components together.
Global
mkdir -p ~/.claude/skills/components-guideProject
mkdir -p .claude/skills/components-guideSource Repository
Lark Openapi Explorerlarksuite/cli
Discover and call native Lark OpenAPIs not covered by existing CLI commands
Supabasesupabase/agent-skills
Add a database auth and APIs to your app with Supabase
Design An Interfacemattpocock/skills
Generate many different interface designs and pick the best one
Convex Quickstartget-convex/agent-skills
Rapidly set up a Convex backend for new or existing apps with one command
Convex Create Componentget-convex/agent-skills
Create reusable Convex components with isolated tables and clear APIs
Convexget-convex/agent-skills
Use this router to find the perfect Convex skill for your task
Firebase Remote Config Basicsfirebase/agent-skills
Change your app's behavior instantly without a new update
Notion Apiintellectronica/agent-skills
Automate your Notion workspace with simple API calls