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

リンク

GitHub

セキュリティ監査