microsoft / azure-ai-projects-py
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/azure-ai-projects-py && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2409" && unzip -o skill.zip -d .claude/skills/azure-ai-projects-py && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/azure-ai-projects-py/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Build AI applications using the Azure AI Projects Python SDK (azure-ai-projects). Use when working with Foundry project clients, creating versioned agents with PromptAgentDefinition, running evaluations, managing connections/deployments/datasets/indexes, or using OpenAI-compatible clients. This is the high-level Foundry SDK - for low-level agent operations, use azure-ai-agents-python skill.