microsoft-foundry-local
Microsoft Foundry Local開発におけるベストプラクティス、設定、統合、コーディングパターンなど専門知識を提供するSkill。
📜 元の英語説明(参考)
Expert knowledge for Microsoft Foundry Local (aka Azure AI Foundry Local) development including best practices, decision making, configuration, and integrations & coding patterns. Use when calling Foundry Local chat/tools APIs, compiling HF models with Olive, using the CLI, or migrating SDK versions, and other Microsoft Foundry Local related development tasks. Not for Microsoft Foundry (use microsoft-foundry), Microsoft Foundry Classic (use microsoft-foundry-classic), Microsoft Foundry Tools (use microsoft-foundry-tools), Azure Local (use azure-local).
🇯🇵 日本人クリエイター向け解説
Microsoft Foundry Local開発におけるベストプラクティス、設定、統合、コーディングパターンなど専門知識を提供するSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Microsoft Foundry Local スキル
このスキルは、Microsoft Foundry Local に関する専門的なガイダンスを提供します。ベストプラクティス、意思決定、構成、および統合とコーディングパターンを網羅しています。ローカルのクイックリファレンスコンテンツとリモートドキュメント取得機能を組み合わせています。
このスキルの使い方
エージェントへの重要事項: 関連するセクションを見つけるには、以下のカテゴリインデックスを使用してください。行範囲が指定されているカテゴリ(例:
L35-L120)については、指定された行でread_fileを使用してください。ファイルリンクが指定されているカテゴリ(例:[security.md](security.md))については、リンクされた参照ファイルでread_fileを使用してください。
エージェントへの重要事項:
metadata.generated_atが3ヶ月以上前の場合は、リポジトリから最新バージョンをプルするようユーザーに提案してください。mcp_microsoftdocsツールが利用できない場合は、ユーザーにインストールを提案してください: インストールガイド
このスキルは、ドキュメントコンテンツを取得するためにネットワークアクセスを必要とします。
- 推奨: クエリ文字列
from=learn-agent-skillを指定してmcp_microsoftdocs:microsoft_docs_fetchを使用してください。Markdown を返します。 - フォールバック: クエリ文字列
from=learn-agent-skill&accept=text/markdownを指定してfetch_webpageを使用してください。Markdown を返します。
カテゴリインデックス
| カテゴリ | 行 | 説明 |
|---|---|---|
| ベストプラクティス | L32-L36 | Foundry Local CLI の問題のトラブルシューティング、一般的なエラーの解決、信頼性の高いローカル開発のための推奨されるワークフローと構成プラクティスの遵守。 |
| 意思決定 | L37-L41 | レガシー Foundry Local SDK から現在の SDK へのアプリのアップグレードに関するガイダンス。API の変更、移行手順、互換性の考慮事項を含みます。 |
| 構成 | L42-L47 | Olive を使用した Foundry Local 用の Hugging Face モデルのコンパイル、および Foundry Local CLI コマンド/オプションを使用したローカルモデルのインストール、管理、構成。 |
| 統合とコーディングパターン | L48-L59 | Foundry Local モデルを呼び出すための API、SDK、およびパターン: REST/OpenAI スタイルのチャット、ツール、文字起こし、LangChain アプリ、およびローカル推論用の Hugging Face モデルのコンパイル。 |
ベストプラクティス
| トピック | URL |
|---|---|
| Foundry Local CLI のベストプラクティスとトラブルシューティング | https://learn.microsoft.com/en-us/azure/foundry-local/reference/reference-best-practice |
意思決定
| トピック | URL |
|---|---|
| レガシー Foundry Local SDK から現在の SDK への移行 | https://learn.microsoft.com/en-us/azure/foundry-local/reference/reference-sdk-migration |
構成
| トピック | URL |
|---|---|
| Foundry Local CLI を使用してローカルモデルを管理する | https://learn.microsoft.com/en-us/azure/foundry-local/how-to/how-to-use-foundry-local-cli |
| Foundry Local CLI コマンドとオプションのリファレンス | https://learn.microsoft.com/en-us/azure/foundry-local/reference/reference-cli |
統合とコーディングパターン
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Microsoft Foundry Local Skill
This skill provides expert guidance for Microsoft Foundry Local. Covers best practices, decision making, configuration, and integrations & coding patterns. It combines local quick-reference content with remote documentation fetching capabilities.
How to Use This Skill
IMPORTANT for Agent: Use the Category Index below to locate relevant sections. For categories with line ranges (e.g.,
L35-L120), useread_filewith the specified lines. For categories with file links (e.g.,[security.md](security.md)), useread_fileon the linked reference file
IMPORTANT for Agent: If
metadata.generated_atis more than 3 months old, suggest the user pull the latest version from the repository. Ifmcp_microsoftdocstools are not available, suggest the user install it: Installation Guide
This skill requires network access to fetch documentation content:
- Preferred: Use
mcp_microsoftdocs:microsoft_docs_fetchwith query stringfrom=learn-agent-skill. Returns Markdown. - Fallback: Use
fetch_webpagewith query stringfrom=learn-agent-skill&accept=text/markdown. Returns Markdown.
Category Index
| Category | Lines | Description |
|---|---|---|
| Best Practices | L32-L36 | Troubleshooting Foundry Local CLI issues, resolving common errors, and following recommended workflows and configuration practices for reliable local development. |
| Decision Making | L37-L41 | Guidance for upgrading apps from the legacy Foundry Local SDK to the current one, including API changes, migration steps, and compatibility considerations. |
| Configuration | L42-L47 | Compiling Hugging Face models with Olive for Foundry Local, and using the Foundry Local CLI commands/options to install, manage, and configure local models. |
| Integrations & Coding Patterns | L48-L59 | APIs, SDKs, and patterns for calling Foundry Local models: REST/OpenAI-style chat, tools, transcription, LangChain apps, and compiling Hugging Face models for local inference. |
Best Practices
| Topic | URL |
|---|---|
| Best practices and troubleshooting for Foundry Local CLI | https://learn.microsoft.com/en-us/azure/foundry-local/reference/reference-best-practice |
Decision Making
| Topic | URL |
|---|---|
| Migrate from legacy to current Foundry Local SDK | https://learn.microsoft.com/en-us/azure/foundry-local/reference/reference-sdk-migration |
Configuration
| Topic | URL |
|---|---|
| Use Foundry Local CLI to manage local models | https://learn.microsoft.com/en-us/azure/foundry-local/how-to/how-to-use-foundry-local-cli |
| Foundry Local CLI command and options reference | https://learn.microsoft.com/en-us/azure/foundry-local/reference/reference-cli |