function-creator とは?
適切な検証、認証、エラー処理を備えた Convex クエリ、ミューテーション、およびアクションを作成します。新しい API エンドポイントを実装するときに使用します。 ソース: get-convex/agent-skills。
適切な検証、認証、エラー処理を備えた Convex クエリ、ミューテーション、およびアクションを作成します。新しい API エンドポイントを実装するときに使用します。
コマンドラインで function-creator AI スキルを開発環境にすばやくインストール
ソース: get-convex/agent-skills。
Generate secure, type-safe Convex functions following all best practices.
Important: If your action needs Node.js-specific APIs (crypto, third-party SDKs, etc.), add "use node" at the top of the file. Files with "use node" can ONLY contain actions, not queries or mutations.
Note: If you only need basic fetch (no Node.js APIs), you can omit "use node". But for third-party SDKs, crypto, or other Node.js features, you must use it.
適切な検証、認証、エラー処理を備えた Convex クエリ、ミューテーション、およびアクションを作成します。新しい API エンドポイントを実装するときに使用します。 ソース: get-convex/agent-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/get-convex/agent-skills --skill function-creator適切な検証、認証、エラー処理を備えた Convex クエリ、ミューテーション、およびアクションを作成します。新しい API エンドポイントを実装するときに使用します。 ソース: get-convex/agent-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/get-convex/agent-skills --skill function-creator インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/get-convex/agent-skills