·convex-backend
>_

convex-backend

cloudai-x/claude-workflow-v2

Convex バックエンド開発ガイドライン。 Convex プロジェクトで Convex 関数、スキーマ、クエリ、ミューテーション、アクション、またはバックエンド コードを作成するときに使用します。 Convex データベース操作、リアルタイム サブスクリプション、ファイル ストレージ、またはサーバーレス機能を含むタスクをトリガーします。

57インストール·2トレンド·@cloudai-x

インストール

$npx skills add https://github.com/cloudai-x/claude-workflow-v2 --skill convex-backend

SKILL.md

Comprehensive guide for building Convex backends with TypeScript. Covers function syntax, validators, schemas, queries, mutations, actions, scheduling, and file storage.

| Function Syntax | CRITICAL | New function syntax with args/returns/handler | | Validators | CRITICAL | Type-safe argument and return validation | | Schema Design | HIGH | Table definitions, indexes, system fields | | Query Patterns | HIGH | Efficient data fetching with indexes | | Mutation Patterns | MEDIUM | Database writes, patch vs replace |

| Action Patterns | MEDIUM | External API calls, Node.js runtime | | Scheduling | MEDIUM | Crons and delayed function execution | | File Storage | LOW | Blob storage and metadata |

Convex バックエンド開発ガイドライン。 Convex プロジェクトで Convex 関数、スキーマ、クエリ、ミューテーション、アクション、またはバックエンド コードを作成するときに使用します。 Convex データベース操作、リアルタイム サブスクリプション、ファイル ストレージ、またはサーバーレス機能を含むタスクをトリガーします。 ソース: cloudai-x/claude-workflow-v2。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/cloudai-x/claude-workflow-v2 --skill convex-backend
カテゴリ
>_生産性
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

convex-backend とは?

Convex バックエンド開発ガイドライン。 Convex プロジェクトで Convex 関数、スキーマ、クエリ、ミューテーション、アクション、またはバックエンド コードを作成するときに使用します。 Convex データベース操作、リアルタイム サブスクリプション、ファイル ストレージ、またはサーバーレス機能を含むタスクをトリガーします。 ソース: cloudai-x/claude-workflow-v2。

convex-backend のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/cloudai-x/claude-workflow-v2 --skill convex-backend インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/cloudai-x/claude-workflow-v2