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

설치

AI 에이전트에 다음 명령을 보냅니다.

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