·foundation-models-on-device
</>

foundation-models-on-device

オンデバイス LLM 用の Apple FoundationModels フレームワーク — テキスト生成、@Generable によるガイド付き生成、ツール呼び出し、iOS 26 以降のスナップショット ストリーミング。

353インストール·35トレンド·@affaan-m

インストール

$npx skills add https://github.com/affaan-m/everything-claude-code --skill foundation-models-on-device

foundation-models-on-device のインストール方法

コマンドラインで foundation-models-on-device AI スキルを開発環境にすばやくインストール

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

ソース: affaan-m/everything-claude-code。

Patterns for integrating Apple's on-device language model into apps using the FoundationModels framework. Covers text generation, structured output with @Generable, custom tool calling, and snapshot streaming — all running on-device for privacy and offline support.

Stream structured responses for real-time UI with PartiallyGenerated types:

| On-device execution | Privacy — no data leaves the device; works offline | | 4,096 token limit | On-device model constraint; chunk large data across sessions | | Snapshot streaming (not deltas) | Structured output friendly; each snapshot is a complete partial state |

オンデバイス LLM 用の Apple FoundationModels フレームワーク — テキスト生成、@Generable によるガイド付き生成、ツール呼び出し、iOS 26 以降のスナップショット ストリーミング。 ソース: affaan-m/everything-claude-code。

引用可能な情報

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

インストールコマンド
npx skills add https://github.com/affaan-m/everything-claude-code --skill foundation-models-on-device
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-25
更新日
2026-03-10

Browse more skills from affaan-m/everything-claude-code

クイックアンサー

foundation-models-on-device とは?

オンデバイス LLM 用の Apple FoundationModels フレームワーク — テキスト生成、@Generable によるガイド付き生成、ツール呼び出し、iOS 26 以降のスナップショット ストリーミング。 ソース: affaan-m/everything-claude-code。

foundation-models-on-device のインストール方法は?

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

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

https://github.com/affaan-m/everything-claude-code