🎯

azure-ai-agents-java

🎯Skill

from microsoft/agent-skills

VibeIndex|
What it does

Generates Java code for creating and configuring Azure AI agents, providing templates and context-specific guidance for developing intelligent agent-based applications in Java.

πŸ“¦

Part of

microsoft/agent-skills(208 items)

azure-ai-agents-java

Installation

Quick InstallInstall with npx
npx skills add microsoft/skills
git cloneClone repository
git clone https://github.com/microsoft/skills.git
npxRun with npx
npx ctx7 skills install /microsoft/skills azure-ai-projects-py
πŸ“– Extracted from docs: microsoft/agent-skills
16Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Overview

# Agent Skills

[![Evals & Tests](https://img.shields.io/github/actions/workflow/status/microsoft/skills/test-harness.yml?branch=main&label=Evals%20%26%20Tests)](https://github.com/microsoft/skills/actions/workflows/test-harness.yml)

[![Copilot SDK Tests](https://img.shields.io/github/actions/workflow/status/microsoft/skills/skill-evaluation.yml?branch=main&label=Copilot%20SDK%20Tests)](https://github.com/microsoft/skills/actions/workflows/skill-evaluation.yml)

[![Install via skills.sh](https://img.shields.io/badge/skills.sh-install-blue)](https://skills.sh/microsoft/skills)

[![Browse on Context7](https://img.shields.io/badge/Context7-browse%20skills-purple)](https://context7.com/microsoft/skills?tab=skills)

Skills, custom agents, AGENTS.md templates, and MCP configurations for AI coding agents working with Azure SDKs and Microsoft AI Foundry.

> Blog post: [Context-Driven Development: Agent Skills for Microsoft Foundry and Azure](https://devblogs.microsoft.com/all-things-azure/context-driven-development-agent-skills-for-microsoft-foundry-and-azure/)

> πŸ” Skill Explorer: [Browse all 126 skills with 1-click install](https://microsoft.github.io/skills/)

Quick Start

```bash

npx skills add microsoft/skills

```

Select the skills you need from the wizard. Skills are installed to your chosen agent's directory (e.g., .github/skills/ for GitHub Copilot) and symlinked if you use multiple agents.

Alternative installation methods

Manual installation (git clone)

```bash

# Clone and copy specific skills

git clone https://github.com/microsoft/skills.git

cp -r agent-skills/.github/skills/azure-cosmos-db-py your-project/.github/skills/

# Or use symlinks for multi-project setups

ln -s /path/to/agent-skills/.github/skills/mcp-builder /path/to/your-project/.github/skills/mcp-builder

# Share skills across different agent configs in the same repo

ln -s ../.github/skills .opencode/skills

ln -s ../.github/skills .claude/skills

```

Context7

Browse and install skills via [context7.com/microsoft/skills](https://context7.com/microsoft/skills?tab=skills):

```bash

npx ctx7 skills install /microsoft/skills azure-ai-projects-py

```

---

Coding agents like [Copilot CLI](https://github.com/features/copilot/cli) are powerful, but they lack domain knowledge about your SDKs. The patterns are already in their weights from pretraining. All you need is the right activation context to surface them.

> [!IMPORTANT]

> Use skills selectively. Loading all skills causes context rot: diluted attention, wasted tokens, conflated patterns. Only copy skills essential for your current project.

---

![Context-Driven Development Architecture](https://raw.githubusercontent.com/microsoft/skills/main/.github/assets/agent-skills-image.png)

---

What's Inside

| Resource | Description |

|----------|-------------|

| [126 Skills](#skill-catalog) | Domain-specific knowledge for Azure SDK and Foundry development |

| [Custom Agents](#agents) | Role-specific agents (backend, frontend, infrastructure, planner) |

| [AGENTS.md](AGENTS.md) | Template for configuring agent behavior in your projects |

| [MCP Configs](#mcp-servers) | Pre-configured servers for docs, GitHub, browser automation |

| [Live Docs](https://context7.com/llmstxt/microsoft_github_io_skills_llms-full_txt) | Context7-indexed Foundry documentation, updated daily |

---

Skill Catalog

> 126 skills in .github/skills/ β€” flat structure with language suffixes for automatic discovery

| Language | Count | Suffix |

|----------|-------|--------|

| [Core](#core) | 5 | β€” |

| [Python](#python) | 42 | -py |

| [.NET](#net) | 29 | -dotnet |

| [TypeScript](#typescript) | 24 | -ts |

| [Java](#java) | 26 | -java |

---

Core

> 5 skills β€” tooling, infrastructure, language-agnostic

| Skill | Description |

|-------|-------------|

| [azd-deployment](.github/skills/azd-deployment/) | Deploy to Azure Container Apps with Azure Developer CLI (azd). Bicep infrastructure, remote builds, multi-service deployments. |

| [github-issue-creator](.github/skills/github-issue-creator/) | Convert raw notes, error logs, or screenshots into structured GitHub issues. |

| [mcp-builder](.github/skills/mcp-builder/) | Build MCP servers for LLM tool integration. Python (FastMCP), Node/TypeScript, or C#/.NET. |

| [podcast-generation](.github/skills/podcast-generation/) | Generate podcast-style audio with Azure OpenAI Realtime API. Full-stack React + FastAPI + WebSocket. |

| [skill-creator](.github/skills/skill-creator/) | Guide for creating effective skills for AI coding agents. |

---

Python

> 42 skills β€’ suffix: -py

Foundry & AI (8 skills)

| Skill | Description |

|-------|-------------|

| [agent-framework-azure-ai-py](.github/skills/agent-framework-azure-ai-py/) | Agent Framework SDK β€” persistent agents, hosted tools, MCP servers, streaming. |

| [azure-ai-contentsafety-py](.github/skills/azure-ai-contentsafety-py/) | Content Safety SDK β€” detect harmful content in text/images with multi-severity classification. |

| [azure-ai-contentunderstanding-py](.github/skills/azure-ai-contentunderstanding-py/) | Content Understanding SDK β€” multimodal extraction from documents, images, audio, video. |

| [azure-ai-evaluation-py](.github/skills/azure-ai-evaluation-py/) | Evaluation SDK β€” quality, safety, and custom evaluators for generative AI apps. |

| [hosted-agents-v2-py](.github/skills/hosted-agents-v2-py/) | Hosted Agents SDK β€” container-based agents with ImageBasedHostedAgentDefinition, custom images, tools. |

| [azure-ai-projects-py](.github/skills/azure-ai-projects-py/) | High-level Foundry SDK β€” project client, versioned agents, evals, connections, OpenAI-compatible clients. |

| [azure-search-documents-py](.github/skills/azure-search-documents-py/) | AI Search SDK β€” vector search, hybrid search, semantic ranking, indexing, skillsets. |

| [m365-agents-py](.github/skills/m365-agents-py/) | Microsoft 365 Agents SDK β€” aiohttp hosting, AgentApplication routing, streaming, Copilot Studio client. |

AI Services (8 skills)

| Skill | Description |

|-------|-------------|

| [azure-ai-ml-py](.github/skills/azure-ai-ml-py/) | ML SDK v2 β€” workspaces, jobs, models, datasets, compute, pipelines. |

| [azure-ai-textanalytics-py](.github/skills/azure-ai-textanalytics-py/) | Text Analytics β€” sentiment, entities, key phrases, PII detection, healthcare NLP. |

| [azure-ai-transcription-py](.github/skills/azure-ai-transcription-py/) | Transcription SDK β€” real-time and batch speech-to-text with timestamps, diarization. |

| [azure-ai-translation-document-py](.github/skills/azure-ai-translation-document-py/) | Document Translation β€” batch translate Word, PDF, Excel with format preservation. |

| [azure-ai-translation-text-py](.github/skills/azure-ai-translation-text-py/) | Text Translation β€” real-time translation, transliteration, language detection. |

| [azure-ai-vision-imageanalysis-py](.github/skills/azure-ai-vision-imageanalysis-py/) | Vision SDK β€” captions, tags, objects, OCR, people detection, smart cropping. |

| [azure-ai-voicelive-py](.github/skills/azure-ai-voicelive-py/) | Voice Live SDK β€” real-time bidirectional voice AI with WebSocket, VAD, avatars. |

| [azure-speech-to-text-rest-py](.github/skills/azure-speech-to-text-rest-py/) | Speech to Text REST API β€” transcribe short audio (≀60 seconds) via HTTP without Speech SDK. |

Data & Storage (7 skills)

| Skill | Description |

|-------|-------------|

| [azure-cosmos-db-py](.github/skills/azure-cosmos-db-py/) | Cosmos DB patterns β€” FastAPI service layer, dual auth, partition strategies, TDD. |

| [azure-cosmos-py](.github/skills/azure-cosmos-py/) | Cosmos DB SDK β€” document CRUD, queries, containers, globally distributed data. |

| [azure-data-tables-py](.github/skills/azure-

More from this repository10

🎯
skill-creator🎯Skill

Generates Claude Code skill templates and boilerplate code to help developers quickly create new AI agent skills with standardized structure and best practices.

🎯
mcp-builder🎯Skill

Generates Microsoft Cloud Platform (MCP) configuration and infrastructure-as-code templates for Azure deployments, streamlining cloud resource provisioning and setup.

🎯
github-issue-creator🎯Skill

github-issue-creator skill from microsoft/agent-skills

🎯
agent-framework-azure-ai-py🎯Skill

Enables AI agents to interact with Azure AI services and frameworks using Python, providing context-aware code generation and SDK integration capabilities.

🎯
azd-deployment🎯Skill

Automates Azure Deployment (AZD) configuration and provisioning tasks for cloud infrastructure using Azure Developer CLI commands.

🎯
fastapi-router-py🎯Skill

Generates FastAPI route configurations and boilerplate code for creating structured, modular API endpoints in Python projects.

🎯
azure-identity-dotnet🎯Skill

Helps .NET developers authenticate and manage Azure identity credentials programmatically using Azure Identity SDK methods and best practices.

🎯
foundry-iq-py🎯Skill

Enables intelligent querying and interaction with Microsoft AI Foundry infrastructure and resources using Python, providing context-aware data retrieval and management capabilities.

🎯
pydantic-models-py🎯Skill

Generates Pydantic data models for Python projects, providing type-safe and validated data structures with automatic serialization and deserialization capabilities.

🎯
azure-ai-agents-py🎯Skill

Enables AI agents to generate, understand, and interact with Azure AI agent implementations and configurations using Python.