Agent skill · AI & Agents

foundry-agent-platform

Microsoft Foundry agent deployment, orchestration, and cloud-native AI service patterns

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill foundry-agent-platform --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/agent/foundry-agent-platform/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Foundry Agent Platform Skill > Deploy, orchestrate, and manage AI agents on Microsoft Foundry — the unified Azure PaaS for enterprise AI. ## Rapid Evolution Domain Foundry is in active preview (February 2026). SDK versions change frequently. **Refresh triggers:** - `azure-ai-projects` SDK version bump (currently 2.0.0b3) - Foundry portal feature releases - Hosted Agents GA - Memory API changes **Last validated:** February 2026 --- ## Platform Overview Microsoft Foundry (formerly Azure AI Foundry) unifies model hosting, agent orchestration, tool management, observability, and multi-channel publishing. | Concept | Description | |---------|-------------| | **Portal** | https://ai.azure.com | | **Endpoint** | `https://<resource>.services.ai.azure.com/api/projects/<project>` | | **MCP Server** | https://mcp.ai.azure.com (cloud-hosted, Entra ID) | | **VS Code Extension** | `TeamsDevApp.vscode-ai-foundry` | | **Key Distinction** | Infrastructure platform (backend), not a surface | ### Foundry vs Other Platforms | Aspect | VS Code Extension | M365 Copilot | Foundry | |--------|------------------|-------------|---------| | **Type** | IDE plugin | Declarative agent | Cloud PaaS | | **Runti

What's inside
Steps it walks through
  1. Rapid Evolution Domain
  2. Platform Overview
  3. Foundry vs Other Platforms
  4. Four SDK Types
  5. SDK Packages
  6. Agent Service Patterns
  7. Create Agent
  8. Versioned Agents
  9. Conversations (Multi-Turn)
  10. Key Concepts
  11. Tool Categories
  12. File Search Setup
  13. Memory & Foundry IQ
  14. Hosted Agents (Preview)
Ships with 1 file
  • metadata.json
Commands it runs
pip install azure-ai-agentserver-agentframework
agentserver run --interactive   # local test
agentserver run                 # container mode (port 8080)
azd deploy                      # deploy to Foundry
More from claude-skill-registry
All skills →
About this skill
What does the foundry-agent-platform skill do?

Microsoft Foundry agent deployment, orchestration, and cloud-native AI service patterns

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill foundry-agent-platform --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going