AI AGENT ADDONS

Components Guide

get-convex/agent-skills
Backend & APIs
552installs

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.

Add Components Guide skill to your workflow

Global

mkdir -p ~/.claude/skills/components-guide

Project

mkdir -p .claude/skills/components-guide

Source Repository

Stars
35
Forks
7
Watchers
35
Last Push
29 days ago
Created
5 months ago