·using-remote-functions
</>

using-remote-functions

タイプセーフなクライアント/サーバー通信のためのリモート関数を使用して SvelteKit コンポーネントを作成します。データの取得、フォームの送信、またはサーバー コマンドの実行が必要なコンポーネントを構築するときに使用します。リモート関数は、ページ レベルではなくコンポーネント レベルで機能します。

11インストール·1トレンド·@svelte-society

インストール

$npx skills add https://github.com/svelte-society/sveltesociety.dev --skill using-remote-functions

using-remote-functions のインストール方法

コマンドラインで using-remote-functions AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/svelte-society/sveltesociety.dev --skill using-remote-functions
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: svelte-society/sveltesociety.dev。

Remote Functions are a SvelteKit feature for type-safe client-server communication. They run on the server but can be called from any component.

Put as little as possible in +page.svelte, as much as possible in data.remote.ts.

Build final data structures server-side. Pages should be pure renderers that map types to components.

タイプセーフなクライアント/サーバー通信のためのリモート関数を使用して SvelteKit コンポーネントを作成します。データの取得、フォームの送信、またはサーバー コマンドの実行が必要なコンポーネントを構築するときに使用します。リモート関数は、ページ レベルではなくコンポーネント レベルで機能します。 ソース: svelte-society/sveltesociety.dev。

引用可能な情報

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

インストールコマンド
npx skills add https://github.com/svelte-society/sveltesociety.dev --skill using-remote-functions
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-25
更新日
2026-03-10

Browse more skills from svelte-society/sveltesociety.dev

クイックアンサー

using-remote-functions とは?

タイプセーフなクライアント/サーバー通信のためのリモート関数を使用して SvelteKit コンポーネントを作成します。データの取得、フォームの送信、またはサーバー コマンドの実行が必要なコンポーネントを構築するときに使用します。リモート関数は、ページ レベルではなくコンポーネント レベルで機能します。 ソース: svelte-society/sveltesociety.dev。

using-remote-functions のインストール方法は?

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

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

https://github.com/svelte-society/sveltesociety.dev