C

convex-create-component

Par :get-convex·#157 tendance

Install the convex-create-component skill for your AI agent. Published by get-convex/agent-skills.

32.7Kinstallations hebdomadaires
24étoiles
Vu pour la première foisToday

Installation

Envoyez cette commande à votre agent IA :

npx skills add https://github.com/get-convex/agent-skills --skill convex-create-component

Documentation

Design and build isolated, reusable Convex backend components with clear boundaries and app-facing wrappers.

  • Supports three component shapes: local (single-app), packaged (npm), and hybrid (both), with a decision tree to choose the right fit
  • Enforces architectural boundaries: components own their tables and functions, while the app handles authentication, environment access, and client-facing wrappers
  • Provides a complete workflow from planning (tables, public API, data flow) through implementation, wiring with app.use(...), and validation via npx convex dev
  • Includes patterns for authentication handoff, ID passing across boundaries, function handles for callbacks, and class-based client wrappers for published components