Restructure and expand Microsoft Foundry & Foundry Local skills#31
Open
leestott wants to merge 3 commits intoMicrosoftDocs:mainfrom
Open
Restructure and expand Microsoft Foundry & Foundry Local skills#31leestott wants to merge 3 commits intoMicrosoftDocs:mainfrom
leestott wants to merge 3 commits intoMicrosoftDocs:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Title: Restructure and expand Microsoft Foundry & Foundry Local skills
Description
This PR delivers a comprehensive overhaul of the Foundry-related agent skills, replacing the single azure-ai-foundry-local skill with two well-structured, deeply documented skill trees: microsoft-foundry and microsoft-foundry-local.
Changes
Renamed & Restructured: azure-ai-foundry-local → microsoft-foundry-local
Removed the old skills/azure-ai-foundry-local/SKILL.md (60 lines)
Added SKILL.md — a new top-level router skill with 7 focused sub-skills:
setup — Installation, model management, environment configuration
chat — Chat completions, structured output, streaming
rag — Retrieval-augmented generation patterns
agents — On-device agent development
whisper — Speech-to-text with Whisper models
custom-models — ONNX model import and serving
evaluation — Local model evaluation workflows
New: microsoft-foundry (cloud skill)
Added SKILL.md — a comprehensive top-level skill for end-to-end Foundry agent lifecycle management, with sub-skills for:
Agent lifecycle: create → deploy → invoke → observe → trace → troubleshoot
Eval datasets: Trace-to-dataset curation, versioning, trending, regression detection, lineage tracking
Model deployment: Preset (quick) and customized deployments with capacity discovery and region ranking scripts
Project & resource provisioning: Foundry project creation, AI Services resource setup
Quota management: Usage checks, capacity planning, PTU guidance, error resolution
RBAC: Role assignments, managed identity, service principal setup, auth best practices
Connections: Project connection management
Stats
85 files changed +11,311 lines added, -60 lines removed
New PowerShell and Bash scripts for capacity discovery and deployment URL generation
Testing
Skill routing and sub-skill references validated against the SKILL.md metadata and file paths.