C

convex-create-component

Автор:get-convex·#157 в тренде

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

32.7Kеженедельные установки
24звезды
Впервые увиделToday

Установка

Отправьте эту команду своему ИИ-агенту:

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

Документация

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

Ссылки

GitHub

Аудит безопасности