AI AGENT ADDONS

Convex Create Component

get-convex/agent-skills
Backend & APIs
87,105installs

You can build reusable parts for your Convex app with this skill. Each part gets its own tables and public API. This makes it easy to share backend logic across projects or with other developers.

Think of these parts like small independent modules. They have clear boundaries. You can drop them into any app that uses Convex. The skill guides you step by step from planning to wiring everything together.

This approach keeps your main app clean. Each component owns its data and functions. Developers can focus on what each part does without worrying about the rest of the app.

Add Convex Create Component skill to your workflow

Global

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

Project

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

Source Repository

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