convex-actions とは?
Convex アクション、トランザクション、スケジュールのベスト プラクティス。外部 API を呼び出すアクションを作成する場合、ctx.runQuery/ctx.runMutation を使用する場合、ctx.scheduler を使用して関数をスケジュールする場合、または Convex ランタイムと Node.js ランタイムを操作する場合 (「ノードを使用」) に使用します。 ソース: aaronvanston/skills-convex。
Convex アクション、トランザクション、スケジュールのベスト プラクティス。外部 API を呼び出すアクションを作成する場合、ctx.runQuery/ctx.runMutation を使用する場合、ctx.scheduler を使用して関数をスケジュールする場合、または Convex ランタイムと Node.js ランタイムを操作する場合 (「ノードを使用」) に使用します。
コマンドラインで convex-actions AI スキルを開発環境にすばやくインストール
ソース: aaronvanston/skills-convex。
| Type | Database Access | External APIs | Caching | Use Case |
| Query | Read-only | No | Yes, reactive | Fetching data | | Mutation | Read/Write | No | No | Modifying data | | Action | Via runQuery/runMutation | Yes | No | External integrations |
Add "use node"; at the top of files using Node.js APIs:
Convex アクション、トランザクション、スケジュールのベスト プラクティス。外部 API を呼び出すアクションを作成する場合、ctx.runQuery/ctx.runMutation を使用する場合、ctx.scheduler を使用して関数をスケジュールする場合、または Convex ランタイムと Node.js ランタイムを操作する場合 (「ノードを使用」) に使用します。 ソース: aaronvanston/skills-convex。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/aaronvanston/skills-convex --skill convex-actionsConvex アクション、トランザクション、スケジュールのベスト プラクティス。外部 API を呼び出すアクションを作成する場合、ctx.runQuery/ctx.runMutation を使用する場合、ctx.scheduler を使用して関数をスケジュールする場合、または Convex ランタイムと Node.js ランタイムを操作する場合 (「ノードを使用」) に使用します。 ソース: aaronvanston/skills-convex。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/aaronvanston/skills-convex --skill convex-actions インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/aaronvanston/skills-convex