Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
138 commits
Select commit Hold shift + click to select a range
462e24d
Add existing agent skills
tendau Feb 4, 2026
cdf5094
move skills to sub folders
tendau Feb 4, 2026
2ca9238
move and refactor
tendau Feb 4, 2026
dc8e98f
Merge pull request #1 from tendau/feature/foundry-skills
tendau Feb 4, 2026
e9e1a4e
Add RBAC management skills and enhance skill descriptions for Microso…
pradeepkintali Feb 4, 2026
1ea644c
add create project skill
tendau Feb 4, 2026
6ecf5c3
Merge pull request #2 from tendau/feature/rbac
pradeepkintali Feb 4, 2026
3c5dd97
add prereq checking
tendau Feb 6, 2026
5202c1c
Adding model deployment simple
banibrata-de Feb 6, 2026
3a2e103
Merge pull request #4 from tendau/banide/models
banibrata-de Feb 6, 2026
7de2986
sensei: improve foundry-create-project frontmatter
tendau Feb 6, 2026
4369a23
Merge remote-tracking branch 'origin/main' into Feature/add-project-c…
tendau Feb 6, 2026
bdf1fc8
Merge pull request #3 from tendau/feature/add-project-create-skill
tendau Feb 6, 2026
bd372bd
Add Microsoft Foundry quota management skill with official Azure docu…
valeriepham04 Feb 6, 2026
0aa68ef
Merge main into quota-management branch
valeriepham04 Feb 6, 2026
a8d7120
Merge pull request #5 from tendau/quota-management
vmpham1012 Feb 7, 2026
345d74e
Deployments
banibrata-de Feb 9, 2026
b214995
remove agent related skills
tendau Feb 9, 2026
fca158d
Deployments
banibrata-de Feb 9, 2026
aedb2c2
Fix quota skill to use correct Azure CLI commands and REST API
valeriepham04 Feb 9, 2026
b4128f4
Merge remote-tracking branch 'origin/main' into quota-management
valeriepham04 Feb 9, 2026
5049080
Remove non-existent calculate-model-capacity CLI command
valeriepham04 Feb 9, 2026
db9ac0d
Deploy custom
banibrata-de Feb 9, 2026
a54d96c
Merge pull request #6 from tendau/banide/dep
banibrata-de Feb 9, 2026
a974209
Fix quota skill to show regional summary and remove incorrect commands
valeriepham04 Feb 10, 2026
1b8bf1a
Update unit tests to match new quota skill design
valeriepham04 Feb 10, 2026
f91f02e
Merge pull request #7 from tendau/quota-management
vmpham1012 Feb 10, 2026
70d1ef4
adding tests
Feb 10, 2026
0bf5eb9
remove powershell specifc
Feb 10, 2026
67ee72a
adding tests
Feb 10, 2026
e1d0cd2
Add microsoft-foundry:resource/create sub-skill for creating AI Servi…
valeriepham04 Feb 10, 2026
f476e3a
Merge branch 'main' into main
tendau Feb 10, 2026
05a6584
Add microsoft-foundry:resource/create sub-skill with comprehensive wo…
valeriepham04 Feb 10, 2026
abfcd2a
Reach High compliance for microsoft-foundry:resource/create skill
valeriepham04 Feb 10, 2026
100a049
Optimize microsoft-foundry:resource/create skill to meet token limits
valeriepham04 Feb 11, 2026
e0107ad
add agent framework agent to foundry skill
swatDong Feb 11, 2026
6666cfb
adjust per authoring skill
swatDong Feb 11, 2026
a053417
Update plugin/skills/microsoft-foundry/models/deploy-model/capacity/s…
tendau Feb 11, 2026
7108db6
remove .sln file
Feb 11, 2026
72ce452
Merge branch 'main' of https://github.com/tendau/GitHub-Copilot-for-A…
Feb 11, 2026
efacf33
Fix linting issues and update tests for references pattern
valeriepham04 Feb 11, 2026
ef1ddc6
Fix escaped apostrophe and revert .gitignore change
valeriepham04 Feb 11, 2026
bcb585a
Fix remaining quote style errors in triggers.test.ts
valeriepham04 Feb 11, 2026
64b5325
Fix explicit any types in integration.test.ts error handlers
valeriepham04 Feb 11, 2026
0e72dcd
Fix quote style errors in microsoft-foundry-quota triggers.test.ts
valeriepham04 Feb 11, 2026
6eb9f73
Merge pull request #8 from tendau/create-foundry-resource
vmpham1012 Feb 11, 2026
0f61d50
add tests
swatDong Feb 12, 2026
fdb3920
eslint fix
swatDong Feb 12, 2026
1219f7c
Merge pull request #9 from swatDong/qidon/agentcodegen
pradeepkintali Feb 12, 2026
b872fee
remove old skills and add mcp
Feb 12, 2026
691d796
remove duplicate files
Feb 12, 2026
3caa1b9
fix: replace hardcoded model lists with dynamic queries and add cross…
banibrata-de Feb 12, 2026
138ee47
Merge pull request #11 from tendau/fix/deploy-model-dynamic-models-cr…
banibrata-de Feb 12, 2026
4d339dc
feat: add quota validation before SKU selection in deploy-model skills
banibrata-de Feb 12, 2026
f30bd9a
Merge pull request #12 from tendau/fix/deploy-model-dynamic-models-cr…
banibrata-de Feb 12, 2026
b863eec
Merge pull request #10 from tendau/remove-old-skills-and-add-mcp
tendau Feb 12, 2026
fecb22c
fix: resolve 377 ESLint errors in deploy test files
Feb 12, 2026
c5372d1
fix: sync with upstream and resolve TS2305 errors
Feb 12, 2026
543549e
refactor: move quota tests into microsoft-foundry/integration.test.ts
Feb 12, 2026
b9eefae
rollback changes
Feb 12, 2026
cf97af7
move integration test
Feb 12, 2026
286cf99
Add existing agent skills
tendau Feb 4, 2026
30dfe79
move skills to sub folders
tendau Feb 4, 2026
767ef08
move and refactor
tendau Feb 4, 2026
73f7363
Add RBAC management skills and enhance skill descriptions for Microso…
pradeepkintali Feb 4, 2026
04f1a7e
Add Microsoft Foundry quota management skill with official Azure docu…
valeriepham04 Feb 6, 2026
543b16f
add create project skill
tendau Feb 4, 2026
1b7d8b7
add prereq checking
tendau Feb 6, 2026
c6bbdc7
sensei: improve foundry-create-project frontmatter
tendau Feb 6, 2026
297a37f
Adding model deployment simple
banibrata-de Feb 6, 2026
af10dcf
remove agent related skills
tendau Feb 9, 2026
edd33be
Deployments
banibrata-de Feb 9, 2026
891ebf2
Deployments
banibrata-de Feb 9, 2026
8228b32
Deploy custom
banibrata-de Feb 9, 2026
4d29553
Fix quota skill to use correct Azure CLI commands and REST API
valeriepham04 Feb 9, 2026
0d27254
Remove non-existent calculate-model-capacity CLI command
valeriepham04 Feb 9, 2026
48e51fb
Fix quota skill to show regional summary and remove incorrect commands
valeriepham04 Feb 10, 2026
56691aa
Update unit tests to match new quota skill design
valeriepham04 Feb 10, 2026
7196eb5
adding tests
Feb 10, 2026
4eed4dc
remove powershell specifc
Feb 10, 2026
4774d9c
adding tests
Feb 10, 2026
9b5ef96
remove .sln file
Feb 11, 2026
1eb38b9
Update plugin/skills/microsoft-foundry/models/deploy-model/capacity/s…
tendau Feb 11, 2026
d661fbe
Add microsoft-foundry:resource/create sub-skill for creating AI Servi…
valeriepham04 Feb 10, 2026
16a3b61
Add microsoft-foundry:resource/create sub-skill with comprehensive wo…
valeriepham04 Feb 10, 2026
7de438b
Reach High compliance for microsoft-foundry:resource/create skill
valeriepham04 Feb 10, 2026
6c0d3b6
Optimize microsoft-foundry:resource/create skill to meet token limits
valeriepham04 Feb 11, 2026
0ba8271
Fix linting issues and update tests for references pattern
valeriepham04 Feb 11, 2026
bf54fb5
Fix escaped apostrophe and revert .gitignore change
valeriepham04 Feb 11, 2026
4736b68
Fix remaining quote style errors in triggers.test.ts
valeriepham04 Feb 11, 2026
7b94cf8
Fix explicit any types in integration.test.ts error handlers
valeriepham04 Feb 11, 2026
2ea5495
Fix quote style errors in microsoft-foundry-quota triggers.test.ts
valeriepham04 Feb 11, 2026
0baec26
add agent framework agent to foundry skill
swatDong Feb 11, 2026
2c1a804
adjust per authoring skill
swatDong Feb 11, 2026
68641ce
add tests
swatDong Feb 12, 2026
1a54fa4
eslint fix
swatDong Feb 12, 2026
5386294
fix: replace hardcoded model lists with dynamic queries and add cross…
banibrata-de Feb 12, 2026
aff08f1
feat: add quota validation before SKU selection in deploy-model skills
banibrata-de Feb 12, 2026
f2c5f18
remove old skills and add mcp
Feb 12, 2026
8c1b729
remove duplicate files
Feb 12, 2026
be79340
fix: resolve 377 ESLint errors in deploy test files
Feb 12, 2026
5c800f6
fix: sync with upstream and resolve TS2305 errors
Feb 12, 2026
9a53236
refactor: move quota tests into microsoft-foundry/integration.test.ts
Feb 12, 2026
b3a6486
rollback changes
Feb 12, 2026
d431537
move integration test
Feb 12, 2026
e619a25
Merge branch 'rebase' of https://github.com/tendau/GitHub-Copilot-for…
Feb 12, 2026
2fc3d42
refactor: restructure quota skill to meet token limits
valeriepham04 Feb 12, 2026
b5df7f1
fix package.json
Feb 12, 2026
03f90f9
Merge pull request #13 from tendau/rebase
tendau Feb 12, 2026
7eed6c2
Merge branch 'main' into main
tendau Feb 12, 2026
b77f2e2
Merge pull request #14 from tendau/fix-token-limit
vmpham1012 Feb 12, 2026
5ff594c
consolodate skill
Feb 12, 2026
ae2186e
refactor: condense deploy-model skills to meet token budget
banibrata-de Feb 12, 2026
8ad818a
Add reference load hints and replace duplicated quota guidance with q…
banibrata-de Feb 12, 2026
3beed65
Merge pull request #16 from tendau/fix/deploy-model-dynamic-models-cr…
banibrata-de Feb 12, 2026
b262629
fix reverted chagnes
Feb 13, 2026
4d167df
return files
Feb 13, 2026
113d39c
revert
Feb 13, 2026
739bac8
Merge pull request #15 from tendau/feature/fix-create-foundry-token-l…
tendau Feb 13, 2026
c2b3af2
revert non-foundry test files to upstream state
Feb 13, 2026
bb489df
revert .gitignore
Feb 13, 2026
9d751db
chore: condense foundry skill files for token budget compliance
spboyer Feb 13, 2026
c0ab0a3
fix: restore Tips/Best Practices and Troubleshooting sections in cust…
spboyer Feb 13, 2026
416dbcb
refactor: move language/python.md to references/sdk/foundry-sdk-py.md
spboyer Feb 13, 2026
b46bedb
Merge pull request #21 from microsoft/condense-foundry-tokens-v3
tendau Feb 13, 2026
fa1ddde
refactor: restructure quota skill to meet token limits
valeriepham04 Feb 17, 2026
d439415
Merge pull request #26 from tendau/fix-integration-tests
vmpham1012 Feb 17, 2026
65190fa
other issues
banibrata-de Feb 17, 2026
3790397
fix: add pre-flight checklist and deconflict skill routing
Feb 17, 2026
6c673c8
refactor: restructure quota skill to meet token limits
valeriepham04 Feb 17, 2026
103576d
other issues
banibrata-de Feb 17, 2026
a87c8ba
fix: add pre-flight checklist and deconflict skill routing
Feb 17, 2026
34483ff
fix: update test snapshots and assertions to match restructured skill…
banibrata-de Feb 18, 2026
4507276
fix: update test assertions and snapshots for restructured skills
banibrata-de Feb 18, 2026
b897d01
fix: update deployment trigger tests for restructured skill descriptions
banibrata-de Feb 18, 2026
72009bb
Merge upstream/main into fork
banibrata-de Feb 18, 2026
8e6b809
Merge feature branch fix/deploy-model-dynamic-models-cross-region-quota
banibrata-de Feb 18, 2026
b98c7dd
Adding the first version of agents skill
mukeshagmsft Feb 19, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 7 additions & 14 deletions plugin/skills/azure-ai/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: azure-ai
description: "Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector/hybrid search, speech-to-text, text-to-speech, transcription, OCR. USE FOR: AI Search, query search, vector search, hybrid search, semantic search, speech-to-text, text-to-speech, transcribe, OCR, convert text to speech. DO NOT USE FOR: Function apps/Functions (use azure-functions), databases (azure-postgres/azure-kusto), general Azure resources."
description: |
Use for Azure AI: Search, Speech, Document Intelligence. Helps with search, vector/hybrid search, speech-to-text, text-to-speech, transcription, OCR.
USE FOR: AI Search, query search, vector search, hybrid search, semantic search, speech-to-text, text-to-speech, transcribe, OCR, convert text to speech.
DO NOT USE FOR: Function apps/Functions (use azure-functions), databases (azure-postgres/azure-kusto), resources, deploy model (use microsoft-foundry), model deployment (use microsoft-foundry), Foundry project (use microsoft-foundry), AI Foundry (use microsoft-foundry), quota management (use microsoft-foundry), create agent (use microsoft-foundry), RBAC for Foundry (use microsoft-foundry), GPT deployment (use microsoft-foundry).
---

# Azure AI Services
Expand All @@ -11,9 +14,10 @@ description: "Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. H
|---------|----------|-----------|-----|
| AI Search | Full-text, vector, hybrid search | `azure__search` | `az search` |
| Speech | Speech-to-text, text-to-speech | `azure__speech` | - |
| OpenAI | GPT models, embeddings, DALL-E | - | `az cognitiveservices` |
| Document Intelligence | Form extraction, OCR | - | - |

> ⚠️ **Note:** For Foundry (AI models, agents, deployments, quota) and OpenAI (GPT models, embeddings), use the **microsoft-foundry** skill instead.

## MCP Server (Preferred)

When Azure MCP is enabled:
Expand Down Expand Up @@ -47,21 +51,10 @@ When Azure MCP is enabled:
| Speaker diarization | Identify who spoke when |
| Custom models | Domain-specific vocabulary |

## SDK Quick References

For programmatic access to these services, see the condensed SDK guides:

- **AI Search**: [Python](references/sdk/azure-search-documents-py.md) | [TypeScript](references/sdk/azure-search-documents-ts.md) | [.NET](references/sdk/azure-search-documents-dotnet.md)
- **OpenAI**: [.NET](references/sdk/azure-ai-openai-dotnet.md)
- **Vision**: [Python](references/sdk/azure-ai-vision-imageanalysis-py.md) | [Java](references/sdk/azure-ai-vision-imageanalysis-java.md)
- **Transcription**: [Python](references/sdk/azure-ai-transcription-py.md)
- **Translation**: [Python](references/sdk/azure-ai-translation-text-py.md) | [TypeScript](references/sdk/azure-ai-translation-ts.md)
- **Document Intelligence**: [.NET](references/sdk/azure-ai-document-intelligence-dotnet.md) | [TypeScript](references/sdk/azure-ai-document-intelligence-ts.md)
- **Content Safety**: [Python](references/sdk/azure-ai-contentsafety-py.md) | [TypeScript](references/sdk/azure-ai-contentsafety-ts.md) | [Java](references/sdk/azure-ai-contentsafety-java.md)

## Service Details

For deep documentation on specific services:

- AI Search indexing and queries -> [Azure AI Search documentation](https://learn.microsoft.com/azure/search/search-what-is-azure-search)
- Speech transcription patterns -> [Azure AI Speech documentation](https://learn.microsoft.com/azure/ai-services/speech-service/overview)
- Foundry agents, models, and deployments -> Use the **microsoft-foundry** skill
Loading
Loading