Leaderboard/Knowledge/Agent-Skills
Last commit on September 14, 2026·Created on January 27, 2026

MicrosoftDocs/Agent-Skills

Technical guidance for architecting and securing Azure Active Directory B2C identity solutions
Combined rank
#406
across all skills
In Knowledge
#15
category rank
Stars
747
+0.8% in last 7d
Forks
122
+2.5% in last 7d
Watchers
6
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill provides specialized knowledge for engineers building B2C user flows and custom policies. It focuses on the technical requirements of configuring identity providers, multi-factor authentication, and API security within the Azure ecosystem.

By grounding development in established architecture patterns and limits, it helps developers navigate decision-making for deployment, CI/CD automation, and integration coding patterns.

WHO IT'S FOR
Identity and Access Management (IAM) engineers
building B2C user flows and custom policies
Azure Cloud Architects
designing B2C architecture and design patterns
Cloud Operations (CloudOps) engineers
tuning Azure Advisor alerts and recommendations
DevOps engineers on Azure
automating CI/CD for B2C deployments
Repository contents

202 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

I’m using

VS Code plugin from source

Installs: Complete azure-agent-skills plugin bundle containing 193+ Azure skills; skillPaths is only a task-prioritized subset. · VS Code

Before you start
  • VS Code with the agent plugins preview enabled by setting chat.plugins.enabled to true
  • Network access when using the mapped skills
  • Access to mcp_microsoftdocs:microsoft_docs_fetch or the fetch_webpage fallback when retrieving documentation
  1. Open the VS Code Command Palette with Ctrl+Shift+P on Windows/Linux or Cmd+Shift+P on macOS, then run Chat: Install Plugin From Source.

  2. Paste https://github.com/MicrosoftDocs/agent-skills and allow VS Code to clone and install the plugin. The installed skills appear in Chat: Configure Skills.

skills/azure-functions/SKILL.md · Checked Sep 18, 2026.claude-plugin/plugin.json · Checked Sep 18, 2026README.md · Checked Sep 18, 2026skills/azure-container-apps/SKILL.md · Checked Sep 18, 2026skills/azure-microsoft-opentelemetry/SKILL.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Triage an Azure Container Apps issue

Uses azure-container-apps

  • An Azure Container Apps error or observed symptom
  • Relevant configuration details such as ingress, ports, image, probes, scaling, and networking
  • Recent deployment changes, if known
  • Network access for documentation retrieval
Use the azure-container-apps skill to review the following Azure Container Apps symptom and configuration summary. Identify the three most likely causes, explain the evidence for each, and give a short sequence of safe diagnostic checks. Do not make deployment changes. Symptom: <error or observed behavior>. Configuration: <ingress, ports, image, probes, scaling, networking, and recent deployment changes>.
Suggested first task

Review an Azure Functions workflow design

Uses azure-functions

  • A proposed Azure Functions workflow description
  • Expected triggers and connected Azure services
  • Expected traffic or concurrency, if known
  • Security or networking constraints, if known
  • Network access for documentation retrieval
Use the azure-functions skill to review this proposed trigger-and-binding workflow: <workflow description>. Summarize the main design risks and recommend a minimal architecture covering triggers, bindings, error handling, idempotency, scaling, and security. Keep the result to a concise first-pass review and do not deploy anything.
skills/azure-functions/SKILL.md · Checked Sep 18, 2026
Suggested first task

Review Microsoft OpenTelemetry configuration

Uses azure-microsoft-opentelemetry

  • An OpenTelemetry configuration or environment-variable excerpt
  • Application runtime or language
  • Desired tracing and metrics behavior
  • Network access for documentation retrieval
Use the azure-microsoft-opentelemetry skill to review this application's telemetry configuration: <configuration or environment-variable excerpt>. Point out likely issues with sampling, exporters, resource attributes, tracing, or metrics, then propose a small corrected configuration plan. Do not modify files.