APM

>Scope

@microsoft

microsoft
483 skills·182,678·skill·development, design, git-workflow, testing, code-quality, devops, data, security, productivity, documentation
apm::@microsoft483 skills

@microsoft/sessions

skill

Agent Sessions window architecture — covers the sessions-first app, layering, folder structure, chat widget, menus, contributions, entry points, and development guidelines. Use when implementing features or fixing issues in the Agent Sessions window.

182,678MIT
microsoft/development·4,321 tokens·api-designdocumentation

@microsoft/update-skills

skill

Create or update repository skills and instructions when major learnings are discovered during a session. Use when the user says "learn!", when a significant pattern or pitfall is identified, or when reusable domain knowledge should be captured for future sessions.

182,678MIT
microsoft/design·1,106 tokens·git

@microsoft/memory-leak-audit

skill

Audit code for memory leaks and disposable issues. Use when reviewing event listeners, DOM handlers, lifecycle callbacks, or fixing leak reports. Covers addDisposableListener, Event.once, MutableDisposable, DisposableStore, and onWillDispose patterns.

182,678MIT
microsoft/development·1,337 tokens·typescript

@microsoft/add-policy

skill

Use when adding, modifying, or reviewing VS Code configuration policies. Covers the full policy lifecycle from registration to export to platform-specific artifacts. Run on ANY change that adds a `policy:` field to a configuration property.

182,678MIT
microsoft/development·1,533 tokens·typescriptgit

@microsoft/accessibility

skill

Primary accessibility skill for VS Code. REQUIRED for new feature and contribution work, and also applies to updates of existing UI. Covers accessibility help dialogs, accessible views, verbosity settings, signals, ARIA announcements, keyboard navigation, and ARIA labels/roles.

182,678MIT
microsoft/design·4,054 tokens·design

@microsoft/author-contributions

skill

Identify all files a specific author contributed to on a branch vs its upstream, tracing code through renames. Use when asked who edited what, what code an author contributed, or to audit authorship before a merge. This skill should be run as a subagent — it performs many git operations and returns a concise table.

182,678MIT
microsoft/git-workflow·1,677 tokens·git

@microsoft/hygiene

skill

Use when making code changes to ensure they pass VS Code's hygiene checks. Covers the pre-commit hook, unicode restrictions, string quoting rules, copyright headers, indentation, formatting, ESLint, and stylelint. Run the hygiene check before declaring work complete.

182,678MIT
microsoft/development·434 tokens·typescriptgit

@microsoft/azure-pipelines

skill

Use when validating Azure DevOps pipeline changes for the VS Code build. Covers queueing builds, checking build status, viewing logs, and iterating on pipeline YAML changes without waiting for full CI runs.

182,678MIT
microsoft/development·2,914 tokens·typescriptgit

@microsoft/agent-sessions-layout

skill

Agent Sessions workbench layout — covers the fixed layout structure, grid configuration, part visibility, editor modal, titlebar, sidebar footer, and implementation requirements. Use when implementing features or fixing issues in the Agent Sessions workbench layout.

182,678MIT
microsoft/development·1,245 tokens·api-design

@microsoft/fix-errors

skill

Guidelines for fixing unhandled errors from the VS Code error telemetry dashboard. Use when investigating error-telemetry issues with stack traces, error messages, and hit/user counts. Covers tracing data flow through call stacks, identifying producers of invalid data vs. consumers that crash, enriching error messages for telemetry diagnosis, and avoiding common anti-patterns like silently swallowing errors.

182,678MIT
microsoft/development·1,161 tokens·api-design

@microsoft/component-fixtures

skill

Use when creating or updating component fixtures for screenshot testing, or when designing UI components to be fixture-friendly. Covers fixture file structure, theming, service setup, CSS scoping, async rendering, and common pitfalls.

182,678MIT
microsoft/design·3,527 tokens·typescriptjavascripttesting

@microsoft/tool-rename-deprecation

skill

Ensure renamed built-in tool references preserve backward compatibility. Use when renaming a toolReferenceName, tool set referenceName, or any tool identifier. Run on ANY change to tool registration code. Covers legacyToolReferenceFullNames for tools and legacyFullNames for tool sets.

182,678MIT
microsoft/development·2,522 tokens·typescript

@microsoft/update-screenshots

skill

Download screenshot baselines from the latest CI run and commit them. Use when asked to update, accept, or refresh component screenshot baselines from CI, or after the screenshot-test GitHub Action reports differences. This skill should be run as a subagent.

182,678MIT
microsoft/git-workflow·891 tokens·gittestingsecurity

@microsoft/winmd-api-search

skill

Find and explore Windows desktop APIs. Use when building features that need platform capabilities — camera, file access, notifications, UI controls, AI/ML, sensors, networking, etc. Discovers the right API for a task and retrieves full type details (methods, properties, events, enumeration values).

130,524MIT
microsoft/development·2,177 tokens·cppgitapi-design

@microsoft/release-note-generation

skill

Toolkit for generating PowerToys release notes from GitHub milestone PRs or commit ranges. Use when asked to create release notes, summarize milestone PRs, generate changelog, prepare release documentation, request Copilot reviews for PRs, update README for a new release, manage PR milestones, or collect PRs between commits/tags. Supports PR collection by milestone or commit range, milestone assignment, grouping by label, summarization with external contributor attribution, and README version bumping.

130,524MIT
microsoft/git-workflow·1,433 tokens·gitapi-designdocumentation+1

@microsoft/playwright-cli

skill

Automate browser interactions, test web pages and work with Playwright tests.

84,291Apache-2.0
microsoft/testing·1,997 tokens·gotesting

@microsoft/playwright-dev

skill

Explains how to develop Playwright - add APIs, MCP tools, CLI commands, and vendor dependencies.

84,291Apache-2.0
microsoft/development·173 tokens·testingapi-designdocumentation

@microsoft/microsoft-docs

skill

查詢官方 Microsoft 文件以尋找跨 Azure、.NET、Agent Framework、Aspire、VS Code、GitHub 等的概念、教學與程式範例。預設使用 Microsoft Learn MCP,對於存在於 learn.microsoft.com 以外的內容,則使用 Context7 與 Aspire MCP。

54,054MIT
microsoft/development·1,029 tokens·pythongitapi-design

@microsoft/jupyter-notebook

skill

Kasuta, kui kasutaja palub luua, üles ehitada või redigeerida Jupyteri märkmikke (`.ipynb`) katsetuste, uurimiste või juhendite jaoks; eelista kaasasolevaid malle ja käivita abiskript `new_notebook.py`, et genereerida puhas algne märkmik.

54,054MIT
microsoft/development·1,223 tokens·python

@microsoft/launch

skill

Launch and automate VS Code Insiders with the Copilot Chat extension using agent-browser via Chrome DevTools Protocol. Use when you need to interact with the VS Code UI, automate the chat panel, test the extension UI, or take screenshots. Triggers include 'automate VS Code', 'interact with chat', 'test the UI', 'take a screenshot', 'launch with debugging'.

9,615MIT
microsoft/development·3,669 tokens·testing

@microsoft/agent-customization

skill

**WORKFLOW SKILL** — Create, update, review, fix, or debug VS Code agent customization files (.instructions.md, .prompt.md, .agent.md, SKILL.md, copilot-instructions.md, AGENTS.md). USE FOR: saving coding preferences; troubleshooting why instructions/skills/agents are ignored or not invoked; configuring applyTo patterns; defining tool restrictions; creating custom agent modes or specialized workflows; packaging domain knowledge; fixing YAML frontmatter syntax. DO NOT USE FOR: general coding questions (use default agent); runtime debugging or error diagnosis; MCP server configuration (use MCP docs directly); VS Code extension development. INVOKES: file system tools (read/write customization files), ask-questions tool (interview user for requirements), subagents for codebase exploration. FOR SINGLE OPERATIONS: For quick YAML frontmatter fixes or creating a single file from a known pattern, edit the file directly — no skill needed.

9,615MIT
microsoft/development·1,356 tokens·development

@microsoft/install-vscode-extension

skill

How to install a VS Code extension from an extension ID. Useful when the user wants to add new capabilities to their VS Code environment by installing extensions.

9,615MIT
microsoft/development·264 tokens·python

@microsoft/project-setup-info-context7

skill

Provides information about how to setup various kinds of projects. Useful for initializing projects based on requirements and scaffolding the project.

9,615MIT
microsoft/development·168 tokens·development

@microsoft/project-setup-info-local

skill

Provides information about how to setup various kinds of projects. Useful for initializing projects based on requirements and scaffolding the project.

9,615MIT
microsoft/development·1,564 tokens·reacttypescriptjavascript+1

@microsoft/get-search-view-results

skill

Get the current search results from the Search view in VS Code

9,615MIT
microsoft/development·124 tokens·development

@microsoft/python-code-quality

skill

Code quality checks, linting, formatting, and type checking commands for the Agent Framework Python codebase. Use this when running checks, fixing lint errors, or troubleshooting CI failures.

7,950MIT
microsoft/development·583 tokens·python

@microsoft/verify-dotnet-samples

skill

How to build, run and verify the .NET sample projects in the Agent Framework repository. Use this when a user wants to verify that the samples still function as expected.

7,950MIT
microsoft/development·768 tokens·development

@microsoft/unit-converter

skill

Convert between common units using a multiplication factor. Use when asked to convert miles, kilometers, pounds, or kilograms.

7,950MIT
microsoft/code-quality·119 tokens·python

@microsoft/python-package-management

skill

Guide for managing packages in the Agent Framework Python monorepo, including creating new connector packages, versioning, and the lazy-loading pattern. Use this when adding, modifying, or releasing packages.

7,950MIT
microsoft/testing·1,670 tokens·pythongittesting+1

@microsoft/expense-report

skill

File and validate employee expense reports according to Contoso company policy. Use when asked about expense submissions, reimbursement rules, receipt requirements, spending limits, or expense categories.

7,950MIT
microsoft/development·450 tokens·development

@microsoft/build-and-test

skill

How to build and test .NET projects in the Agent Framework repository. Use this when verifying or testing changes.

7,950MIT
microsoft/development·1,611 tokens·testingapi-design

@microsoft/python-samples

skill

Guidelines for creating and modifying sample code in the Agent Framework Python codebase. Use this when writing new samples or updating existing ones.

7,950MIT
microsoft/development·490 tokens·pythondocumentation

@microsoft/python-testing

skill

Guidelines for writing and running tests in the Agent Framework Python codebase. Use this when creating, modifying, or running tests.

7,950MIT
microsoft/testing·1,647 tokens·pythontesting

@microsoft/python-development

skill

Coding standards, conventions, and patterns for developing Python code in the Agent Framework repository. Use this when writing or modifying Python source files in the python/ directory.

7,950MIT
microsoft/code-quality·930 tokens·python

@microsoft/project-structure

skill

Explains the project structure of the agent-framework .NET solution

7,950MIT
microsoft/development·376 tokens·testingdocumentation

@microsoft/rushstack-best-practices

skill

Provides best practices and guidance for working with Rush monorepos. Use when the user is working in a Rush-based repository, asks about Rush commands (install, update, build, rebuild), needs help with project selection, dependency management, build caching, subspace configuration, or troubleshooting Rush-specific issues.

6,424
microsoft/development·2,176 tokens·performance

@microsoft/release-note-reviewer

skill

Review VS Code release notes for style, structure, and completeness. Use for reviewing Insiders or Stable release notes against writing guidelines. Produces an actionable list of recommendations.

6,410
microsoft/code-quality·1,631 tokens·code-quality

@microsoft/docs-product-alignment

skill

Audit and update docs/copilot/ documentation to accurately reflect current VS Code AI capabilities. Use when: competitive analysis reveals gaps, product launches new features, docs use outdated framing, or keyword coverage needs strengthening for discoverability by users and AI agents. Produces a gap analysis plus targeted edits across affected files.

6,410
microsoft/development·1,020 tokens·gitdocumentation

@microsoft/release-note-writer

skill

Guidelines for writing and reviewing Insiders and Stable release notes for Visual Studio Code.

6,410
microsoft/development·1,419 tokens·git

@microsoft/content-redirect

skill

Create and manage redirects in VS Code documentation when pages are moved, renamed, or deleted. Use when moving docs pages, renaming files, restructuring content, or when the user asks about redirects.

6,410
microsoft/development·778 tokens·api-design

@microsoft/frontmatter-description

skill

Check and optimize MetaDescription frontmatter fields in VS Code documentation. Use when auditing, adding, or improving page descriptions for SEO and discoverability. Apply this when making content changes to markdown articles.

6,410
microsoft/development·996 tokens·documentationperformance

@microsoft/http-client-python-bump-and-release

skill

Create a PR to bump TypeSpec/Azure Tools dependencies, update peer dependencies, or release a new version of the http-client-python package.

5,625MIT
microsoft/git-workflow·661 tokens·pythongit

@microsoft/pnpm-format

skill

Format the codebase with pnpm and recover from common formatting failures.

5,625MIT
microsoft/development·254 tokens·development

@microsoft/diff-upstream

skill

Regenerate the local emitter and diff the generated code against the upstream baseline checked into autorest.python. Use this skill when the user wants to see how their emitter changes affect generated code compared to what's currently in production, says things like "diff upstream", "compare to baseline", "what changed vs production", "show me the diff", "how does this affect generated code", or wants to validate their changes produce the expected output differences.

5,625MIT
microsoft/development·3,139 tokens·pythongittesting

@microsoft/test-unbranded-emitter

skill

Build and test the @typespec/http-client-python emitter. Use this skill whenever the user wants to test their local changes to the emitter, run the generator test suite, check if their http-client-python changes are passing, or validate a fix. Triggers on phrases like "test the emitter", "run tests", "check if my changes pass", "run test:generator", "run CI", or any mention of testing/validating changes in the emitter package.

5,625MIT
microsoft/development·1,374 tokens·pythontypescriptgit+1

@microsoft/writing-python-sdk-spector-mock-api-tests

skill

Writes TypeSpec http-client-python generator mock API tests (azure/unbranded/generic) from a Spector case. Use when given a Spector case link or a PR link that modifies Spector cases under http-specs/azure-http-specs.

5,625MIT
microsoft/testing·3,352 tokens·pythongittesting+1

@microsoft/csharp-spector-coverage-gaps

skill

Discovers and implements gaps in Spector test coverage for the C# HTTP client emitter. Use when asked to find missing Spector scenarios, add Spector test coverage, or implement a specific Spector spec for the C# emitter.

5,625MIT
microsoft/development·4,343 tokens·testingapi-design

@microsoft/emitter-prep-for-pr

skill

Prepare language emitter changes for PR: validate (build, format, lint), add a changeset, and push. This skill is specifically for the language emitter packages (http-client-python, http-client-csharp, http-client-java) - NOT for core TypeSpec packages like compiler, http, openapi3, etc. Use when the user wants to finalize emitter changes, says things like "prep for pr", "prepare for PR", "validate and push", "add changeset", or "finalize changes".

5,625MIT
microsoft/git-workflow·1,929 tokens·pythonjavagit

@microsoft/dev

skill

Development workflows for the playwright-cli repository. Use when the user asks about rolling dependencies, releasing, or other repo maintenance tasks.

5,545Apache-2.0
microsoft/development·66 tokens·development

@microsoft/code-review

skill

Quick review checklist for python and scala code changes before callings it done.

5,213MIT
microsoft/code-quality·123 tokens·pythongittesting

@microsoft/policy-check

skill

This skill should be used when the user asks to "run policy check", "check policy", "policy-check", or needs to validate package compliance. Provides guidance on running policy checks for specific packages or the entire repository.

4,918MIT
microsoft/devops·153 tokens·devops

@microsoft/fluid-release

skill

Fluid Framework client release group — minor releases, patch releases, and post-release type test updates. Covers release prep, branching, version bumps, changelogs, release notes, and type test baselines. In autonomous mode, auto-detects state from the schedule and repo, attempts to execute, and falls back to a GitHub issue on failure. Triggers on "release", "do the release", "release status", version bump, release notes, changelog, release branch, or release engineering.

4,918MIT
microsoft/git-workflow·3,375 tokens·gittesting

@microsoft/trigger-pipelines-for-copilot-pr

skill

Trigger ADO pipelines for a Copilot-created PR by posting /azp run comments. Use when the user asks to trigger CI pipelines for a specific PR.

4,918MIT
microsoft/development·433 tokens·gittestingapi-design

@microsoft/worktree-manager

skill

Create and manage Git worktrees for parallel development workflows. Use when multiple self-contained issues should NOT be fixed in a single branch, when human-Copilot iteration requires isolated environments with separate chat history and commits, or when parallel work items need independent build/test results. Triggers on requests involving branch isolation, work item separation, parallel development, or avoiding messy branch switching.

4,457MIT
microsoft/development·2,048 tokens·gittesting

@microsoft/triage-meeting-prep

skill

Prepare weekly triage meeting summary for WinAppSDK Needs-Triage issues. Use when preparing for triage meetings, reviewing Needs-Triage issues, generating diff reports since last triage, summarizing new or updated issues, or creating action item recommendations. Triggers on requests involving triage preparation, Needs-Triage review, meeting summary, triage diff, or weekly issue analysis.

4,457MIT
microsoft/development·2,397 tokens·git

@microsoft/issue-triage-report

skill

Generate comprehensive GitHub Feature Area Status reports for the Windows App SDK repository. Use when asked to create triage reports, identify high-priority issues, analyze feature area health, find issues needing attention, or generate status dashboards. Triggers on requests involving issue triage, area status, priority analysis, bug tracking reports, or engineering team focus areas.

4,457MIT
microsoft/development·2,368 tokens·git

@microsoft/verify-bpf

skill

Build and verify eBPF programs for the ebpf-for-windows project. Use this skill when asked to compile a .c BPF source to .o, verify a .o ELF file with bpf2c, or diagnose verification failures. Covers the full clang→bpf2c pipeline.

3,446MIT
microsoft/development·1,115 tokens·development

@microsoft/build-prevail

skill

Build and test the PREVAIL verifier (external/ebpf-verifier) standalone. Use this skill when asked to build, test, or iterate on the PREVAIL verifier, run YAML verification tests, or work with the verifier's cmake build system.

3,446MIT
microsoft/development·1,569 tokens·testing

@microsoft/verify-prevail

skill

Diagnose eBPF program verification failures from the PREVAIL verifier. Use this skill for linux-compatible eBPF programs verified in the standalone PREVAIL repo (external/ebpf-verifier). For programs using Windows-specific features (bpf2c pipeline, Windows helpers, ebpf-for-windows headers), use the 'verify-bpf' skill instead.

3,446MIT
microsoft/testing·1,249 tokens·testing

@microsoft/build-ebpf

skill

Build the eBPF for Windows repository — entire solution or specific components. Use this skill when asked to build, compile, rebuild, restore, or clean the project or any of its components (drivers, libraries, tools, tests, etc.).

3,446MIT
microsoft/development·3,766 tokens·testing

@microsoft/playwright-roll

skill

Roll Playwright .NET to a new version

2,907MIT
microsoft/git-workflow·307 tokens·javascriptgitapi-design

@microsoft/summarize-github-issue-pr-notification

skill

Summarizes the content of a GitHub issue, pull request (PR), or notification, providing a concise overview of the main points and key details. ALWAYS use the skill when asked to summarize an issue, PR, or notification.

2,553MIT
microsoft/development·435 tokens·git

@microsoft/show-github-search-result

skill

Summarizes the results of a GitHub search query in a human friendly markdown table that is easy to read and understand. ALWAYS use this skill when displaying the results of a GitHub search query.

2,553MIT
microsoft/git-workflow·457 tokens·git

@microsoft/form-github-search-query

skill

Forms a GitHub search query based on a natural language query and the type of search (issue or PR). This skill helps users create effective search queries to find relevant issues or pull requests on GitHub.

2,553MIT
microsoft/development·1,365 tokens·git

@microsoft/suggest-fix-issue

skill

Given the details of an issue, suggests a fix for the issue.

2,553MIT
microsoft/development·273 tokens·development

@microsoft/project-conventions

skill

Core conventions and patterns for this codebase

2,373MIT
microsoft/testing·387 tokens·typescripttesting

@microsoft/guide-maintenance

skill

Maintain the OpenVMM Guide and its code-sync mapping. Load when: (1) adding, removing, or moving Guide pages, (2) adding new device crates or CLI args that need doc coverage, (3) updating the doc-code-sync mapping table, or (4) auditing Guide freshness against code changes.

1,812MIT
microsoft/testing·1,184 tokens·rustgittesting+1

@microsoft/openvmm-ci-investigation

skill

Investigate CI failures on OpenVMM PRs. Load when a PR has failing CI checks, you need to download and analyze test artifacts, or you need to diagnose build, fmt, clippy, or VMM test failures.

1,812MIT
microsoft/git-workflow·1,629 tokens·pythongittesting+1

@microsoft/agent-academy-mission-builder

skill

Scaffold and author content for the microsoft/agent-academy GitHub repo. Use this skill whenever the user wants to create a new mission, lab, or module for Agent Academy — whether that's a course mission (Recruit, Operative, Commander) or a standalone Special Ops mission. Trigger whenever the user says "write a mission", "scaffold a lab", "create a Special Ops", "new Agent Academy module", or describes an agent-building concept they want to turn into a hands-on lesson. Also trigger when the user says "add a module to agent academy", "I want to contribute a mission", or asks about badge creation for Special Ops. This skill handles: repo structure lookup, duplicate detection, mission naming, markdown scaffolding, step-by-step content drafting, cross-linking, tag/category suggestions, difficulty rating, and badge image generation for Special Ops missions.

1,807MIT
microsoft/development·2,750 tokens·git

@microsoft/azure-containerregistry-py

skill

Azure Container Registry SDK for Python. Use for managing container images, artifacts, and repositories. Triggers: "azure-containerregistry", "ContainerRegistryClient", "container images", "docker registry", "ACR".

1,733MIT
microsoft/devops·1,528 tokens·pythondockerapi-design

@microsoft/azure-eventgrid-py

skill

Azure Event Grid SDK for Python. Use for publishing events, handling CloudEvents, and event-driven architectures. Triggers: "event grid", "EventGridPublisherClient", "CloudEvent", "EventGridEvent", "publish events".

1,733MIT
microsoft/data·1,152 tokens·pythonapi-design

@microsoft/azure-mgmt-mongodbatlas-dotnet

skill

Manage MongoDB Atlas Organizations as Azure ARM resources using Azure.ResourceManager.MongoDBAtlas SDK. Use when creating, updating, listing, or deleting MongoDB Atlas organizations through Azure Marketplace integration. This SDK manages the Azure-side organization resource, not Atlas clusters/databases directly.

1,733MIT
microsoft/data·2,721 tokens·api-design

@microsoft/azure-ai-document-intelligence-dotnet

skill

Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models. Use for invoice processing, receipt extraction, ID document analysis, and custom document models. Triggers: "Document Intelligence", "DocumentIntelligenceClient", "form recognizer", "invoice extraction", "receipt OCR", "document analysis .NET".

1,733MIT
microsoft/development·2,793 tokens·api-design

@microsoft/azure-appconfiguration-py

skill

Azure App Configuration SDK for Python. Use for centralized configuration management, feature flags, and dynamic settings. Triggers: "azure-appconfiguration", "AzureAppConfigurationClient", "feature flags", "configuration", "key-value settings".

1,733MIT
microsoft/development·1,400 tokens·pythonapi-design

@microsoft/azure-monitor-query-py

skill

Azure Monitor Query SDK for Python. Use for querying Log Analytics workspaces and Azure Monitor metrics. Triggers: "azure-monitor-query", "LogsQueryClient", "MetricsQueryClient", "Log Analytics", "Kusto queries", "Azure metrics".

1,733MIT
microsoft/data·1,486 tokens·python

@microsoft/azure-resource-manager-postgresql-dotnet

skill

Azure PostgreSQL Flexible Server SDK for .NET. Database management for PostgreSQL Flexible Server deployments. Use for creating servers, databases, firewall rules, configurations, backups, and high availability. Triggers: "PostgreSQL", "PostgreSqlFlexibleServer", "PostgreSQL Flexible Server", "Azure Database for PostgreSQL", "PostgreSQL database management", "PostgreSQL firewall", "PostgreSQL backup", "Postgres".

1,733MIT
microsoft/data·3,806 tokens·api-design

@microsoft/azure-compute-batch-java

skill

Azure Batch SDK for Java. Run large-scale parallel and HPC batch jobs with pools, jobs, tasks, and compute nodes. Triggers: "BatchClient java", "azure batch java", "batch pool java", "batch job java", "HPC java", "parallel computing java".

1,733MIT
microsoft/development·2,753 tokens·javaapi-designperformance

@microsoft/azure-microsoft-playwright-testing-ts

skill

Run Playwright tests at scale using Azure Playwright Workspaces (formerly Microsoft Playwright Testing). Use when scaling browser tests across cloud-hosted browsers, integrating with CI/CD pipelines, or publishing test results to the Azure portal.

1,733MIT
microsoft/devops·1,991 tokens·typescripttestingapi-design+1

@microsoft/azure-resource-manager-durabletask-dotnet

skill

Azure Resource Manager SDK for Durable Task Scheduler in .NET. Use for MANAGEMENT PLANE operations: creating/managing Durable Task Schedulers, Task Hubs, and retention policies via Azure Resource Manager. Triggers: "Durable Task Scheduler", "create scheduler", "task hub", "DurableTaskSchedulerResource", "provision Durable Task", "orchestration scheduler".

1,733MIT
microsoft/data·3,086 tokens·api-designsecurity

@microsoft/preset

skill

Intelligently deploys Azure OpenAI models to optimal regions by analyzing capacity across all available regions. Automatically checks current region first and shows alternatives if needed. USE FOR: quick deployment, optimal region, best region, automatic region selection, fast setup, multi-region capacity check, high availability deployment, deploy to best location. DO NOT USE FOR: custom SKU selection (use customize), specific version selection (use customize), custom capacity configuration (use customize), PTU deployments (use customize).

1,733MIT
microsoft/data·1,211 tokens·data

@microsoft/azure-monitor-opentelemetry-exporter-py

skill

Azure Monitor OpenTelemetry Exporter for Python. Use for low-level OpenTelemetry export to Application Insights. Triggers: "azure-monitor-opentelemetry-exporter", "AzureMonitorTraceExporter", "AzureMonitorMetricExporter", "AzureMonitorLogExporter".

1,733MIT
microsoft/data·1,582 tokens·python

@microsoft/capacity

skill

Discovers available Azure OpenAI model capacity across regions and projects. Analyzes quota limits, compares availability, and recommends optimal deployment locations based on capacity requirements. USE FOR: find capacity, check quota, where can I deploy, capacity discovery, best region for capacity, multi-project capacity search, quota analysis, model availability, region comparison, check TPM availability. DO NOT USE FOR: actual deployment (hand off to preset or customize after discovery), quota increase requests (direct user to Azure Portal), listing existing deployments.

1,733MIT
microsoft/data·1,725 tokens·api-design

@microsoft/azure-ai-document-intelligence-ts

skill

Extract text, tables, and structured data from documents using Azure Document Intelligence (@azure-rest/ai-document-intelligence). Use when processing invoices, receipts, IDs, forms, or building custom document models.

1,733MIT
microsoft/data·2,278 tokens·typescriptapi-design

@microsoft/azure-messaging-webpubsubservice-py

skill

Azure Web PubSub Service SDK for Python. Use for real-time messaging, WebSocket connections, and pub/sub patterns. Triggers: "azure-messaging-webpubsubservice", "WebPubSubServiceClient", "real-time", "WebSocket", "pub/sub".

1,733MIT
microsoft/development·1,440 tokens·pythonapi-design

@microsoft/azure-resource-manager-redis-dotnet

skill

Azure Resource Manager SDK for Redis in .NET. Use for MANAGEMENT PLANE operations: creating/managing Azure Cache for Redis instances, firewall rules, access keys, patch schedules, linked servers (geo-replication), and private endpoints via Azure Resource Manager. NOT for data plane operations (get/set keys, pub/sub) - use StackExchange.Redis for that. Triggers: "Redis cache", "create Redis", "manage Redis", "ARM Redis", "RedisResource", "provision Redis", "Azure Cache for Redis".

1,733MIT
microsoft/security·2,867 tokens·api-designsecurity

@microsoft/azure-keyvault-certificates-rust

skill

Azure Key Vault Certificates SDK for Rust. Use for creating, importing, and managing certificates. Triggers: "keyvault certificates rust", "CertificateClient rust", "create certificate rust", "import certificate rust".

1,733MIT
microsoft/development·1,131 tokens·rust

@microsoft/azure-mgmt-botservice-dotnet

skill

Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".

1,733MIT
microsoft/security·2,415 tokens·security

@microsoft/azure-speech-to-text-rest-py

skill

Azure Speech to Text REST API for short audio (Python). Use for simple speech recognition of audio files up to 60 seconds without the Speech SDK. Triggers: "speech to text REST", "short audio transcription", "speech recognition REST API", "STT REST", "recognize speech REST". DO NOT USE FOR: Long audio (>60 seconds), real-time streaming, batch transcription, custom speech models, speech translation. Use Speech SDK or Batch Transcription API instead.

1,733MIT
microsoft/productivity·2,690 tokens·pythongoapi-design

@microsoft/azure-cost-optimization

skill

Identify and quantify cost savings across Azure subscriptions by analyzing actual costs, utilization metrics, and generating actionable optimization recommendations. USE FOR: optimize Azure costs, reduce Azure spending, reduce Azure expenses, analyze Azure costs, find cost savings, generate cost optimization report, find orphaned resources, rightsize VMs, cost analysis, reduce waste, Azure spending analysis, find unused resources, optimize Redis costs. DO NOT USE FOR: deploying resources (use azure-deploy), general Azure diagnostics (use azure-diagnostics), security issues (use azure-security)

1,733MIT
microsoft/code-quality·3,456 tokens·performancesecurity

@microsoft/azure-communication-chat-java

skill

Build real-time chat applications with Azure Communication Services Chat Java SDK. Use when implementing chat threads, messaging, participants, read receipts, typing notifications, or real-time chat features.

1,733MIT
microsoft/development·2,372 tokens·javaapi-design

@microsoft/azure-communication-sms-java

skill

Send SMS messages with Azure Communication Services SMS Java SDK. Use when implementing SMS notifications, alerts, OTP delivery, bulk messaging, or delivery reports.

1,733MIT
microsoft/development·2,019 tokens·javaapi-design

@microsoft/azure-servicebus-ts

skill

Build messaging applications using Azure Service Bus SDK for JavaScript (@azure/service-bus). Use when implementing queues, topics/subscriptions, message sessions, dead-letter handling, or enterprise messaging patterns.

1,733MIT
microsoft/development·1,627 tokens·typescriptjavascript

@microsoft/azure-ai-openai-dotnet

skill

Azure OpenAI SDK for .NET. Client library for Azure OpenAI and OpenAI services. Use for chat completions, embeddings, image generation, audio transcription, and assistants. Triggers: "Azure OpenAI", "AzureOpenAIClient", "ChatClient", "chat completions .NET", "GPT-4", "embeddings", "DALL-E", "Whisper", "OpenAI .NET".

1,733MIT
microsoft/security·3,200 tokens·api-designsecurity

@microsoft/azure-storage-queue-py

skill

Azure Queue Storage SDK for Python. Use for reliable message queuing, task distribution, and asynchronous processing. Triggers: "queue storage", "QueueServiceClient", "QueueClient", "message queue", "dequeue".

1,733MIT
microsoft/data·1,280 tokens·python

@microsoft/azure-monitor-query-java

skill

Azure Monitor Query SDK for Java. Execute Kusto queries against Log Analytics workspaces and query metrics from Azure resources. Triggers: "LogsQueryClient java", "MetricsQueryClient java", "kusto query java", "log analytics java", "azure monitor query java". Note: This package is deprecated. Migrate to azure-monitor-query-logs and azure-monitor-query-metrics.

1,733MIT
microsoft/data·3,259 tokens·javagitdocumentation

@microsoft/azure-eventgrid-dotnet

skill

Azure Event Grid SDK for .NET. Client library for publishing and consuming events with Azure Event Grid. Use for event-driven architectures, pub/sub messaging, CloudEvents, and EventGridEvents. Triggers: "Event Grid", "EventGridPublisherClient", "CloudEvent", "EventGridEvent", "publish events .NET", "event-driven", "pub/sub".

1,733MIT
microsoft/development·3,294 tokens·api-design

@microsoft/azure-ai-voicelive-java

skill

Azure AI VoiceLive SDK for Java. Real-time bidirectional voice conversations with AI assistants using WebSocket. Triggers: "VoiceLiveClient java", "voice assistant java", "real-time voice java", "audio streaming java", "voice activity detection java".

1,733MIT
microsoft/productivity·1,843 tokens·javaapi-design

@microsoft/azure-storage-blob-py

skill

Azure Blob Storage SDK for Python. Use for uploading, downloading, listing blobs, managing containers, and blob lifecycle. Triggers: "blob storage", "BlobServiceClient", "ContainerClient", "BlobClient", "upload blob", "download blob".

1,733MIT
microsoft/data·1,477 tokens·python

@microsoft/azure-storage-blob-rust

skill

Azure Blob Storage SDK for Rust. Use for uploading, downloading, and managing blobs and containers. Triggers: "blob storage rust", "BlobClient rust", "upload blob rust", "download blob rust", "container rust".

1,733MIT
microsoft/data·811 tokens·rustapi-design

@microsoft/azure-data-tables-java

skill

Build table storage applications with Azure Tables SDK for Java. Use when working with Azure Table Storage or Cosmos DB Table API for NoSQL key-value data, schemaless storage, or structured data at scale.

1,733MIT
microsoft/development·2,237 tokens·javaapi-design

@microsoft/azure-cosmos-ts

skill

Azure Cosmos DB JavaScript/TypeScript SDK (@azure/cosmos) for data plane operations. Use for CRUD operations on documents, queries, bulk operations, and container management. Triggers: "Cosmos DB", "@azure/cosmos", "CosmosClient", "document CRUD", "NoSQL queries", "bulk operations", "partition key", "container.items".

1,733MIT
microsoft/data·2,784 tokens·typescriptjavascriptapi-design+1

@microsoft/pydantic-models-py

skill

Create Pydantic models following the multi-model pattern with Base, Create, Update, Response, and InDB variants. Use when defining API request/response schemas, database models, or data validation in Python applications using Pydantic v2.

1,733MIT
microsoft/data·428 tokens·pythontypescriptapi-design

@microsoft/azure-identity-rust

skill

Azure Identity SDK for Rust authentication. Use for DeveloperToolsCredential, ManagedIdentityCredential, ClientSecretCredential, and token-based authentication. Triggers: "azure-identity", "DeveloperToolsCredential", "authentication rust", "managed identity rust", "credential rust".

1,733MIT
microsoft/devops·871 tokens·rustkubernetessecurity

@microsoft/azure-keyvault-py

skill

Azure Key Vault SDK for Python. Use for secrets, keys, and certificates management with secure storage. Triggers: "key vault", "SecretClient", "KeyClient", "CertificateClient", "secrets", "encryption keys".

1,733MIT
microsoft/data·1,697 tokens·python

@microsoft/wiki-onboarding

skill

Generates four audience-tailored onboarding guides in an onboarding/ folder — Contributor, Staff Engineer, Executive, and Product Manager. Use when the user wants onboarding documentation for a codebase.

1,733MIT
microsoft/git-workflow·3,327 tokens·pythonjavascriptgit+1

@microsoft/appinsights-instrumentation

skill

Guidance for instrumenting webapps with Azure Application Insights. Provides telemetry patterns, SDK setup, and configuration references. USE FOR: how to instrument app, App Insights SDK, telemetry patterns, what is App Insights, Application Insights guidance, instrumentation examples, APM best practices. DO NOT USE FOR: adding App Insights to my app (use azure-prepare), add telemetry to my project (use azure-prepare), add monitoring (use azure-prepare). This skill provides guidance—azure-prepare orchestrates component changes.

1,733MIT
microsoft/development·951 tokens·javascriptdocumentation

@microsoft/azure-resource-visualizer

skill

Analyze Azure resource groups and generate detailed Mermaid architecture diagrams showing the relationships between individual resources. USE FOR: create architecture diagram, visualize Azure resources, show resource relationships, generate Mermaid diagram, analyze resource group, diagram my resources, architecture visualization, resource topology, map Azure infrastructure DO NOT USE FOR: creating/modifying resources (use azure-deploy), security scanning (use azure-security), performance troubleshooting (use azure-diagnostics), code generation (use relevant service skill)

1,733MIT
microsoft/development·2,091 tokens·performancesecurity

@microsoft/azure-data-tables-py

skill

Azure Tables SDK for Python (Storage and Cosmos DB). Use for NoSQL key-value storage, entity CRUD, and batch operations. Triggers: "table storage", "TableServiceClient", "TableClient", "entities", "PartitionKey", "RowKey".

1,733MIT
microsoft/data·1,401 tokens·pythonapi-design

@microsoft/azure-resource-lookup

skill

List, find, and show Azure resources. Answers "list my VMs", "show my storage accounts", "list websites", "find container apps", "what resources do I have", and similar queries for any Azure resource type. USE FOR: list resources, list virtual machines, list VMs, list storage accounts, list websites, list web apps, list container apps, show resources, find resources, what resources do I have, list resources in resource group, list resources in subscription, find resources by tag, find orphaned resources, resource inventory, count resources by type, cross-subscription resource query, Azure Resource Graph, resource discovery, list container registries, list SQL servers, list Key Vaults, show resource groups, list app services, find resources across subscriptions, find unattached disks, tag analysis. DO NOT USE FOR: deploying resources (use azure-deploy), creating or modifying resources, cost optimization (use azure-cost-optimization), writing application code, non-Azure clouds.

1,733MIT
microsoft/data·1,378 tokens·data

@microsoft/azure-resource-manager-playwright-dotnet

skill

Azure Resource Manager SDK for Microsoft Playwright Testing in .NET. Use for MANAGEMENT PLANE operations: creating/managing Playwright Testing workspaces, checking name availability, and managing workspace quotas via Azure Resource Manager. NOT for running Playwright tests - use Azure.Developer.MicrosoftPlaywrightTesting.NUnit for that. Triggers: "Playwright workspace", "create Playwright Testing workspace", "manage Playwright resources", "ARM Playwright", "PlaywrightWorkspaceResource", "provision Playwright Testing".

1,733MIT
microsoft/testing·2,463 tokens·testingsecurity

@microsoft/azure-ai-ml-py

skill

Azure Machine Learning SDK v2 for Python. Use for ML workspaces, jobs, models, datasets, compute, and pipelines. Triggers: "azure-ai-ml", "MLClient", "workspace", "model registry", "training jobs", "datasets".

1,733MIT
microsoft/data·1,469 tokens·python

@microsoft/azure-postgres

skill

Create new Azure Database for PostgreSQL Flexible Server instances and configure passwordless authentication with Microsoft Entra ID. Set up developer access, managed identities for apps, group-based permissions, and migrate from password-based to Entra ID authentication. Trigger phrases include "passwordless for postgres", "entra id postgres", "azure ad postgres authentication", "postgres managed identity", "migrate postgres to passwordless".

1,733MIT
microsoft/data·1,519 tokens·data

@microsoft/azure-monitor-opentelemetry-exporter-java

skill

Azure Monitor OpenTelemetry Exporter for Java. Export OpenTelemetry traces, metrics, and logs to Azure Monitor/Application Insights. Triggers: "AzureMonitorExporter java", "opentelemetry azure java", "application insights java otel", "azure monitor tracing java". Note: This package is DEPRECATED. Migrate to azure-monitor-opentelemetry-autoconfigure.

1,733MIT
microsoft/data·2,173 tokens·javagitapi-design+1

@microsoft/azure-security-keyvault-keys-dotnet

skill

Azure Key Vault Keys SDK for .NET. Client library for managing cryptographic keys in Azure Key Vault and Managed HSM. Use for key creation, rotation, encryption, decryption, signing, and verification. Triggers: "Key Vault keys", "KeyClient", "CryptographyClient", "RSA key", "EC key", "encrypt decrypt .NET", "key rotation", "HSM".

1,733MIT
microsoft/security·2,977 tokens·security

@microsoft/azure-ai-vision-imageanalysis-py

skill

Azure AI Vision Image Analysis SDK for captions, tags, objects, OCR, people detection, and smart cropping. Use for computer vision and image understanding tasks. Triggers: "image analysis", "computer vision", "OCR", "object detection", "ImageAnalysisClient", "image caption".

1,733MIT
microsoft/development·1,674 tokens·pythonapi-design

@microsoft/azure-communication-common-java

skill

Azure Communication Services common utilities for Java. Use when working with CommunicationTokenCredential, user identifiers, token refresh, or shared authentication across ACS services.

1,733MIT
microsoft/data·2,404 tokens·javaapi-design

@microsoft/azure-eventgrid-java

skill

Build event-driven applications with Azure Event Grid SDK for Java. Use when publishing events, implementing pub/sub patterns, or integrating with Azure services via events.

1,733MIT
microsoft/development·2,087 tokens·javaapi-design

@microsoft/azure-ai-contentsafety-ts

skill

Analyze text and images for harmful content using Azure AI Content Safety (@azure-rest/ai-content-safety). Use when moderating user-generated content, detecting hate speech, violence, sexual content, or self-harm, or managing custom blocklists.

1,733MIT
microsoft/security·1,919 tokens·typescriptapi-designsecurity

@microsoft/agent-framework-azure-ai-py

skill

Build Azure AI Foundry agents using the Microsoft Agent Framework Python SDK (agent-framework-azure-ai). Use when creating persistent agents with AzureAIAgentsProvider, using hosted tools (code interpreter, file search, web search), integrating MCP servers, managing conversation threads, or implementing streaming responses. Covers function tools, structured outputs, and multi-tool agents.

1,733MIT
microsoft/development·2,570 tokens·pythonapi-design

@microsoft/azure-mgmt-apicenter-dotnet

skill

Azure API Center SDK for .NET. Centralized API inventory management with governance, versioning, and discovery. Use for creating API services, workspaces, APIs, versions, definitions, environments, deployments, and metadata schemas. Triggers: "API Center", "ApiCenterService", "ApiCenterWorkspace", "ApiCenterApi", "API inventory", "API governance", "API versioning", "API catalog", "API discovery".

1,733MIT
microsoft/development·3,183 tokens·api-design

@microsoft/azure-cosmos-py

skill

Azure Cosmos DB SDK for Python (NoSQL API). Use for document CRUD, queries, containers, and globally distributed data. Triggers: "cosmos db", "CosmosClient", "container", "document", "NoSQL", "partition key".

1,733MIT
microsoft/data·1,730 tokens·pythonapi-design

@microsoft/azure-ai-anomalydetector-java

skill

Build anomaly detection applications with Azure AI Anomaly Detector SDK for Java. Use when implementing univariate/multivariate anomaly detection, time-series analysis, or AI-powered monitoring.

1,733MIT
microsoft/development·2,073 tokens·javaapi-design

@microsoft/azure-search-documents-py

skill

Azure AI Search SDK for Python. Use for vector search, hybrid search, semantic ranking, indexing, and skillsets. Triggers: "azure-search-documents", "SearchClient", "SearchIndexClient", "vector search", "hybrid search", "semantic search".

1,733MIT
microsoft/data·3,564 tokens·pythonapi-design

@microsoft/azure-ai-voicelive-ts

skill

Azure AI Voice Live SDK for JavaScript/TypeScript. Build real-time voice AI applications with bidirectional WebSocket communication. Use for voice assistants, conversational AI, real-time speech-to-speech, and voice-enabled chatbots in Node.js or browser environments. Triggers: "voice live", "real-time voice", "VoiceLiveClient", "VoiceLiveSession", "voice assistant TypeScript", "bidirectional audio", "speech-to-speech JavaScript".

1,733MIT
microsoft/development·3,258 tokens·typescriptjavascriptapi-design+1

@microsoft/azure-servicebus-py

skill

Azure Service Bus SDK for Python messaging. Use for queues, topics, subscriptions, and enterprise messaging patterns. Triggers: "service bus", "ServiceBusClient", "queue", "topic", "subscription", "message broker".

1,733MIT
microsoft/development·2,016 tokens·python

@microsoft/azure-ai-contentsafety-py

skill

Azure AI Content Safety SDK for Python. Use for detecting harmful content in text and images with multi-severity classification. Triggers: "azure-ai-contentsafety", "ContentSafetyClient", "content moderation", "harmful content", "text analysis", "image analysis".

1,733MIT
microsoft/development·1,424 tokens·pythonapi-design

@microsoft/azure-keyvault-keys-rust

skill

Azure Key Vault Keys SDK for Rust. Use for creating, managing, and using cryptographic keys. Triggers: "keyvault keys rust", "KeyClient rust", "create key rust", "encrypt rust", "sign rust".

1,733MIT
microsoft/development·979 tokens·rustsecurity

@microsoft/azure-storage-file-share-py

skill

Azure Storage File Share SDK for Python. Use for SMB file shares, directories, and file operations in the cloud. Triggers: "azure-storage-file-share", "ShareServiceClient", "ShareClient", "file share", "SMB".

1,733MIT
microsoft/git-workflow·1,250 tokens·pythongit

@microsoft/azure-compliance

skill

Comprehensive Azure compliance and security auditing capabilities including best practices assessment, Key Vault expiration monitoring, and resource configuration validation. USE FOR: compliance scan, security audit, azqr, Azure best practices, Key Vault expiration check, compliance assessment, resource review, configuration validation, expired certificates, expiring secrets, orphaned resources, policy compliance, security posture evaluation. DO NOT USE FOR: deploying resources (use azure-deploy), cost analysis alone (use azure-cost-optimization), active security hardening (use azure-security-hardening), general Azure Advisor queries (use azure-observability).

1,733MIT
microsoft/security·1,238 tokens·security

@microsoft/github-issue-creator

skill

Convert raw notes, error logs, voice dictation, or screenshots into crisp GitHub-flavored markdown issue reports. Use when the user pastes bug info, error messages, or informal descriptions and wants a structured GitHub issue. Supports images/GIFs for visual evidence.

1,733MIT
microsoft/development·910 tokens·gitsecurity

@microsoft/wiki-llms-txt

skill

Generates llms.txt and llms-full.txt files for LLM-friendly project documentation following the llms.txt specification. Use when the user wants to create LLM-readable summaries, llms.txt files, or make their wiki accessible to language models.

1,733MIT
microsoft/git-workflow·1,265 tokens·git

@microsoft/wiki-agents-md

skill

Generates AGENTS.md files for repository folders — coding agent context files with build commands, testing instructions, code style, project structure, and boundaries. Only generates where AGENTS.md is missing.

1,733MIT
microsoft/development·3,182 tokens·gogitapi-design+1

@microsoft/wiki-architect

skill

Analyzes code repositories and generates hierarchical documentation structures with onboarding guides. Use when the user wants to create a wiki, generate documentation, map a codebase structure, or understand a project's architecture at a high level.

1,733MIT
microsoft/development·994 tokens·gitdocumentation

@microsoft/azure-cosmos-rust

skill

Azure Cosmos DB SDK for Rust (NoSQL API). Use for document CRUD, queries, containers, and globally distributed data. Triggers: "cosmos db rust", "CosmosClient rust", "container", "document rust", "NoSQL rust", "partition key".

1,733MIT
microsoft/data·815 tokens·rustapi-design

@microsoft/azure-eventhub-ts

skill

Build event streaming applications using Azure Event Hubs SDK for JavaScript (@azure/event-hubs). Use when implementing high-throughput event ingestion, real-time analytics, IoT telemetry, or event-driven architectures with partitioned consumers.

1,733MIT
microsoft/data·1,787 tokens·typescriptjavascript

@microsoft/azure-ai-voicelive-py

skill

Build real-time voice AI applications using Azure AI Voice Live SDK (azure-ai-voicelive). Use this skill when creating Python applications that need real-time bidirectional audio communication with Azure AI, including voice assistants, voice-enabled chatbots, real-time speech-to-speech translation, voice-driven avatars, or any WebSocket-based audio streaming with AI models. Supports Server VAD (Voice Activity Detection), turn-based conversation, function calling, MCP tools, avatar integration, and transcription.

1,733MIT
microsoft/development·2,310 tokens·pythonapi-designsecurity

@microsoft/azure-appconfiguration-java

skill

Azure App Configuration SDK for Java. Centralized application configuration management with key-value settings, feature flags, and snapshots. Triggers: "ConfigurationClient java", "app configuration java", "feature flag java", "configuration setting java", "azure config java".

1,733MIT
microsoft/data·3,247 tokens·javaapi-design

@microsoft/azure-mgmt-weightsandbiases-dotnet

skill

Azure Weights & Biases SDK for .NET. ML experiment tracking and model management via Azure Marketplace. Use for creating W&B instances, managing SSO, marketplace integration, and ML observability. Triggers: "Weights and Biases", "W&B", "WeightsAndBiases", "ML experiment tracking", "model registry", "experiment management", "wandb".

1,733MIT
microsoft/productivity·2,652 tokens·api-design

@microsoft/azure-mgmt-applicationinsights-dotnet

skill

Azure Application Insights SDK for .NET. Application performance monitoring and observability resource management. Use for creating Application Insights components, web tests, workbooks, analytics items, and API keys. Triggers: "Application Insights", "ApplicationInsights", "App Insights", "APM", "application monitoring", "web tests", "availability tests", "workbooks".

1,733MIT
microsoft/data·4,370 tokens·api-designperformance

@microsoft/azure-ai-formrecognizer-java

skill

Build document analysis applications with Azure Document Intelligence (Form Recognizer) SDK for Java. Use when extracting text, tables, key-value pairs from documents, receipts, invoices, or building custom document models.

1,733MIT
microsoft/development·2,566 tokens·javaapi-design

@microsoft/azure-validate

skill

Pre-deployment validation checkpoint. Run deep checks to ensure your application is ready for Azure deployment. Validates configuration, infrastructure, permissions, and prerequisites. USE FOR: validate my app, check deployment readiness, run preflight checks, verify configuration, check if ready to deploy, validate azure.yaml, validate Bicep, test before deploying, troubleshoot deployment errors. DO NOT USE FOR: creating or building apps (use azure-prepare), executing deployments (use azure-deploy).

1,733MIT
microsoft/productivity·734 tokens·testingdocumentation

@microsoft/azure-eventhub-rust

skill

Azure Event Hubs SDK for Rust. Use for sending and receiving events, streaming data ingestion. Triggers: "event hubs rust", "ProducerClient rust", "ConsumerClient rust", "send event rust", "streaming rust".

1,733MIT
microsoft/data·854 tokens·rust

@microsoft/azure-cosmos-db-py

skill

Build Azure Cosmos DB NoSQL services with Python/FastAPI following production-grade patterns. Use when implementing database client setup with dual auth (DefaultAzureCredential + emulator), service layer classes with CRUD operations, partition key strategies, parameterized queries, or TDD patterns for Cosmos. Triggers on phrases like "Cosmos DB", "NoSQL database", "document store", "add persistence", "database service layer", or "Python Cosmos SDK".

1,733MIT
microsoft/development·2,143 tokens·pythonsecurity

@microsoft/azure-messaging-webpubsub-java

skill

Build real-time web applications with Azure Web PubSub SDK for Java. Use when implementing WebSocket-based messaging, live updates, chat applications, or server-to-client push notifications.

1,733MIT
microsoft/development·2,140 tokens·javaapi-design

@microsoft/azure-storage-file-share-ts

skill

Azure File Share JavaScript/TypeScript SDK (@azure/storage-file-share) for SMB file share operations. Use for creating shares, managing directories, uploading/downloading files, and handling file metadata. Supports Azure Files SMB protocol scenarios. Triggers: "file share", "@azure/storage-file-share", "ShareServiceClient", "ShareClient", "SMB", "Azure Files".

1,733MIT
microsoft/development·3,022 tokens·typescriptjavascript

@microsoft/entra-app-registration

skill

Guides Microsoft Entra ID app registration, OAuth 2.0 authentication, and MSAL integration. USE FOR: create app registration, register Azure AD app, configure OAuth, set up authentication, add API permissions, generate service principal, MSAL example, console app auth, Entra ID setup, Azure AD authentication. DO NOT USE FOR: Azure RBAC or role assignments (use azure-rbac), Key Vault secrets (use azure-keyvault-expiration-audit), Azure resource security (use azure-security).

1,733MIT
microsoft/security·2,054 tokens·reactjavascriptapi-design+1

@microsoft/azure-search-documents-dotnet

skill

Azure AI Search SDK for .NET (Azure.Search.Documents). Use for building search applications with full-text, vector, semantic, and hybrid search. Covers SearchClient (queries, document CRUD), SearchIndexClient (index management), and SearchIndexerClient (indexers, skillsets). Triggers: "Azure Search .NET", "SearchClient", "SearchIndexClient", "vector search C#", "semantic search .NET", "hybrid search", "Azure.Search.Documents".

1,733MIT
microsoft/data·2,416 tokens·api-designsecurity

@microsoft/azure-security-keyvault-secrets-java

skill

Azure Key Vault Secrets Java SDK for secret management. Use when storing, retrieving, or managing passwords, API keys, connection strings, or other sensitive configuration data.

1,733MIT
microsoft/data·2,856 tokens·javaapi-designsecurity

@microsoft/frontend-design-review

skill

Review and create distinctive, production-grade frontend interfaces with high design quality and design system compliance. Evaluates using three pillars: frictionless insight-to-action, quality craft, and trustworthy building. USE FOR: PR reviews, design reviews, accessibility audits, design system compliance checks, creative frontend design, UI code review, component reviews, responsive design checks, theme testing, and creating memorable UI. DO NOT USE FOR: Backend API reviews, database schema reviews, infrastructure or DevOps work, pure business logic without UI, or non-frontend code.

1,733MIT
microsoft/code-quality·1,539 tokens·gitapi-designperformance

@microsoft/azure-prepare

skill

Default entry point for Azure application development. Invoke this skill for ANY application work related to Azure: creating apps, building features, adding components, updating code, migrating, or modernizing. Analyzes your project and prepares it for Azure deployment. USE FOR: create an app, build a web app, create API, create frontend, create backend, add a feature, build a service, make an application, develop a project, migrate my app, modernize my code, update my application, add database, add authentication, add caching, deploy to Azure, host on Azure. DO NOT USE FOR: only validating an already-prepared app (use azure-validate), only running azd up/deploy (use azure-deploy).

1,733MIT
microsoft/development·1,473 tokens·goapi-design

@microsoft/agents-v2-py

skill

Build container-based Foundry Agents using Azure AI Projects SDK with ImageBasedHostedAgentDefinition. Use when creating hosted agents that run custom code in Azure AI Foundry with your own container images. Triggers: "ImageBasedHostedAgentDefinition", "hosted agent", "container agent", "Foundry Agent", "create_version", "ProtocolVersionRecord", "AgentProtocol.RESPONSES", "custom agent image".

1,733MIT
microsoft/development·2,329 tokens·pythonapi-design

@microsoft/azure-diagnostics

skill

Debug and troubleshoot production issues on Azure. Covers Container Apps diagnostics, log analysis with KQL, health checks, and common issue resolution for image pulls, cold starts, and health probes. USE FOR: debug production issues, troubleshoot container apps, analyze logs with KQL, fix image pull failures, resolve cold start issues, investigate health probe failures, check resource health, view application logs, find root cause of errors DO NOT USE FOR: deploying applications (use azure-deploy), creating new resources (use azure-prepare), setting up monitoring (use azure-observability), cost optimization (use azure-cost-optimization)

1,733MIT
microsoft/code-quality·875 tokens·documentationperformance

@microsoft/frontend-ui-dark-ts

skill

Build dark-themed React applications using Tailwind CSS with custom theming, glassmorphism effects, and Framer Motion animations. Use when creating dashboards, admin panels, or data-rich interfaces with a refined dark aesthetic.

1,733MIT
microsoft/design·3,621 tokens·reacttypescript

@microsoft/azure-ai-projects-ts

skill

Build AI applications using Azure AI Projects SDK for JavaScript (@azure/ai-projects). Use when working with Foundry project clients, agents, connections, deployments, datasets, indexes, evaluations, or getting OpenAI clients.

1,733MIT
microsoft/development·1,732 tokens·typescriptjavascriptapi-design

@microsoft/azure-ai-transcription-py

skill

Azure AI Transcription SDK for Python. Use for real-time and batch speech-to-text transcription with timestamps and diarization. Triggers: "transcription", "speech to text", "Azure AI Transcription", "TranscriptionClient".

1,733MIT
microsoft/productivity·448 tokens·pythonapi-design

@microsoft/azure-keyvault-secrets-rust

skill

Azure Key Vault Secrets SDK for Rust. Use for storing and retrieving secrets, passwords, and API keys. Triggers: "keyvault secrets rust", "SecretClient rust", "get secret rust", "set secret rust".

1,733MIT
microsoft/development·884 tokens·rustapi-design

@microsoft/azure-storage-queue-ts

skill

Azure Queue Storage JavaScript/TypeScript SDK (@azure/storage-queue) for message queue operations. Use for sending, receiving, peeking, and deleting messages in queues. Supports visibility timeout, message encoding, and batch operations. Triggers: "queue storage", "@azure/storage-queue", "QueueServiceClient", "QueueClient", "send message", "receive message", "dequeue", "visibility timeout".

1,733MIT
microsoft/development·3,296 tokens·typescriptjavascript

@microsoft/azure-storage-file-datalake-py

skill

Azure Data Lake Storage Gen2 SDK for Python. Use for hierarchical file systems, big data analytics, and file/directory operations. Triggers: "data lake", "DataLakeServiceClient", "FileSystemClient", "ADLS Gen2", "hierarchical namespace".

1,733MIT
microsoft/data·1,369 tokens·python

@microsoft/azure-ai-language-conversations-py

skill

Implement Conversational Language Understanding (CLU) using the azure-ai-language-conversations Python SDK. Use when working with ConversationAnalysisClient to analyze conversation intent and entities, building NLP features, or integrating language understanding into applications.

1,733MIT
microsoft/development·625 tokens·pythonapi-design

@microsoft/microsoft-azure-webjobs-extensions-authentication-events-dotnet

skill

Microsoft Entra Authentication Events SDK for .NET. Azure Functions triggers for custom authentication extensions. Use for token enrichment, custom claims, attribute collection, and OTP customization in Entra ID. Triggers: "Authentication Events", "WebJobsAuthenticationEventsTrigger", "OnTokenIssuanceStart", "OnAttributeCollectionStart", "custom claims", "token enrichment", "Entra custom extension", "authentication extension".

1,733MIT
microsoft/data·3,749 tokens·data

@microsoft/azure-monitor-opentelemetry-ts

skill

Instrument applications with Azure Monitor and OpenTelemetry for JavaScript (@azure/monitor-opentelemetry). Use when adding distributed tracing, metrics, and logs to Node.js applications with Application Insights.

1,733MIT
microsoft/development·2,084 tokens·typescriptjavascript

@microsoft/azure-ai-contentunderstanding-py

skill

Azure AI Content Understanding SDK for Python. Use for multimodal content extraction from documents, images, audio, and video. Triggers: "azure-ai-contentunderstanding", "ContentUnderstandingClient", "multimodal analysis", "document extraction", "video analysis", "audio transcription".

1,733MIT
microsoft/productivity·1,980 tokens·pythonapi-design

@microsoft/azure-ai-vision-imageanalysis-java

skill

Build image analysis applications with Azure AI Vision SDK for Java. Use when implementing image captioning, OCR text extraction, object detection, tagging, or smart cropping.

1,733MIT
microsoft/development·1,993 tokens·javaapi-design

@microsoft/azure-mgmt-apimanagement-py

skill

Azure API Management SDK for Python. Use for managing APIM services, APIs, products, subscriptions, and policies. Triggers: "azure-mgmt-apimanagement", "ApiManagementClient", "APIM", "API gateway", "API Management".

1,733MIT
microsoft/development·1,701 tokens·pythonapi-design

@microsoft/azure-ai-translation-ts

skill

Build translation applications using Azure Translation SDKs for JavaScript (@azure-rest/ai-translation-text, @azure-rest/ai-translation-document). Use when implementing text translation, transliteration, language detection, or batch document translation.

1,733MIT
microsoft/development·1,810 tokens·typescriptjavascriptapi-design

@microsoft/azure-keyvault-keys-ts

skill

Manage cryptographic keys using Azure Key Vault Keys SDK for JavaScript (@azure/keyvault-keys). Use when creating, encrypting/decrypting, signing, or rotating keys.

1,733MIT
microsoft/development·1,535 tokens·typescriptjavascript

@microsoft/azure-identity-py

skill

Azure Identity SDK for Python authentication. Use for DefaultAzureCredential, managed identity, service principals, and token caching. Triggers: "azure-identity", "DefaultAzureCredential", "authentication", "managed identity", "service principal", "credential".

1,733MIT
microsoft/devops·1,354 tokens·pythonkubernetessecurity

@microsoft/azure-ai-projects-dotnet

skill

Azure AI Projects SDK for .NET. High-level client for Azure AI Foundry projects including agents, connections, datasets, deployments, evaluations, and indexes. Use for AI Foundry project management, versioned agents, and orchestration. Triggers: "AI Projects", "AIProjectClient", "Foundry project", "versioned agents", "evaluations", "datasets", "connections", "deployments .NET".

1,733MIT
microsoft/development·2,712 tokens·api-design

@microsoft/zustand-store-ts

skill

Create Zustand stores with TypeScript, subscribeWithSelector middleware, and proper state/action separation. Use when building React state management, creating global stores, or implementing reactive state patterns with Zustand.

1,733MIT
microsoft/testing·424 tokens·reacttypescripttesting

@microsoft/azure-postgres-ts

skill

Connect to Azure Database for PostgreSQL Flexible Server from Node.js/TypeScript using the pg (node-postgres) package. Use for PostgreSQL queries, connection pooling, transactions, and Microsoft Entra ID (passwordless) authentication. Triggers: "PostgreSQL", "postgres", "pg client", "node-postgres", "Azure PostgreSQL connection", "PostgreSQL TypeScript", "pg Pool", "passwordless postgres".

1,733MIT
microsoft/data·3,194 tokens·typescriptjavascript

@microsoft/azure-keyvault-secrets-ts

skill

Manage secrets using Azure Key Vault Secrets SDK for JavaScript (@azure/keyvault-secrets). Use when storing and retrieving application secrets or configuration values.

1,733MIT
microsoft/development·1,534 tokens·typescriptjavascript

@microsoft/azure-mgmt-fabric-dotnet

skill

Azure Resource Manager SDK for Fabric in .NET. Use for MANAGEMENT PLANE operations: provisioning, scaling, suspending/resuming Microsoft Fabric capacities, checking name availability, and listing SKUs via Azure Resource Manager. Triggers: "Fabric capacity", "create capacity", "suspend capacity", "resume capacity", "Fabric SKU", "provision Fabric", "ARM Fabric", "FabricCapacityResource".

1,733MIT
microsoft/security·2,737 tokens·api-designsecurity

@microsoft/azure-monitor-opentelemetry-py

skill

Azure Monitor OpenTelemetry Distro for Python. Use for one-line Application Insights setup with auto-instrumentation. Triggers: "azure-monitor-opentelemetry", "configure_azure_monitor", "Application Insights", "OpenTelemetry distro", "auto-instrumentation".

1,733MIT
microsoft/development·1,271 tokens·python

@microsoft/azure-ai-agents-persistent-dotnet

skill

Azure AI Agents Persistent SDK for .NET. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools. Use for agent CRUD, conversation threads, streaming responses, function calling, file search, and code interpreter. Triggers: "PersistentAgentsClient", "persistent agents", "agent threads", "agent runs", "streaming agents", "function calling agents .NET".

1,733MIT
microsoft/development·2,762 tokens·api-design

@microsoft/azure-resource-manager-mysql-dotnet

skill

Azure MySQL Flexible Server SDK for .NET. Database management for MySQL Flexible Server deployments. Use for creating servers, databases, firewall rules, configurations, backups, and high availability. Triggers: "MySQL", "MySqlFlexibleServer", "MySQL Flexible Server", "Azure Database for MySQL", "MySQL database management", "MySQL firewall", "MySQL backup".

1,733MIT
microsoft/data·3,335 tokens·api-design

@microsoft/azure-communication-callingserver-java

skill

Azure Communication Services CallingServer (legacy) Java SDK. Note - This SDK is deprecated. Use azure-communication-callautomation instead for new projects. Only use this skill when maintaining legacy code.

1,733MIT
microsoft/development·699 tokens·java

@microsoft/azure-resource-manager-cosmosdb-dotnet

skill

Azure Resource Manager SDK for Cosmos DB in .NET. Use for MANAGEMENT PLANE operations: creating/managing Cosmos DB accounts, databases, containers, throughput settings, and RBAC via Azure Resource Manager. NOT for data plane operations (CRUD on documents) - use Microsoft.Azure.Cosmos for that. Triggers: "Cosmos DB account", "create Cosmos account", "manage Cosmos resources", "ARM Cosmos", "CosmosDBAccountResource", "provision Cosmos DB".

1,733MIT
microsoft/security·1,976 tokens·security

@microsoft/azure-maps-search-dotnet

skill

Azure Maps SDK for .NET. Location-based services including geocoding, routing, rendering, geolocation, and weather. Use for address search, directions, map tiles, IP geolocation, and weather data. Triggers: "Azure Maps", "MapsSearchClient", "MapsRoutingClient", "MapsRenderingClient", "geocoding .NET", "route directions", "map tiles", "geolocation".

1,733MIT
microsoft/security·3,758 tokens·security

@microsoft/azure-web-pubsub-ts

skill

Build real-time messaging applications using Azure Web PubSub SDKs for JavaScript (@azure/web-pubsub, @azure/web-pubsub-client). Use when implementing WebSocket-based real-time features, pub/sub messaging, group chat, or live notifications.

1,733MIT
microsoft/development·1,912 tokens·typescriptjavascriptapi-design

@microsoft/react-flow-node-ts

skill

Create React Flow node components with TypeScript types, handles, and Zustand integration. Use when building custom nodes for React Flow canvas, creating visual workflow editors, or implementing node-based UI components.

1,733MIT
microsoft/design·486 tokens·reacttypescript

@microsoft/hosted-agents-v2-py

skill

Build hosted agents using Azure AI Projects SDK with ImageBasedHostedAgentDefinition. Use when creating container-based agents that run custom code in Azure AI Foundry. Triggers: "ImageBasedHostedAgentDefinition", "hosted agent", "container agent", "create_version", "ProtocolVersionRecord", "AgentProtocol.RESPONSES".

1,733MIT
microsoft/development·2,312 tokens·pythonapi-design

@microsoft/m365-agents-ts

skill

Microsoft 365 Agents SDK for TypeScript/Node.js. Build multichannel agents for Teams/M365/Copilot Studio with AgentApplication routing, Express hosting, streaming responses, and Copilot Studio client integration. Triggers: "Microsoft 365 Agents SDK", "@microsoft/agents-hosting", "AgentApplication", "startServer", "streamingResponse", "Copilot Studio client", "@microsoft/agents-copilotstudio-client".

1,733MIT
microsoft/development·1,615 tokens·typescriptjavascriptapi-design

@microsoft/entra-agent-id

skill

Microsoft Entra Agent ID (preview) for creating OAuth2-capable AI agent identities via Microsoft Graph beta API. Covers Agent Identity Blueprints, BlueprintPrincipals, Agent Identities, required permissions, sponsors, and Workload Identity Federation. Triggers: "agent identity", "agent id", "Agent Identity Blueprint", "BlueprintPrincipal", "entra agent", "agent identity provisioning", "Graph agent identity".

1,733MIT
microsoft/data·2,172 tokens·pythonapi-design

@microsoft/fastapi-router-py

skill

Create FastAPI routers with CRUD operations, authentication dependencies, and proper response models. Use when building REST API endpoints, creating new routes, implementing CRUD operations, or adding authenticated endpoints in FastAPI applications.

1,733MIT
microsoft/security·397 tokens·pythonapi-designsecurity

@microsoft/azure-identity-dotnet

skill

Azure Identity SDK for .NET. Authentication library for Azure SDK clients using Microsoft Entra ID. Use for DefaultAzureCredential, managed identity, service principals, and developer credentials. Triggers: "Azure Identity", "DefaultAzureCredential", "ManagedIdentityCredential", "ClientSecretCredential", "authentication .NET", "Azure auth", "credential chain".

1,733MIT
microsoft/security·2,428 tokens·security

@microsoft/azure-servicebus-dotnet

skill

Azure Service Bus SDK for .NET. Enterprise messaging with queues, topics, subscriptions, and sessions. Use for reliable message delivery, pub/sub patterns, dead letter handling, and background processing. Triggers: "Service Bus", "ServiceBusClient", "ServiceBusSender", "ServiceBusReceiver", "ServiceBusProcessor", "message queue", "pub/sub .NET", "dead letter queue".

1,733MIT
microsoft/development·2,613 tokens·api-design

@microsoft/azure-ai-textanalytics-py

skill

Azure AI Text Analytics SDK for sentiment analysis, entity recognition, key phrases, language detection, PII, and healthcare NLP. Use for natural language processing on text. Triggers: "text analytics", "sentiment analysis", "entity recognition", "key phrase", "PII detection", "TextAnalyticsClient".

1,733MIT
microsoft/documentation·1,671 tokens·pythonapi-designdocumentation

@microsoft/azure-monitor-ingestion-java

skill

Azure Monitor Ingestion SDK for Java. Send custom logs to Azure Monitor via Data Collection Rules (DCR) and Data Collection Endpoints (DCE). Triggers: "LogsIngestionClient java", "azure monitor ingestion java", "custom logs java", "DCR java", "data collection rule java".

1,733MIT
microsoft/data·1,808 tokens·javaapi-design

@microsoft/azure-search-documents-ts

skill

Build search applications using Azure AI Search SDK for JavaScript (@azure/search-documents). Use when creating/managing indexes, implementing vector/hybrid search, semantic ranking, or building agentic retrieval with knowledge bases.

1,733MIT
microsoft/development·1,660 tokens·typescriptjavascriptapi-design

@microsoft/azure-resource-manager-sql-dotnet

skill

Azure Resource Manager SDK for Azure SQL in .NET. Use for MANAGEMENT PLANE operations: creating/managing SQL servers, databases, elastic pools, firewall rules, and failover groups via Azure Resource Manager. NOT for data plane operations (executing queries) - use Microsoft.Data.SqlClient for that. Triggers: "SQL server", "create SQL database", "manage SQL resources", "ARM SQL", "SqlServerResource", "provision Azure SQL", "elastic pool", "firewall rule".

1,733MIT
microsoft/data·2,444 tokens·security

@microsoft/m365-agents-dotnet

skill

Microsoft 365 Agents SDK for .NET. Build multichannel agents for Teams/M365/Copilot Studio with ASP.NET Core hosting, AgentApplication routing, and MSAL-based auth. Triggers: "Microsoft 365 Agents SDK", "Microsoft.Agents", "AddAgentApplicationOptions", "AgentApplication", "AddAgentAspNetAuthentication", "Copilot Studio client", "IAgentHttpAdapter".

1,733MIT
microsoft/development·2,395 tokens·api-designsecurity

@microsoft/azure-identity-java

skill

Azure Identity Java SDK for authentication with Azure services. Use when implementing DefaultAzureCredential, managed identity, service principal, or any Azure authentication pattern in Java applications.

1,733MIT
microsoft/devops·2,752 tokens·javaapi-design

@microsoft/m365-agents-py

skill

Microsoft 365 Agents SDK for Python. Build multichannel agents for Teams/M365/Copilot Studio with aiohttp hosting, AgentApplication routing, streaming responses, and MSAL-based auth. Triggers: "Microsoft 365 Agents SDK", "microsoft_agents", "AgentApplication", "start_agent_process", "TurnContext", "Copilot Studio client", "CloudAdapter".

1,733MIT
microsoft/development·3,052 tokens·pythonapi-designsecurity

@microsoft/azure-aigateway

skill

Configure Azure API Management (APIM) as AI Gateway to secure, observe, control AI models, MCP servers, agents. Helps with rate limiting, semantic caching, content safety, load balancing. USE FOR: AI Gateway, APIM, setup gateway, configure gateway, add gateway, model gateway, MCP server, rate limit, token limit, semantic cache, content safety, load balance, OpenAPI import, convert API to MCP. DO NOT USE FOR: deploy models (use microsoft-foundry), Azure Functions (use azure-functions), databases (use azure-postgres).

1,733MIT
microsoft/security·6,329 tokens·api-designsecurity·Requires Azure CLI (az) for configuration and testing

@microsoft/azure-ai-translation-text-py

skill

Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications. Triggers: "text translation", "translator", "translate text", "transliterate", "TextTranslationClient".

1,733MIT
microsoft/productivity·1,840 tokens·pythonapi-design

@microsoft/wiki-changelog

skill

Analyzes git commit history and generates structured changelogs categorized by change type. Use when the user asks about recent changes, wants a changelog, or needs to understand what changed in the repository.

1,733MIT
microsoft/git-workflow·437 tokens·gitdocumentation

@microsoft/azure-ai-contentsafety-java

skill

Build content moderation applications with Azure AI Content Safety SDK for Java. Use when implementing text/image analysis, blocklist management, or harm detection for hate, violence, sexual content, and self-harm.

1,733MIT
microsoft/development·1,938 tokens·javaapi-design

@microsoft/azure-ai-voicelive-dotnet

skill

Azure AI Voice Live SDK for .NET. Build real-time voice AI applications with bidirectional WebSocket communication. Use for voice assistants, conversational AI, real-time speech-to-speech, and voice-enabled chatbots. Triggers: "voice live", "real-time voice", "VoiceLiveClient", "VoiceLiveSession", "voice assistant .NET", "bidirectional audio", "speech-to-speech".

1,733MIT
microsoft/development·2,113 tokens·api-design

@microsoft/azure-monitor-ingestion-py

skill

Azure Monitor Ingestion SDK for Python. Use for sending custom logs to Log Analytics workspace via Logs Ingestion API. Triggers: "azure-monitor-ingestion", "LogsIngestionClient", "custom logs", "DCR", "data collection rule", "Log Analytics".

1,733MIT
microsoft/data·1,344 tokens·pythonapi-design

@microsoft/azure-appconfiguration-ts

skill

Build applications using Azure App Configuration SDK for JavaScript (@azure/app-configuration). Use when working with configuration settings, feature flags, Key Vault references, dynamic refresh, or centralized configuration management.

1,733MIT
microsoft/development·2,066 tokens·typescriptjavascriptapi-design

@microsoft/azure-ai-agents-persistent-java

skill

Azure AI Agents Persistent SDK for Java. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools. Triggers: "PersistentAgentsClient", "persistent agents java", "agent threads java", "agent runs java", "streaming agents java".

1,733MIT
microsoft/development·914 tokens·javaapi-design

@microsoft/azure-mgmt-apimanagement-dotnet

skill

Azure Resource Manager SDK for API Management in .NET. Use for MANAGEMENT PLANE operations: creating/managing APIM services, APIs, products, subscriptions, policies, users, groups, gateways, and backends via Azure Resource Manager. Triggers: "API Management", "APIM service", "create APIM", "manage APIs", "ApiManagementServiceResource", "API policies", "APIM products", "APIM subscriptions".

1,733MIT
microsoft/security·2,409 tokens·api-designsecurity

@microsoft/azure-ai-translation-document-py

skill

Azure AI Document Translation SDK for batch translation of documents with format preservation. Use for translating Word, PDF, Excel, PowerPoint, and other document formats at scale. Triggers: "document translation", "batch translation", "translate documents", "DocumentTranslationClient".

1,733MIT
microsoft/development·1,705 tokens·pythonapi-design

@microsoft/azure-communication-callautomation-java

skill

Build call automation workflows with Azure Communication Services Call Automation Java SDK. Use when implementing IVR systems, call routing, call recording, DTMF recognition, text-to-speech, or AI-powered call flows.

1,733MIT
microsoft/development·2,091 tokens·javaapi-design

@microsoft/azure-mgmt-arizeaiobservabilityeval-dotnet

skill

Azure Resource Manager SDK for Arize AI Observability and Evaluation (.NET). Use when managing Arize AI organizations on Azure via Azure Marketplace, creating/updating/deleting Arize resources, or integrating Arize ML observability into .NET applications. Triggers: "Arize AI", "ML observability", "ArizeAIObservabilityEval", "Arize organization".

1,733MIT
microsoft/productivity·1,814 tokens·api-design

@microsoft/agent-framework

skill

Create AI agents and workflows using Microsoft Agent Framework SDK. Supports single-agent and multi-agent workflow patterns. USE FOR: create agent, build agent, scaffold agent, new agent, agent framework, workflow pattern, multi-agent, MCP tools, create workflow. DO NOT USE FOR: deploying agents (use agent/deploy), evaluating agents (use agent/evaluate), Azure AI Foundry agents without Agent Framework SDK.

1,733MIT
microsoft/development·1,672 tokens·python

@microsoft/azure-observability

skill

Azure Observability Services including Azure Monitor, Application Insights, Log Analytics, Alerts, and Workbooks. Provides metrics, APM, distributed tracing, KQL queries, and interactive reports.

1,733MIT
microsoft/data·939 tokens·data

@microsoft/microsoft-foundry

skill

Use this skill to work with Microsoft Foundry (Azure AI Foundry): deploy AI models from catalog, build RAG applications with knowledge indexes, create and evaluate AI agents, manage RBAC permissions and role assignments, manage quotas and capacity, create Foundry resources. USE FOR: Microsoft Foundry, AI Foundry, deploy model, model catalog, RAG, knowledge index, create agent, evaluate agent, agent monitoring, create Foundry project, new Foundry project, set up Foundry, onboard to Foundry, provision Foundry infrastructure, create Foundry resource, create AI Services, multi-service resource, AIServices kind, register resource provider, enable Cognitive Services, setup AI Services account, create resource group for Foundry, RBAC, role assignment, managed identity, service principal, permissions, quota, capacity, TPM, deployment failure, QuotaExceeded. DO NOT USE FOR: Azure Functions (use azure-functions), App Service (use azure-create-app), generic Azure resource creation (use azure-create-app).

1,733MIT
microsoft/development·938 tokens·development

@microsoft/wiki-ado-convert

skill

Converts VitePress/GFM wiki markdown to Azure DevOps Wiki-compatible format. Generates a Node.js build script that transforms Mermaid syntax, strips front matter, fixes links, and outputs ADO-compatible copies to dist/ado-wiki/.

1,733MIT
microsoft/development·2,309 tokens·javascriptgit

@microsoft/wiki-page-writer

skill

Generates rich technical documentation pages with dark-mode Mermaid diagrams, source code citations, and first-principles depth. Use when writing documentation, generating wiki pages, creating technical deep-dives, or documenting specific components or systems.

1,733MIT
microsoft/development·1,440 tokens·git

@microsoft/wiki-researcher

skill

Conducts multi-turn iterative deep research on specific topics within a codebase with zero tolerance for shallow analysis. Use when the user wants an in-depth investigation, needs to understand how something works across multiple files, or asks for comprehensive analysis of a specific system or pattern.

1,733MIT
microsoft/git-workflow·1,102 tokens·git

@microsoft/wiki-qa

skill

Answers questions about a code repository using source file analysis. Use when the user asks a question about how something works, wants to understand a component, or needs help navigating the codebase.

1,733MIT
microsoft/git-workflow·573 tokens·typescriptgit

@microsoft/cloud-solution-architect

skill

Transform the agent into a Cloud Solution Architect following Azure Architecture Center best practices. Use when designing cloud architectures, reviewing system designs, selecting architecture styles, applying cloud design patterns, making technology choices, or conducting Well-Architected Framework reviews.

1,733MIT
microsoft/code-quality·4,361 tokens·api-designperformance

@microsoft/deploy-model

skill

Unified Azure OpenAI model deployment skill with intelligent intent-based routing. Handles quick preset deployments, fully customized deployments (version/SKU/capacity/RAI policy), and capacity discovery across regions and projects. USE FOR: deploy model, deploy gpt, create deployment, model deployment, deploy openai model, set up model, provision model, find capacity, check model availability, where can I deploy, best region for model, capacity analysis. DO NOT USE FOR: listing existing deployments (use foundry_models_deployments_list MCP tool), deleting deployments, agent creation (use agent/create), project creation (use project/create).

1,733MIT
microsoft/data·1,626 tokens·data

@microsoft/podcast-generation

skill

Generate AI-powered podcast-style audio narratives using Azure OpenAI's GPT Realtime Mini model via WebSocket. Use when building text-to-speech features, audio narrative generation, podcast creation from content, or integrating with Azure OpenAI Realtime API for real audio output. Covers full-stack implementation from React frontend to Python FastAPI backend with WebSocket streaming.

1,733MIT
microsoft/development·947 tokens·reactpythonapi-design

@microsoft/azure-security-keyvault-keys-java

skill

Azure Key Vault Keys Java SDK for cryptographic key management. Use when creating, managing, or using RSA/EC keys, performing encrypt/decrypt/sign/verify operations, or working with HSM-backed keys.

1,733MIT
microsoft/development·2,725 tokens·javasecurity

@microsoft/continual-learning

skill

Guide for implementing continual learning in AI coding agents — hooks, memory scoping, reflection patterns. Use when setting up learning infrastructure for agents.

1,733MIT
microsoft/development·620 tokens·gitdocumentationsecurity

@microsoft/azure-ai-projects-java

skill

Azure AI Projects SDK for Java. High-level SDK for Azure AI Foundry project management including connections, datasets, indexes, and evaluations. Triggers: "AIProjectClient java", "azure ai projects java", "Foundry project java", "ConnectionsClient", "DatasetsClient", "IndexesClient".

1,733MIT
microsoft/development·1,200 tokens·javaapi-design

@microsoft/azure-ai-projects-py

skill

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.

1,733MIT
microsoft/development·2,248 tokens·pythonapi-design

@microsoft/wiki-vitepress

skill

Packages generated wiki Markdown into a VitePress static site with dark theme, dark-mode Mermaid diagrams with click-to-zoom, and production build output. Use when the user wants to create a browsable website from generated wiki pages.

1,733MIT
microsoft/development·1,100 tokens·typescript

@microsoft/azure-cosmos-java

skill

Azure Cosmos DB SDK for Java. NoSQL database operations with global distribution, multi-model support, and reactive patterns. Triggers: "CosmosClient java", "CosmosAsyncClient", "cosmos database java", "cosmosdb java", "document database java".

1,733MIT
microsoft/data·1,858 tokens·javaapi-design

@microsoft/azure-eventhub-py

skill

Azure Event Hubs SDK for Python streaming. Use for high-throughput event ingestion, producers, consumers, and checkpointing. Triggers: "event hubs", "EventHubProducerClient", "EventHubConsumerClient", "streaming", "partitions".

1,733MIT
microsoft/data·1,735 tokens·python

@microsoft/azure-eventhub-java

skill

Build real-time streaming applications with Azure Event Hubs SDK for Java. Use when implementing event streaming, high-throughput data ingestion, or building event-driven architectures.

1,733MIT
microsoft/development·2,592 tokens·java

@microsoft/azure-mgmt-fabric-py

skill

Azure Fabric Management SDK for Python. Use for managing Microsoft Fabric capacities and resources. Triggers: "azure-mgmt-fabric", "FabricMgmtClient", "Fabric capacity", "Microsoft Fabric", "Power BI capacity".

1,733MIT
microsoft/development·1,566 tokens·python

@microsoft/azure-eventhub-dotnet

skill

Azure Event Hubs SDK for .NET. Use for high-throughput event streaming: sending events (EventHubProducerClient, EventHubBufferedProducerClient), receiving events (EventProcessorClient with checkpointing), partition management, and real-time data ingestion. Triggers: "Event Hubs", "event streaming", "EventHubProducerClient", "EventProcessorClient", "send events", "receive events", "checkpointing", "partition".

1,733MIT
microsoft/security·2,584 tokens·api-designsecurity

@microsoft/azure-storage-blob-java

skill

Build blob storage applications with Azure Storage Blob SDK for Java. Use when uploading, downloading, or managing files in Azure Blob Storage, working with containers, or implementing streaming data operations.

1,733MIT
microsoft/development·2,503 tokens·javaapi-design

@microsoft/azure-identity-ts

skill

Authenticate to Azure services using Azure Identity SDK for JavaScript (@azure/identity). Use when configuring authentication with DefaultAzureCredential, managed identity, service principals, or interactive browser login.

1,733MIT
microsoft/devops·1,697 tokens·typescriptjavascriptkubernetes

@microsoft/azure-mgmt-apicenter-py

skill

Azure API Center Management SDK for Python. Use for managing API inventory, metadata, and governance across your organization. Triggers: "azure-mgmt-apicenter", "ApiCenterMgmtClient", "API Center", "API inventory", "API governance".

1,733MIT
microsoft/development·1,598 tokens·pythonapi-design

@microsoft/azure-mgmt-botservice-py

skill

Azure Bot Service Management SDK for Python. Use for creating, managing, and configuring Azure Bot Service resources. Triggers: "azure-mgmt-botservice", "AzureBotService", "bot management", "conversational AI", "bot channels".

1,733MIT
microsoft/development·1,911 tokens·pythonapi-design

@microsoft/azure-storage-blob-ts

skill

Azure Blob Storage JavaScript/TypeScript SDK (@azure/storage-blob) for blob operations. Use for uploading, downloading, listing, and managing blobs and containers. Supports block blobs, append blobs, page blobs, SAS tokens, and streaming. Triggers: "blob storage", "@azure/storage-blob", "BlobServiceClient", "ContainerClient", "upload blob", "download blob", "SAS token", "block blob".

1,733MIT
microsoft/development·3,094 tokens·typescriptjavascript

@microsoft/validate-skills

skill

Validate that commands documented in skill files actually work. Use when creating, updating, or reviewing skills to ensure all documented commands exit with code 0.

953MIT
microsoft/development·759 tokens·development

@microsoft/creating-skills

skill

Create custom agent capabilities when discovering novel tools, receiving task-agnostic tips from reviewers, or after researching specialized workflows not covered in existing instructions. Teaches structure, YAML optimization for LLM discoverability, and token efficiency.

953MIT
microsoft/productivity·1,473 tokens·git

@microsoft/vstest-build-test

skill

Build, test, and validate changes in the vstest repository. Use when building vstest projects, running unit tests, smoke tests, or acceptance tests, or when deploying locally built vstest.console for manual testing.

953MIT
microsoft/development·1,177 tokens·gittesting

@microsoft/trx-analysis

skill

Parse and analyze Visual Studio TRX test result files. Use when asked about slow tests, test durations, test frequency, flaky tests, failure analysis, or test execution patterns from TRX files.

953MIT
microsoft/testing·1,772 tokens·testingperformance

@microsoft/winapp-identity

skill

Enable Windows package identity for desktop apps to access Windows APIs like push notifications, background tasks, share target, and startup tasks. Use when adding Windows notifications, background tasks, or other identity-requiring Windows features to a desktop app.

919MIT
microsoft/development·1,376 tokens·development

@microsoft/winapp-troubleshoot

skill

Diagnose and fix common Windows app packaging, signing, identity, and SDK errors. Use when encountering errors with MSIX packaging, certificate signing, Windows SDK setup, or app installation.

919MIT
microsoft/development·1,838 tokens·development

@microsoft/winapp-manifest

skill

Create and edit Windows app manifest files (appxmanifest.xml) that define app identity, capabilities, and visual assets. Use when creating a Windows app manifest for any app type (GUI, console, CLI tool, service), adding Windows capabilities, updating app icons and assets, or adding execution aliases, file associations, protocol handlers, or other app extensions.

919MIT
microsoft/development·2,053 tokens·development

@microsoft/winapp-frameworks

skill

Framework-specific Windows development guidance for Electron, .NET (WPF, WinForms), C++, Rust, Flutter, and Tauri. Use when packaging or adding Windows features to an Electron app, .NET desktop app, Flutter app, Tauri app, Rust app, or C++ app.

919MIT
microsoft/development·1,222 tokens·javascriptrustcpp+2

@microsoft/winapp-package

skill

Package a Windows app as an MSIX installer for distribution or testing. Use when creating a Windows installer, packaging an Electron/Flutter/.NET/Rust/C++/Tauri app for Windows, building an MSIX, distributing a desktop app, packaging a console app or CLI tool, or adding MSIX packaging to a build script or CI/CD pipeline.

919MIT
microsoft/development·2,267 tokens·rustcpp

@microsoft/winapp-setup

skill

Set up a Windows app project for MSIX packaging, Windows SDK access, or Windows API usage. Use when adding Windows support to an Electron, .NET, C++, Rust, Flutter, or Tauri project, or restoring SDK packages after cloning.

919MIT
microsoft/development·1,934 tokens·javascriptrustcpp+1

@microsoft/winapp-signing

skill

Create and manage code signing certificates for Windows apps and MSIX packages. Use when generating a certificate, signing a Windows app or installer, or fixing certificate trust issues.

919MIT
microsoft/development·2,020 tokens·development

@microsoft/powerpoint

skill

PowerPoint slide deck generation and management using python-pptx with YAML-driven content and styling - Brought to you by microsoft/hve-core

866MIT
microsoft/code-quality·5,663 tokens·pythongitapi-design

@microsoft/vscode-playwright

skill

VS Code screenshot capture using Playwright MCP with serve-web for slide decks and documentation - Brought to you by microsoft/hve-core

866MIT
microsoft/development·2,832 tokens·javascriptrusttesting

@microsoft/video-to-gif

skill

Video-to-GIF conversion skill with FFmpeg two-pass optimization - Brought to you by microsoft/hve-core

866MIT
microsoft/code-quality·2,609 tokens·code-quality

@microsoft/hve-core-installer

skill

Decision-driven installer for HVE-Core with 6 clone-based installation methods, extension quick-install, environment detection, and agent customization workflows - Brought to you by microsoft/hve-core

866MIT
microsoft/development·11,498 tokens·development

@microsoft/pr-reference

skill

Generates PR reference XML containing commit history and unified diffs between branches. Includes utilities to list changed files and read diff chunks. Use when creating pull request descriptions, preparing code reviews, analyzing branch changes, discovering work items from diffs, or generating structured diff summaries. - Brought to you by microsoft/hve-core

866MIT
microsoft/git-workflow·1,237 tokens·gitsecurity·Requires git available on PATH

@microsoft/install-atk

skill

Install or update the M365 Agents Toolkit (ATK) CLI and VS Code extension. Triggers: "install atk", "update atk", "install agents toolkit", "update agents toolkit", "install the toolkit", "setup atk", "get atk", "install atk cli", "install atk extension", "install atk vsix", "update the vs code extension", "install latest atk", "upgrade atk"

564CC-BY-4.0
microsoft/development·627 tokens·development

@microsoft/ui-widget-developer

skill

Build MCP (Model Context Protocol) servers for Copilot Chat using the OpenAI Apps SDK or MCP Apps SDK widget rendering support (any language). Use this skill when: - Creating MCP servers that integrate with M365 Copilot declarative agents - Building rich interactive widgets (HTML) that render in Copilot Chat - Implementing tools that return structuredContent for widget rendering - Adapting an existing MCP server to support Copilot widget rendering - Setting up devtunnels for localhost MCP server exposure - Configuring mcpPlugin.json manifests with RemoteMCPServer runtime Do NOT use this skill for general agent development (scaffolding, manifests, deployment) — use declarative-agent-developer instead. This skill is ONLY for MCP server + widget development. Triggers: "MCP server for Copilot", "OpenAI Apps SDK", "Copilot widget", "structuredContent", "MCP plugin", "devtunnels MCP", "bizchat MCP", "OAI app", "widget rendering", "text/html+skybridge", "UI widget"

564CC-BY-4.0
microsoft/design·5,087 tokens·design

@microsoft/workiq

skill

Query Microsoft 365 Copilot for workplace intelligence - emails, meetings, documents, Teams messages, and people information. USE THIS SKILL for ANY workplace-related question where the answer likely exists in Microsoft 365 data. This includes questions about what someone said, shared, or communicated; meetings, emails, messages, or documents; priorities, decisions, or context from colleagues; organizational knowledge; project status; team activities; or any information that would be in Outlook, Teams, SharePoint, OneDrive, or Calendar. When in doubt about workplace context, try WorkIQ first. Trigger phrases include "what did [person] say", "what are [person]'s priorities", "top of mind from [person]", "what was discussed", "find emails about", "what meetings", "what documents", "who is working on", "what's the status of", "any updates on", etc.

564CC-BY-4.0
microsoft/data·1,504 tokens·documentation

@microsoft/declarative-agent-developer

skill

Create, build, and deploy declarative agents for M365 Copilot and Teams. Scaffolds new M365 agent projects, authors JSON manifests, configures capabilities, and manages the full agent lifecycle. Use when creating a new agent, building a Teams agent, or working on any M365 Copilot declarative agent. Triggers: "create agent", "create a declarative agent", "create an agent", "new declarative agent", "create m365 agent", "create Teams agent", "build an agent", "build a declarative agent", "scaffold an agent", "new agent project", "make a copilot agent", "start a new agent", "create a copilot agent", "add a capability", "add a plugin", "configure my agent", "deploy my agent", "provision my agent", "fix my agent manifest", "validate my agent", "edit my agent", "modify my agent", "update my agent instructions", "add conversation starters", "add a web search capability", "add graph connectors", "add an API plugin", "add an MCP plugin"

564CC-BY-4.0
microsoft/development·2,552 tokens·reactapi-design

@microsoft/write-tests

skill

Guide for writing unit tests. Use this when creating tests to verify Python logic.

482MIT
microsoft/testing·2,105 tokens·pythontestingdocumentation

@microsoft/planning-with-files

skill

**USE THIS FOR COMPLEX TASKS.** Implements Manus-style file-based planning for multi-step tasks. Creates task_plan.md, findings.md, and progress.md in .agent_cache/<task-name>/. Use when: implementing multiple APIs, refactoring modules, research tasks, or ANY task requiring >5 tool calls.

482MIT
microsoft/productivity·3,249 tokens·gotestingapi-design

@microsoft/github-repo-explore

skill

Guide for searching and exploring external GitHub repositories using the gh CLI. Use this when you need reference implementations, patterns, or code examples from open-source projects to help complete your task.

482MIT
microsoft/productivity·3,088 tokens·gitdocumentation

@microsoft/pr-review-comments

skill

Guide for submitting/posting inline PR review comments to GitHub. Use this when you need to post code review comments on specific lines of a Pull Request.

482MIT
microsoft/git-workflow·1,226 tokens·gogitapi-design+2

@microsoft/tom-operations

skill

Guide for working with the TOM (Tabular Object Model) wrapper. Use this when modifying semantic models programmatically.

482MIT
microsoft/development·2,672 tokens·pythonapi-designdocumentation

@microsoft/add-function

skill

Guide for adding new functions to the library. Use this when implementing new API wrappers or utility functions.

482MIT
microsoft/data·2,367 tokens·pythonapi-designdocumentation

@microsoft/rest-api-patterns

skill

Guide for implementing REST API wrapper functions. Use this when adding new API wrappers or troubleshooting API calls.

482MIT
microsoft/devops·3,332 tokens·pythonapi-designdocumentation

@microsoft/build-docs

skill

Guide for building documentation and validating docstrings. Use this when asked to build docs, check docstrings, or validate documentation.

482MIT
microsoft/development·1,804 tokens·pythonapi-designdocumentation

@microsoft/direct-lake-operations

skill

Guide for working with Direct Lake semantic models. Use this when implementing Direct Lake-related features or troubleshooting.

482MIT
microsoft/data·2,069 tokens·pythonapi-designdocumentation+1

@microsoft/code-style

skill

Guide for running code style linters and formatters. Use this when asked to check code style, run linters, or fix formatting issues.

482MIT
microsoft/development·1,354 tokens·pythondocumentation

@microsoft/run-tests

skill

Guide for running pytest tests locally. Use this when running tests to verify code changes.

482MIT
microsoft/testing·1,067 tokens·pythontestingdocumentation

@microsoft/hello-world

skill

{{description}}

467MIT
microsoft/code-quality·164 tokens·code-quality

@microsoft/test-skill

skill

A test skill from a marketplace plugin

467MIT
microsoft/testing·37 tokens·testing

@microsoft/cli-logging-ux

skill

Use this skill when editing or creating CLI output, logging, warnings, error messages, progress indicators, or diagnostic summaries in the APM codebase. Activate whenever code touches console helpers (_rich_success, _rich_warning, _rich_error, _rich_info, _rich_echo), DiagnosticCollector, STATUS_SYMBOLS, or any user-facing terminal output — even if the user doesn't mention "logging" or "UX" explicitly.

467MIT
microsoft/development·1,568 tokens·testing

@microsoft/example-skill

skill

An example skill from the mock plugin

467MIT
microsoft/testing·124 tokens·testing

@microsoft/dtmfaggreationskill

skill

> Note: For brevity, `Microsoft.Bot.Components.Telephony` will be referred to as _Telephony Extensions_.

443MIT
microsoft/development·1,322 tokens·gitdocumentation

@microsoft/stale-issue-cleanup

skill

Find and close stale bug issues in microsoft/AzureStorageExplorer. Use this when asked to clean up stale issues, close inactive bugs, or perform issue hygiene.

434CC-BY-4.0
microsoft/data·1,366 tokens·gitapi-design

@microsoft/azure-messaging

skill

Troubleshoot and resolve issues with Azure Messaging SDKs for Event Hubs and Service Bus. Covers connection failures, authentication errors, message processing issues, and SDK configuration problems. WHEN: event hub SDK error, service bus SDK issue, messaging connection failure, AMQP error, event processor host issue, message lock lost, send timeout, receiver disconnected, SDK troubleshooting, azure messaging SDK, event hub consumer, service bus queue issue, topic subscription error, enable logging event hub, service bus logging, eventhub python, servicebus java, eventhub javascript, servicebus dotnet, event hub checkpoint, event hub not receiving messages, service bus dead letter.

362MIT
microsoft/documentation·824 tokens·pythonjavascriptjava+2

@microsoft/azure-compute

skill

Recommend Azure VM sizes, VM Scale Sets (VMSS), and configurations based on workload requirements, performance needs, and budget constraints. No Azure account required — uses public documentation and the Azure Retail Prices API. WHEN: recommend VM size, which VM should I use, choose Azure VM, VM for web/database/ML/batch/HPC, GPU VM, compare VM sizes, cheapest VM, best VM for workload, VM pricing, cost estimate, burstable/compute/memory/storage optimized VM, confidential computing, VM trade-offs, VM families, VMSS, scale set recommendation, autoscale VMs, load balanced VMs, VMSS vs VM, scale out, horizontal scaling, flexible orchestration.

362MIT
microsoft/data·2,573 tokens·api-designperformance

@microsoft/azure-deploy

skill

Execute Azure deployments for ALREADY-PREPARED applications that have existing .azure/plan.md and infrastructure files. DO NOT use this skill when the user asks to CREATE a new application — use azure-prepare instead. This skill runs azd up, azd deploy, terraform apply, and az deployment commands with built-in error recovery. Requires .azure/plan.md from azure-prepare and validated status from azure-validate. WHEN: "run azd up", "run azd deploy", "execute deployment", "push to production", "push to cloud", "go live", "ship it", "bicep deploy", "terraform apply", "publish to Azure", "launch on Azure". DO NOT USE WHEN: "create and deploy", "build and deploy", "create a new app", "set up infrastructure", "create and deploy to Azure using Terraform" — use azure-prepare for these.

362MIT
microsoft/devops·1,356 tokens·go

@microsoft/azure-ai

skill

Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector/hybrid search, speech-to-text, text-to-speech, transcription, OCR. WHEN: AI Search, query search, vector search, hybrid search, semantic search, speech-to-text, text-to-speech, transcribe, OCR, convert text to speech.

362MIT
microsoft/data·817 tokens·python

@microsoft/azure-kusto

skill

Query and analyze data in Azure Data Explorer (Kusto/ADX) using KQL for log analytics, telemetry, and time series analysis. WHEN: KQL queries, Kusto database queries, Azure Data Explorer, ADX clusters, log analytics, time series data, IoT telemetry, anomaly detection.

362MIT
microsoft/data·2,149 tokens·performancesecurity

@microsoft/azure-upgrade

skill

Assess and upgrade Azure workloads between plans, tiers, or SKUs within Azure. Generates assessment reports and automates upgrade steps. WHEN: upgrade Consumption to Flex Consumption, upgrade Azure Functions plan, migrate hosting plan, upgrade Functions SKU, move to Flex Consumption, upgrade Azure service tier, change hosting plan, upgrade function app plan, migrate App Service to Container Apps.

362MIT
microsoft/development·1,001 tokens·development

@microsoft/azure-rbac

skill

Helps users find the right Azure RBAC role for an identity with least privilege access, then generate CLI commands and Bicep code to assign it. Also provides guidance on permissions required to grant roles. WHEN: what role should I assign, least privilege role, RBAC role for, role to read blobs, role for managed identity, custom role definition, assign role to identity, what role do I need to grant access, permissions to assign roles.

362MIT
microsoft/development·415 tokens·development

@microsoft/azure-hosted-copilot-sdk

skill

Build and deploy GitHub Copilot SDK apps to Azure. WHEN: build copilot app, create copilot app, copilot SDK, @github/copilot-sdk, scaffold copilot project, copilot-powered app, deploy copilot app, host on azure, azure model, BYOM, bring your own model, use my own model, azure openai model, DefaultAzureCredential, self-hosted model, copilot SDK service, chat app with copilot, copilot-sdk-service template, azd init copilot, CopilotClient, createSession, sendAndWait, GitHub Models API.

362MIT
microsoft/development·608 tokens·reacttypescriptgit+1

@microsoft/azure-cloud-migrate

skill

Assess and migrate cross-cloud workloads to Azure. Generates assessment reports and converts code from AWS, GCP, or other providers to Azure services. WHEN: migrate Lambda to Azure Functions, migrate AWS to Azure, Lambda migration assessment, convert AWS serverless to Azure, migration readiness report, migrate from AWS, migrate from GCP, cross-cloud migration.

362MIT
microsoft/development·501 tokens·testing

@microsoft/customize

skill

Interactive guided deployment flow for Azure OpenAI models with full customization control. Step-by-step selection of model version, SKU (GlobalStandard/Standard/ProvisionedManaged), capacity, RAI policy (content filter), and advanced options (dynamic quota, priority processing, spillover). USE FOR: custom deployment, customize model deployment, choose version, select SKU, set capacity, configure content filter, RAI policy, deployment options, detailed deployment, advanced deployment, PTU deployment, provisioned throughput. DO NOT USE FOR: quick deployment to optimal region (use preset).

362MIT
microsoft/productivity·2,235 tokens·productivity

@microsoft/azure-storage

skill

Azure Storage Services including Blob Storage, File Shares, Queue Storage, Table Storage, and Data Lake. Provides object storage, SMB file shares, async messaging, NoSQL key-value, and big data analytics capabilities. Includes access tiers (hot, cool, archive) and lifecycle management. USE FOR: blob storage, file shares, queue storage, table storage, data lake, upload files, download blobs, storage accounts, access tiers, lifecycle management. DO NOT USE FOR: SQL databases, Cosmos DB (use azure-prepare), messaging with Event Hubs or Service Bus (use azure-messaging).

362MIT
microsoft/data·1,180 tokens·data

@microsoft/add-onedrive

skill

Adds OneDrive for Business connector to a Power Apps code app. Use when uploading, downloading, listing, or managing files in OneDrive.

341MIT
microsoft/development·701 tokens·typescript

@microsoft/add-datasource

skill

Adds a data source or connector to a Power Apps code app. Asks what the user wants to accomplish and routes to the appropriate specialized skill.

341MIT
microsoft/development·815 tokens·development

@microsoft/list-connections

skill

Lists Power Platform connections in the current environment. Use when you need a connection ID before adding a connector to a code app.

341MIT
microsoft/development·392 tokens·security

@microsoft/add-dataverse

skill

Adds Dataverse tables to a Power Apps code app with generated TypeScript models and services. Can also create new Dataverse tables. Use when connecting to Dataverse, adding tables, creating schema, or querying Dataverse data.

341MIT
microsoft/development·1,315 tokens·typescriptapi-designsecurity

@microsoft/create-power-app

skill

Creates Power Apps code apps using React and Vite. Use when building code apps, scaffolding projects, or deploying to Power Platform.

341MIT
microsoft/development·4,495 tokens·reactjavascriptgit+1

@microsoft/add-office365

skill

Adds Office 365 Outlook connector to a Power Apps code app. Use when accessing calendars, sending emails, reading inbox, or managing Outlook events.

341MIT
microsoft/development·1,522 tokens·typescriptapi-design

@microsoft/add-teams

skill

Adds Microsoft Teams connector to a Power Apps code app. Use when sending Teams messages, posting to channels, or integrating with Teams chat.

341MIT
microsoft/development·589 tokens·typescript

@microsoft/add-sharepoint

skill

Adds SharePoint Online connector to a Power Apps code app. Use when reading lists, managing documents, or integrating with SharePoint sites. Can also create new SharePoint lists.

341MIT
microsoft/development·1,961 tokens·api-designsecurity

@microsoft/add-excel

skill

Adds Excel Online (Business) connector to a Power Apps code app. Use when reading or writing Excel workbook data from OneDrive or SharePoint.

341MIT
microsoft/development·811 tokens·development

@microsoft/deploy

skill

Builds and deploys a Power Apps code app to Power Platform. Use when deploying changes, redeploying an existing app, or pushing updates.

341MIT
microsoft/development·610 tokens·typescriptsecurity

@microsoft/add-connector

skill

Adds any Power Platform connector to a Power Apps code app. Generic fallback for connectors not covered by a specific skill.

341MIT
microsoft/development·1,210 tokens·api-design

@microsoft/add-mcscopilot

skill

Adds Microsoft Copilot Studio connector to a Power Apps code app. Use when invoking Copilot Studio agents, sending prompts to agents, or integrating agent responses.

341MIT
microsoft/development·1,047 tokens·api-design

@microsoft/add-azuredevops

skill

Adds Azure DevOps connector to a Power Apps code app. Use when querying work items, creating bugs, managing pipelines, or making ADO API calls.

341MIT
microsoft/development·944 tokens·typescriptapi-design

@microsoft/label-issue

skill

Classify and label GitHub issues based on repository-specific labeling instructions. Use when (1) auto-labeling new issues, (2) classifying issue types (bug, feature, etc.), (3) adding priority or area labels, (4) applying consistent labeling rules. Triggers on requests like "label issue", "classify issue", "what labels should this issue have", "add labels to issue".

340
microsoft/design·1,050 tokens·pythongitapi-design

@microsoft/send-notification

skill

Send adaptive card notifications to Microsoft Teams via Azure Logic App. Use when (1) sending issue triage reports to Teams, (2) posting JSON payloads as Teams notifications, (3) triggering workflow result notifications. Triggers on requests like "send notification", "notify team", "post to Teams", "send report".

340
microsoft/data·721 tokens·javagitapi-design

@microsoft/send-personal-notification

skill

Send workflow bot messages to Teams personal chat via Azure Logic App. Use when (1) sending personal notifications to individuals, (2) delivering triage summaries to specific recipients, (3) triggering personal workflow alerts. Triggers on requests like "send personal notification", "notify user", "send message to", "personal message".

340
microsoft/development·943 tokens·javagitapi-design

@microsoft/send-email

skill

Send HTML email notifications via Azure Logic App. Use when (1) sending formatted emails to recipients, (2) delivering reports or summaries via email, (3) triggering email notifications from workflows. Triggers on requests like "send email", "email this", "send via email", "mail to".

340
microsoft/data·973 tokens·gitapi-design

@microsoft/fix-dependabot-alerts

skill

Fix Dependabot security alerts by updating vulnerable npm dependencies. Use when the user mentions "dependabot", "security alerts", "vulnerability", "CVE", or wants to update packages with security issues.

257MIT
microsoft/security·1,189 tokens·javascriptapi-designsecurity

@microsoft/cosmosdb-best-practices

skill

Azure Cosmos DB performance optimization and best practices guidelines for NoSQL, partitioning, queries, and SDK usage. Use when writing, reviewing, or refactoring code that interacts with Azure Cosmos DB, designing data models, optimizing queries, or implementing high-performance database operations.

191MIT
microsoft/data·1,908 tokens·documentationperformance

@microsoft/accessibility-aria-expert

skill

Detects and fixes accessibility issues in React/Fluent UI webviews. Use when reviewing code for screen reader compatibility, fixing ARIA labels, ensuring keyboard navigation, adding live regions for status messages, or managing focus in dialogs.

191MIT
microsoft/development·2,286 tokens·reacttypescript

@microsoft/moltbook

skill

> Trust, identity, and governance for multi-agent systems.

183MIT
microsoft/data·980 tokens·api-design

@microsoft/agentmesh-governance

skill

AI agent governance, trust scoring, and policy enforcement powered by AgentMesh. Activate when: (1) user wants to enforce token limits, tool restrictions, or content policies on agent actions, (2) checking an agent's trust score before delegation or collaboration, (3) verifying agent identity with Ed25519 cryptographic DIDs, (4) auditing agent actions with tamper-evident hash chain logs, (5) user asks about agent safety, governance, compliance, or trust. Enterprise-grade: 1,600+ tests, merged into Dify (65K★), LlamaIndex (47K★), Microsoft Agent-Lightning (15K★).

183MIT
microsoft/git-workflow·1,345 tokens·git

@microsoft/scripts

skill

**Test Run:** `{test-run-name}`

154
microsoft/testing·1,325 tokens·testing

@microsoft/analyze-test-run

skill

Analyze a GitHub Actions integration test run and produce a skill invocation report with failure root-cause issues. TRIGGERS: analyze test run, skill invocation rate, test run report, compare test runs, skill invocation summary, test failure analysis, run report, test results, action run report

154
microsoft/development·1,887 tokens·gittesting

@microsoft/markdown-token-optimizer

skill

Analyzes markdown files for token efficiency. TRIGGERS: optimize markdown, reduce tokens, token count, token bloat, too many tokens, make concise, shrink file, file too large, optimize for AI, token efficiency, verbose markdown, reduce file size

154
microsoft/development·364 tokens·performance

@microsoft/sensei

skill

**WORKFLOW SKILL** — Iteratively improve skill frontmatter compliance using the Ralph loop pattern. WHEN: "run sensei", "sensei help", "improve skill", "fix frontmatter", "skill compliance", "frontmatter audit", "score skill", "check skill tokens". INVOKES: token counting tools, test runners, git commands. FOR SINGLE OPERATIONS: use token CLI directly for counts/checks.

154
microsoft/security·2,382 tokens·gittestingsecurity

@microsoft/file-test-bug

skill

File a GitHub issue for local integration test failures. TRIGGERS: file test bug, report test failure, create bug for test, integration test failed, test failure issue, junit failure

154
microsoft/development·628 tokens·gittesting

@microsoft/azure-quotas

skill

Check/manage Azure quotas and usage across providers. For deployment planning, capacity validation, region selection. WHEN: "check quotas", "service limits", "current usage", "request quota increase", "quota exceeded", "validate capacity", "regional availability", "provisioning limits", "vCPU limit", "how many vCPUs available in my subscription".

154
microsoft/devops·3,445 tokens·devops

@microsoft/skill-authoring

skill

Guidelines for writing Agent Skills that comply with the agentskills.io specification. WHEN: "create a skill", "new skill", "write a skill", "skill template", "skill structure", "review skill", "skill PR", "skill compliance", "SKILL.md format", "skill frontmatter", "skill best practices".

154
microsoft/development·817 tokens·documentation

@microsoft/doc-writer

skill

Guidelines for producing accurate and maintainable documentation for the Aspire documentation site. Use when writing or updating user guides, integration docs, tutorials, or any content on aspire.dev.

109MIT
microsoft/development·5,539 tokens·documentation

@microsoft/doc-tester

skill

Agent for validating Aspire documentation against actual behavior. Use when auditing documentation accuracy, testing examples, or identifying discrepancies between documentation and implementation.

109MIT
microsoft/development·6,625 tokens·testingdocumentation

@microsoft/hex1b

skill

CLI tool for automating any terminal application — TUI apps, shells, CLI tools, REPLs, and more. Use when you need to launch a process in a virtual terminal, capture its screen output, inject keystrokes or mouse input, take screenshots, record sessions, or assert on what's visible.

109MIT
microsoft/development·2,632 tokens·development

@microsoft/python-manager-discovery

skill

Environment manager-specific discovery patterns and known issues. Use when working on or reviewing environment discovery code for conda, poetry, pipenv, pyenv, or venv.

105MIT
microsoft/development·2,672 tokens·python

@microsoft/settings-precedence

skill

VS Code settings precedence rules and common pitfalls. Essential for any code that reads or writes settings. Covers getConfiguration scope, inspect() vs get(), and multi-workspace handling.

105MIT
microsoft/development·2,171 tokens·pythontypescript

@microsoft/run-pre-commit-checks

skill

Run the mandatory pre-commit checks before committing code. Includes lint, type checking, and unit tests. MUST be run before every commit.

105MIT
microsoft/development·898 tokens·typescriptgittesting

@microsoft/run-e2e-tests

skill

Run E2E tests to verify complete user workflows like environment discovery, creation, and selection. Use this before releases or after major changes.

105MIT
microsoft/development·1,157 tokens·testingapi-design

@microsoft/cross-platform-paths

skill

Critical patterns for cross-platform path handling in this VS Code extension. Windows vs POSIX path bugs are the #1 source of issues. Use this skill when reviewing or writing path-related code.

105MIT
microsoft/code-quality·1,495 tokens·pythontypescripttesting

@microsoft/debug-failing-test

skill

Debug a failing test using an iterative logging approach, then clean up and document the learning.

105MIT
microsoft/development·780 tokens·testing

@microsoft/run-smoke-tests

skill

Run smoke tests to verify extension functionality in a real VS Code environment. Use this when checking if basic features work after changes.

105MIT
microsoft/development·1,179 tokens·testingapi-design

@microsoft/run-integration-tests

skill

Run integration tests to verify that extension components work together correctly. Use this after modifying component interactions or event handling.

105MIT
microsoft/development·1,072 tokens·testingapi-design

@microsoft/generate-snapshot

skill

Generate a codebase health snapshot for technical debt tracking and planning. Analyzes git history, code complexity, debt markers, and dependencies to identify hotspots and refactoring priorities.

105MIT
microsoft/development·1,078 tokens·pythontypescriptgit

@microsoft/fabric-cli-powerbi

skill

Use Fabric CLI for Power BI operations — semantic models, reports, DAX queries, refresh, gateways. Activate when users work with Power BI items, need to refresh datasets, execute DAX, manage reports, or troubleshoot refresh failures.

91MIT
microsoft/data·2,601 tokens·pythonsecurity

@microsoft/fabric-cli-core

skill

Use Microsoft Fabric CLI (fab) to manage workspaces, semantic models, reports, notebooks, and Fabric resources. Activate when users mention fab, Fabric CLI, or need to automate Fabric operations.

91MIT
microsoft/development·2,127 tokens·pythonsecurity

@microsoft/undefined

skill

All changes for the release (dependency updates, bug fixes, etc.) should already be merged to `main`.

73MIT
microsoft/git-workflow·1,066 tokens·rustgitapi-design+1

@microsoft/duroxide-code-coverage

skill

Measure and improve code coverage in the Duroxide durable execution runtime. Use when asked about coverage, testing coverage, running llvm-cov, or improving test coverage percentages.

67MIT
microsoft/testing·682 tokens·rusttestingapi-design

@microsoft/ontology-catalog-import

skill

Import customer or external RDF/OWL into this repo's catalogue format. Use when user drops an RDF/OWL file and wants it catalogue-ready (metadata, category, validation, compile).

59MIT
microsoft/development·306 tokens·typescriptdocumentation

@microsoft/ontology-school-path-generator

skill

Generate Ontology School course paths/labs with progressive step ontologies from source ontology material. Use when user asks to tutorialize an ontology into school lessons and per-step builds.

59MIT
microsoft/development·343 tokens·gitdocumentation

@microsoft/frontend-design

skill

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

50
microsoft/design·1,110 tokens·reactjavascriptperformance

@microsoft/create-site

skill

This skill should be used when the user asks to "create a power pages site", "build a code site", "scaffold a website", "create a portal", "make a new site", or wants to create a new Power Pages code site (SPA) using React, Angular, Vue, or Astro.

48MIT
microsoft/development·8,137 tokens·reactjavascriptgit+1

@microsoft/add-sample-data

skill

This skill should be used when the user asks to "add sample data", "populate tables", "seed data", "add test records", "generate sample records", "insert demo data", "fill tables with data", "create test data", or wants to populate their Dataverse tables with sample records so they can test and demo their Power Pages site.

48MIT
microsoft/development·3,024 tokens·testingapi-design

@microsoft/audit-permissions

skill

Use this skill to audit existing table permissions on a Power Pages site. Trigger examples: "audit permissions", "check permissions", "review table permissions", "are my permissions correct", "permission security audit", "verify permissions setup", "check for permission issues", "permission health check". This skill analyzes existing table permissions against the site code and Dataverse metadata, generates an HTML audit report with findings grouped by severity (critical, warning, info, pass), and suggests fixes for any issues found.

48MIT
microsoft/development·3,969 tokens·javascriptsecurity

@microsoft/create-webroles

skill

This skill should be used when the user asks to "create web roles", "add web roles", "set up web roles", "add roles", "create roles for my site", "manage web roles", "add authenticated role", "add anonymous role", or wants to create web roles for their Power Pages code site. Web roles control access and permissions for site users.

48MIT
microsoft/development·2,973 tokens·javascript

@microsoft/deploy-site

skill

This skill should be used when the user asks to "deploy to power pages", "upload site", "publish site", "deploy site", "push to power pages", "upload code site", or wants to deploy/upload an existing Power Pages code site to a Power Pages environment using PAC CLI.

48MIT
microsoft/development·4,067 tokens·javascriptdocumentation

@microsoft/genpage

skill

Creates, updates, and deploys Power Apps generative pages for model-driven apps using React v17, TypeScript, and Fluent UI V9. Completes workflow from requirements to deployment. Uses PAC CLI to deploy the page code. Use it when user asks to build, retrieve, or update a page in an existing Microsoft Power Apps model-driven app. Use it when user mentions "generative page", "page in a model-driven", or "genux".

48MIT
microsoft/development·4,518 tokens·reacttypescriptjavascript

@microsoft/setup-datamodel

skill

This skill should be used when the user asks to "create Dataverse tables", "set up the data model", "setup dataverse", "create tables for my site", "setup dataverse schema", "create the database", "build my data model", or wants to create Dataverse tables, columns, and relationships for their Power Pages site based on a data model proposal.

48MIT
microsoft/development·3,967 tokens·javascriptapi-designdocumentation

@microsoft/integrate-webapi

skill

This skill should be used when the user asks to "integrate web api", "add web api", "connect to dataverse", "add api integration", "set up web api calls", "integrate api for my tables", "add crud operations", "hook up web api", "add data fetching", "connect frontend to dataverse", or wants to integrate Power Pages Web API into their site's frontend code with proper permissions and deployment. This skill orchestrates the full integration lifecycle: code integration, permissions setup, and deployment.

48MIT
microsoft/development·6,940 tokens·javascriptapi-design

@microsoft/add-seo

skill

This skill should be used when the user asks to "add SEO", "add meta tags", "add robots.txt", "add sitemap", "improve SEO", "search engine optimization", "add open graph tags", "add favicon", "make site searchable", or wants to add SEO essentials (robots.txt, sitemap.xml, meta tags) to their Power Pages code site after creating it with /power-pages:create-site.

48MIT
microsoft/development·3,397 tokens·javascriptgit

@microsoft/test-site

skill

This skill should be used when the user asks to "test my site", "test the site", "run site tests", "check if site is working", "verify site", "smoke test", "test pages", "check api calls", "test web api", "verify deployment works", or wants to test a deployed, activated Power Pages site at runtime using browser-based navigation, page crawling, and API request verification.

48MIT
microsoft/testing·5,746 tokens·testingapi-design

@microsoft/activate-site

skill

This skill should be used when the user asks to "activate site", "provision website", "activate a Power Pages website", "activate portal", "provision portal", "turn on my site", "enable website", or wants to activate/provision a Power Pages website in their Power Platform environment via the Power Platform REST API.

48MIT
microsoft/development·3,429 tokens·javascriptapi-designsecurity

@microsoft/setup-auth

skill

This skill should be used when the user asks to "set up authentication", "add login", "add logout", "configure Entra ID", "set up Azure AD auth", "add Microsoft login", "enable authentication", "set up sign in", "add role-based access", "add authorization", "protect routes", "add auth to my site", "configure identity provider", or wants to set up authentication (login/logout via Microsoft Entra ID) and role-based authorization for their Power Pages code site.

48MIT
microsoft/development·5,643 tokens·typescriptjavascriptsecurity

@microsoft/new-topic

skill

Create a new Copilot Studio topic YAML file. Use when the user asks to create a new topic, conversation flow, or dialog for their agent.

40MIT
microsoft/development·1,748 tokens·javascriptsecurity

@microsoft/edit-action

skill

Edit an existing connector action (TaskDialog) in a Copilot Studio agent. Modify inputs, outputs, descriptions, connection mode, and other properties using connector definitions as reference.

40MIT
microsoft/design·1,596 tokens·javascriptgo

@microsoft/lookup-schema

skill

Look up Copilot Studio YAML schema definitions. Use when the user asks about schema structure, element properties, or how to use a specific YAML kind.

40MIT
microsoft/development·317 tokens·javascript

@microsoft/known-issues

skill

Search the known-issues knowledge base (GitHub issues labeled "kb") for symptoms, root causes, and mitigations. Use when the user reports unexpected behavior that may already have a documented fix.

40MIT
microsoft/development·615 tokens·git

@microsoft/chat-with-agent

skill

Send a message to a published Copilot Studio agent and get its full response. Use when the user asks to test a specific utterance, check how the agent responds, verify a topic was fixed, or do a quick point-test after making YAML changes. Also useful for multi-turn conversation testing.

40MIT
microsoft/development·1,465 tokens·javascripttestingapi-design

@microsoft/int-reference

skill

Reference tables for Copilot Studio YAML authoring: triggers, actions, variables, entities, Power Fx functions, templates. Preloaded by author and troubleshoot agents.

40MIT
microsoft/design·2,910 tokens·design

@microsoft/add-adaptive-card

skill

Generate and insert an Adaptive Card into a Copilot Studio topic using AdaptiveCardPrompt. Use when the user asks to add an adaptive card, rich card, form card, info card, confirmation card, or interactive card to a topic.

40MIT
microsoft/development·1,621 tokens·javascript

@microsoft/edit-agent

skill

Edit Copilot Studio agent settings, instructions, or configuration. Use when the user asks to change agent instructions, display name, conversation starters, AI settings, or generative actions toggle.

40MIT
microsoft/security·711 tokens·javascriptsecurity

@microsoft/edit-triggers

skill

Modify topic triggers — trigger phrases and model description. Use when the user asks to add, remove, or change trigger phrases, or edit a topic's model description.

40MIT
microsoft/development·1,194 tokens·development

@microsoft/directline-chat

skill

Send a message to a bot via DirectLine v3 REST API and get the full response. Use when the user has a DirectLine secret or Copilot Studio token endpoint URL. Supports auth/sign-in flows via OAuthCard detection.

40MIT
microsoft/testing·1,583 tokens·javascripttestingapi-design+1

@microsoft/test

skill

Test a published Copilot Studio agent — send test messages, run batch test suites, or analyze evaluation results.

40MIT
microsoft/testing·73 tokens·testing

@microsoft/troubleshoot

skill

Debug and fix Copilot Studio agent issues — validate YAML, diagnose wrong topic routing, resolve validation errors, analyze unexpected behavior.

40MIT
microsoft/development·80 tokens·development

@microsoft/add-action

skill

Guide users through adding a new connector action to a Copilot Studio agent. Connector actions require UI-based connection setup, so this skill walks users through the Copilot Studio portal steps, then delegates to edit-action for YAML modifications.

40MIT
microsoft/development·1,165 tokens·javascriptgodocumentation

@microsoft/add-global-variable

skill

Add a global variable to a Copilot Studio agent. Use when the user needs a variable that persists across topics in the same conversation and can optionally be visible to the AI orchestrator.

40MIT
microsoft/development·1,006 tokens·development

@microsoft/list-kinds

skill

List all available kind discriminator values from the Copilot Studio YAML schema. Use when the user asks what kinds/types are available.

40MIT
microsoft/development·328 tokens·javascript

@microsoft/int-project-context

skill

Shared project context for all Copilot Studio sub-agents. Provides project structure, schema lookup usage, and skill invocation guidance.

40MIT
microsoft/development·1,217 tokens·javascript

@microsoft/author

skill

Create, edit, and manage Copilot Studio agent YAML files — topics, actions, knowledge sources, triggers, variables, and more.

40MIT
microsoft/productivity·76 tokens·productivity

@microsoft/best-practices

skill

Best practices for Copilot Studio agents. Covers JIT glossary loading (customer acronyms, terminology), JIT user context provisioning (M365 profile, country, department), the shared OnActivity initialization pattern, dynamic topic redirects with Switch expressions, and preventing child agents from responding directly to users. USE FOR: glossary, acronyms, user context, user profile, country-aware answers, JIT initialization, OnActivity provisioning, conversation-init, personalized knowledge, dynamic redirect, Switch, BeginDialog, if/then/else replacement, child agent responses, completion setting, SendMessageTool, output variables, connected agents. DO NOT USE FOR: general knowledge sources (use add-knowledge), topic creation (use new-topic).

40MIT
microsoft/data·1,124 tokens·data

@microsoft/add-other-agents

skill

Add child agents, connected agents, or other multi-agent patterns to a Copilot Studio agent. Use when the user asks to create a sub-agent, child agent, connected agent, or call another agent.

40MIT
microsoft/development·2,118 tokens·javascript

@microsoft/validate

skill

Validate a Copilot Studio YAML file against the schema and best practices. Use when the user asks to check, validate, or verify a YAML file.

40MIT
microsoft/development·595 tokens·javascript

@microsoft/add-generative-answers

skill

Add generative answer nodes (SearchAndSummarizeContent or AnswerQuestionWithAI) to a Copilot Studio topic. Use this instead of /add-node when the user asks to add grounded answers, knowledge search, generative answers, or AI-powered responses — these nodes require specific patterns (ConditionGroup follow-up, knowledge source references, autoSend, responseCaptureType) that /add-node does not cover.

40MIT
microsoft/development·1,393 tokens·javascript

@microsoft/list-topics

skill

List all topics in the Copilot Studio agent with their trigger types, phrases, and action counts. Use when the user wants to see what topics exist.

40MIT
microsoft/development·353 tokens·development

@microsoft/add-node

skill

Add or modify a node in an existing Copilot Studio topic. Use when the user asks to add a question, message, condition, variable, or other node to a topic. Do NOT use this for generative answers or knowledge search — use /add-generative-answers instead.

40MIT
microsoft/development·966 tokens·javascript

@microsoft/add-knowledge

skill

Add a knowledge source (public website or SharePoint) to a Copilot Studio agent. Use when the user asks to add a knowledge source, documentation URL, website, or SharePoint site for the agent to search.

40MIT
microsoft/development·1,973 tokens·javascriptapi-design

@microsoft/dataverse-sdk-use

skill

Guidance for using the PowerPlatform Dataverse Client Python SDK. Use when calling the SDK like creating CRUD operations, SQL queries, table metadata management, relationships, and upload files.

37MIT
microsoft/data·3,468 tokens·pythondocumentation

@microsoft/dataverse-sdk-dev

skill

Development guidance for contributing to the PowerPlatform Dataverse Client Python SDK repository. Use when working on SDK development tasks like adding features, fixing bugs, or writing tests.

37MIT
microsoft/documentation·1,059 tokens·pythongoapi-design+1

@microsoft/napi-interop

skill

Rust↔JS interop architecture in duroxide-node. Use when modifying the napi bridge, adding ScheduledTask types, fixing cross-thread issues, changing tracing delegation, or debugging block_in_place / ThreadsafeFunction behavior.

29MIT
microsoft/productivity·2,791 tokens·javascriptrust

@microsoft/duroxide-node-orchestrations

skill

Writing durable workflows in JavaScript using duroxide-node. Use when creating orchestrations, activities, writing tests, or when the user mentions generator workflows, yield patterns, or duroxide-node development.

29MIT
microsoft/data·2,832 tokens·javascriptrustapi-design

@microsoft/npm-publish

skill

Publishing duroxide-node to npm. Use when releasing a new version, building platform binaries, or publishing to the npm registry.

29MIT
microsoft/devops·1,424 tokens·rustdockertesting+1

@microsoft/commit

skill

Use this skill when the user wants to commit staged changes. This skill checks linting, then formatting (matching CI order), runs tests, generates a commit message, and commits the changes. Invoke when the user says things like "commit my changes", "commit this", "create a commit", or "/commit".

28MIT
microsoft/development·1,284 tokens·git

@microsoft/aurora

skill

Aurora weather forecasting workflows and regional adaptation guidance.

26
microsoft/design·660 tokens·pythonjavascriptdocumentation

@microsoft/aurora-finetune

skill

Aurora finetuning workflows for custom variables, data pipelines, and training evaluation.

26
microsoft/development·624 tokens·pythontestingdocumentation

@microsoft/dayhoff

skill

Dayhoff Atlas accelerates protein design by pairing trillion-token training data with hybrid Mamba-Transformer models for rapid sequence generation and mutation scoring.

26
microsoft/design·526 tokens·gitdocumentationperformance

@microsoft/vibe-kit-core

skill

Shared cross-cutting guidance for working with Vibe Kit.

26
microsoft/design·1,389 tokens·pythontypescriptapi-design+1

@microsoft/bioemu

skill

Generate and analyze protein conformational ensembles using BioEmu.

26
microsoft/development·515 tokens·git

@microsoft/promptions

skill

Promptions workflows for dynamic control generation, validation, and replay in AI copilots.

26
microsoft/design·559 tokens·reacttypescriptjavascript+2

@microsoft/duroxide-python-orchestrations

skill

Writing durable workflows in Python using duroxide-python. Use when creating orchestrations, activities, writing tests, or when the user mentions generator workflows, yield patterns, or duroxide-python development.

26MIT
microsoft/data·2,394 tokens·pythonrustapi-design

@microsoft/pyo3-interop

skill

Rust↔Python interop architecture in duroxide-python. Use when modifying the PyO3 bridge, adding ScheduledTask types, fixing GIL deadlocks, changing tracing delegation, or debugging block_in_place / with_gil behavior.

26MIT
microsoft/development·2,800 tokens·pythonrust

@microsoft/pypi-publish

skill

Publishing duroxide-python to PyPI. Use when releasing a new version, building platform wheels, or publishing to the Python Package Index.

26MIT
microsoft/development·1,371 tokens·pythongittesting+1

@microsoft/review-pr

skill

Generate structured PR review comments using Claude Code agents and post them to GitHub. No API key required - uses Claude Code's existing authentication.

25MIT
microsoft/development·1,628 tokens·gitapi-designsecurity

@microsoft/review-staged

skill

Generate structured code review for staged files (git staged changes) using Claude Code agents. Provides feedback before committing to catch issues early.

25MIT
microsoft/development·1,522 tokens·gitsecurity

@microsoft/writing-release-notes

skill

Generates release notes and changelog entries for the DocumentDB VS Code extension. Use when preparing version releases, creating patch update notes, writing changelog entries, or documenting new features and fixes. Handles both major/minor versions (new file) and patch updates (append to existing file).

22MIT
microsoft/development·1,116 tokens·security

@microsoft/detecting-accessibility-issues

skill

Detects and fixes accessibility issues in React/Fluent UI webviews. Use when reviewing code for screen reader compatibility, fixing ARIA labels, ensuring keyboard navigation, adding live regions for status messages, or managing focus in dialogs.

22MIT
microsoft/development·2,287 tokens·reacttypescript

@microsoft/webview-trpc-messaging

skill

Implements tRPC-based communication between VS Code extension host and React webviews. Use when creating new webview procedures (queries, mutations, subscriptions), adding a new webview router, wiring up a webview controller, using the tRPC client from React components, applying telemetry middleware (trpcToTelemetry), or supporting AbortSignal-based cancellation in webview operations.

22MIT
microsoft/development·2,663 tokens·reacttypescriptapi-design

@microsoft/react-webview-architecture

skill

Architecture patterns for React-based webviews in the vscode-documentdb extension. Use when creating new webview components, modifying existing views (CollectionView, DocumentView), working with state management (Context API), integrating Fluent UI components, handling Monaco Editor or SlickGrid, solving stale closure bugs with refs, or debugging webview rendering issues. Does NOT cover tRPC messaging (see webview-trpc-messaging skill) or accessibility/ARIA (see accessibility-aria-expert skill).

22MIT
microsoft/design·2,092 tokens·reacttypescriptapi-design

@microsoft/skill-creator

skill

Guide for creating effective GitHub Copilot skills (.github/skills/) in this repository. Use when creating a new skill, updating an existing skill, or when asked about skill structure, format, or best practices for the vscode-documentdb project.

22MIT
microsoft/productivity·1,564 tokens·gitdocumentation

@microsoft/foundry-nextgen-frontend

skill

Build elegant frontend UIs following Microsoft Foundry's NextGen Design System using Vite + React + pnpm. Use when creating dashboards, agent builders, data grids, entity management interfaces, or any application matching Foundry's refined dark-themed aesthetic. Triggers on requests for Foundry-style UI, NextGen design system, Microsoft Foundry interfaces, or enterprise admin dashboards with data tables, detail panels, and charts.

18
microsoft/design·1,929 tokens·reacttypescript

@microsoft/azd-deployment

skill

````skill

18
microsoft/devops·2,101 tokens·pythondockersecurity

@microsoft/mcp-builder

skill

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

18
microsoft/code-quality·2,267 tokens·pythontypescriptapi-design+2·Requires TypeScript, Node.js 18+

@microsoft/ghqr-report

skill

Generate an executive assessment report from GitHub Quick Review (ghqr) scan data. Produces an executive summary, a dedicated section per validated subject with all findings, and a prioritized 30/60/90-day remediation plan. Use when the user asks for a report, executive summary, best practices posture overview, or a remediation roadmap from ghqr scan results.

17MIT
microsoft/development·3,186 tokens·git

@microsoft/code-simplifier

skill

Analyzes recently modified code and creates pull requests with simplifications that improve clarity, consistency, and maintainability while preserving functionality

17MIT
microsoft/code-quality·2,905 tokens·code-quality

@microsoft/tui-developer

skill

Generate Go Bubble Tea TUI applications with chat-like interfaces. Use when the user asks to create terminal UIs, chat interfaces, interactive CLI, REPLs, or log viewers. Follow the specified architecture and implementation requirements for consistent results.

17MIT
microsoft/development·1,856 tokens·go

@microsoft/conductor

skill

Create, validate, and run workflows. Use when orchestrating AI agents via YAML workflow files, creating new workflows, debugging execution, configuring routing between agents, setting up human-in-the-loop gates, or understanding workflow YAML schema.

16MIT
microsoft/productivity·1,545 tokens·gitdocumentation

@microsoft/msgraph

skill

Up-to-date Microsoft Graph API knowledge for AI agents. Search 27,700+ Graph APIs, endpoint docs, resource schemas, and community samples — all locally, no network calls. Use when the agent needs to find, understand, or call Microsoft Graph endpoints.

16MIT
microsoft/data·3,217 tokens·api-design

@microsoft/no-frontmatter

skill

This SKILL.md has no YAML frontmatter at all. It's just plain markdown.

14MIT
microsoft/development·32 tokens·development

@microsoft/count

skill

```skill

14MIT
microsoft/testing·402 tokens·testingdocumentation

@microsoft/squad-conventions

skill

Core conventions and patterns used in the Squad codebase

14MIT
microsoft/development·851 tokens·javascriptgittesting

@microsoft/no-config

skill

no-config skill

14MIT
microsoft/development·2 tokens·development

@microsoft/pdf-processor

skill

**WORKFLOW SKILL** - Process PDF files including text extraction, rotation, and merging. USE FOR: "extract PDF text", "rotate PDF", "merge PDFs", "split PDF pages", "convert PDF to text". DO NOT USE FOR: creating PDFs from scratch (use document-creator), editing PDF forms (use form-filler). INVOKES: pdf-tools MCP for extraction, file-system for I/O. FOR SINGLE OPERATIONS: Use pdf-tools MCP directly for simple extractions.

14MIT
microsoft/development·278 tokens·development

@microsoft/code-explainer

skill

Explains code snippets in plain English, breaking down what the code does step by step. Perfect for learning, code reviews, or documentation.

14MIT
microsoft/development·612 tokens·python

@microsoft/skill-name

skill

{what this skill teaches agents}

14MIT
microsoft/development·147 tokens·api-design

@microsoft/waza

skill

**WORKFLOW SKILL** - Evaluate AI agent skills using structured benchmarks with YAML specs, fixture isolation, and pluggable validators. USE FOR: run waza, waza help, run eval, run benchmark, evaluate skill, test agent, generate eval suite, init eval, compare results, score agent, agent evaluation, skill testing, cross-model comparison. DO NOT USE FOR: improving skill frontmatter (use waza dev), creating new skills from scratch (use skill-creator), token counting or budget checks (use waza tokens). INVOKES: Copilot SDK executor, mock engine, code/regex validators. FOR SINGLE OPERATIONS: use waza run directly for a single benchmark.

14MIT
microsoft/development·1,953 tokens·gotesting

@microsoft/legacy-json-only

skill

A minimal skill for testing legacy .token-limits.json deprecation warning.

14MIT
microsoft/testing·24 tokens·testing

@microsoft/waza-interactive

skill

Interactive workflow partner for creating, testing, and improving AI agent skills with waza. USE FOR: run my evals, check my skill, compare models, create eval suite, debug failing tests, is my skill ready, ship readiness, interpret results, improve score. DO NOT USE FOR: general coding, non-skill work, writing skill content (use skill-authoring), improving frontmatter only (use sensei).

14MIT
microsoft/development·1,323 tokens·testingdocumentation

@microsoft/profile-test-skill

skill

**PROFILE TEST** - A skill for testing the profile command. USE FOR: testing profile analysis, verifying structural metrics. DO NOT USE FOR: production use.

14MIT
microsoft/development·307 tokens·testing

@microsoft/waza-runner

skill

Run evaluations on Agent Skills to measure their effectiveness. USE FOR: "run skill evals", "evaluate my skill", "test skill quality", "check skill triggers", "skill compliance check", "measure skill performance", "run evals on [skill-name]", "grade skill execution". DO NOT USE FOR: writing skills (use skill-authoring), improving frontmatter (use sensei), or general testing unrelated to skills.

14MIT
microsoft/code-quality·615 tokens·testingperformance

@microsoft/all-pass

skill

```skill

14MIT
microsoft/testing·402 tokens·testingdocumentation

@microsoft/azd-publish

skill

Prepare and publish a new version of the waza azd extension. USE FOR: "publish extension", "release new version", "bump version", "prepare release", "update changelog", "azd publish", "new release", "version bump", "cut a release". DO NOT USE FOR: running evals (use waza), writing skills (use skill-authoring), CI/CD pipeline changes (edit workflow files directly).

14MIT
microsoft/git-workflow·1,552 tokens·git

@microsoft/my-tool

skill

A simple tool.

14MIT
microsoft/development·13 tokens·development

@microsoft/some-exceed

skill

```skill

14MIT
microsoft/testing·402 tokens·testingdocumentation

@microsoft/creating-amplifier-modules

skill

Use when creating a new Amplifier module (tool, hook, orchestrator, context, or provider). Covers the mount() contract, protocol compliance validation, placeholder patterns, and the module directory structure. Prevents the common mistake of creating no-op mount() stubs that fail protocol_compliance validation.

13MIT
microsoft/productivity·2,625 tokens·python

@microsoft/datafactory-tips

skill

Operational tips and best practices for working with Microsoft Fabric Data Factory MCP tools. Use when executing queries, troubleshooting timeouts, creating dataflows end-to-end, or working with large datasets via the DataFactory.MCP tools.

11MIT
microsoft/data·1,071 tokens·api-design

@microsoft/review-post

skill

End-to-end review, fix, publish, and verify a blog post PR from another author

10MIT
microsoft/development·1,206 tokens·gitdocumentation

@microsoft/osmo-lerobot-training

skill

Submit, monitor, analyze, and evaluate LeRobot imitation learning training jobs on OSMO with Azure ML MLflow integration and inference evaluation - Brought to you by microsoft/physical-ai-toolchain

8MIT
microsoft/devops·3,724 tokens·pythongit

@microsoft/dataviewer

skill

Start and interact with the Dataset Analysis Tool (dataviewer) for browsing, annotating, and exporting robotic training episodes

8MIT
microsoft/productivity·3,853 tokens·pythonjavascript

@microsoft/fabric-test

skill

The QA skill — reviews architecture for testability, creates test plans from acceptance criteria, and validates deployments. Use when user says "create test plan", "validate deployment", "run validation", "review architecture", "check items", "what should we test", or after architecture is finalized or deployment is complete. Do NOT use for architecture design (use fabric-design) or deployment (use fabric-deploy).

5MIT
microsoft/testing·481 tokens·pythongittesting

@microsoft/security-alert-review

skill

List and review Advanced Security alerts for an Azure DevOps repository. Shows dependency vulnerabilities, secret exposure, and code scanning findings with filtering by severity, state, and alert type.

5MIT
microsoft/development·1,401 tokens·security

@microsoft/module-development

skill

Guide for creating new Amplifier modules including protocol implementation, entry points, mount functions, and testing patterns. Use when creating new modules or understanding module architecture.

5MIT
microsoft/data·1,513 tokens·pythondocumentation

@microsoft/fabric-deploy

skill

The Engineer skill — deploys Fabric items in dependency-ordered waves and remediates issues found during validation. Use when user says "deploy", "create items", "run deployment", "fix deployment issues", "remediate", or after user sign-off is complete. Do NOT use for design (use fabric-design) or testing (use fabric-test).

5MIT
microsoft/development·893 tokens·pythontestingdocumentation

@microsoft/work-iterations

skill

List, create, and assign iterations for Azure DevOps projects and teams.

5MIT
microsoft/development·1,280 tokens·development

@microsoft/fabric-design

skill

The Architect skill — designs Microsoft Fabric architectures and produces the FINAL architecture handoff. Use when user says "design architecture", "which task flow", "medallion vs lambda", "create architecture", or asks about Fabric architecture patterns. Do NOT use for deployment (use fabric-deploy), testing (use fabric-test), or discovery (use fabric-discover).

5MIT
microsoft/development·796 tokens·pythongittesting+1

@microsoft/fabric-document

skill

Synthesizes all pipeline handoffs into a single human-readable project brief. Use when user says "generate docs", "create documentation", "document the project", or after validation passes. Do NOT use for deployment (use fabric-deploy) or architecture design (use fabric-design).

5MIT
microsoft/development·560 tokens·pythontestingdocumentation

@microsoft/python-standards

skill

Python coding standards for Amplifier including type hints, async patterns, error handling, and formatting. Use when writing Python code for Amplifier modules.

5MIT
microsoft/development·1,098 tokens·python

@microsoft/skill-with-hooks

skill

Example skill demonstrating embedded hooks for validation and logging

5MIT
microsoft/development·386 tokens·development

@microsoft/boards-my-work

skill

This skill retrieves and displays work items assigned to the user in Azure DevOps, organized by type and sorted by recently changed. It prompts for a project name or lists available projects if not provided, then fetches work item details and displays them in a formatted table with clickable links.

5MIT
microsoft/development·834 tokens·development

@microsoft/style-checker

skill

Check code against the project's style guidelines and design system standards.

5MIT
microsoft/code-quality·128 tokens·code-quality

@microsoft/fabric-heal

skill

Self-healing skill that improves signal mapper keyword coverage through iterative problem generation and keyword patching. Use when user says "heal signal mapper", "improve keyword coverage", "generate problem statements", "run healing loop", "patch signal mapper", or asks about "signal mapper gaps". Do NOT use for project architecture or deployment.

5MIT
microsoft/development·495 tokens·pythongit

@microsoft/boards-work-item-summary

skill

Summarize a single Azure DevOps work item (and its links and comments) by ID.

5MIT
microsoft/development·813 tokens·development

@microsoft/pipelines-build-summary

skill

List, inspect, and troubleshoot Azure DevOps pipeline builds. Shows recent builds for a pipeline definition, drills into a specific build's status and result, displays logs for failed steps, and lists the changes associated with a build.

5MIT
microsoft/development·1,269 tokens·development

@microsoft/fabric-discover

skill

Collects intake (project name + problem statement), scaffolds the project, infers architectural signals, and produces a Discovery Brief. This is the DEFAULT first skill — invoke it for ANY new user request that describes a data, analytics, reporting, or integration problem, no matter how it is phrased. The signal mapper handles keyword matching; routing just needs to get the user here first. When in doubt, invoke fabric-discover — a false-positive intake is recoverable; a freelanced answer is not. Common triggers include "IoT sensors", "batch ETL", "real-time analytics", "data warehouse", "compliance", "dashboard", "streaming", "we need analytics", or "what task flow fits my needs", but any description of a data problem qualifies. Do NOT use for architecture design (use fabric-design), deployment (use fabric-deploy), or validation (use fabric-test).

5MIT
microsoft/data·1,217 tokens·pythontesting

@microsoft/amplifier-philosophy

skill

Amplifier design philosophy using Linux kernel metaphor. Covers mechanism vs policy, module architecture, event-driven design, and kernel principles. Use when designing new modules or making architectural decisions.

5MIT
microsoft/design·793 tokens·design

@microsoft/copilot-sdk

skill

Build agentic applications with GitHub Copilot SDK. Use when embedding AI agents in apps, creating custom tools, implementing streaming responses, managing sessions, connecting to MCP servers, or creating custom agents. Triggers on Copilot SDK, GitHub SDK, agentic app, embed Copilot, programmable agent, MCP server, custom agent.

4MIT
microsoft/development·5,601 tokens·pythontypescriptjavascript+2

@microsoft/demoinstructions

skill

aka.ms/VAReadyDemo4

4CC-BY-4.0
microsoft/testing·982 tokens·gittestingapi-design

@microsoft/mcpserver-migrate-mcpapps

skill

Migrates an MCP server with interactive widgets from the OpenAI Apps SDK (window.openai, text/html+skybridge) to the MCP Apps standard (@modelcontextprotocol/ext-apps), covering server-side and client-side changes.

3MIT
microsoft/development·4,379 tokens·reactgitapi-design+1

@microsoft/mcpserver

skill

Migrates an MCP server with interactive widgets from the OpenAI Apps SDK (window.openai, text/html+skybridge) to the MCP Apps standard (@modelcontextprotocol/ext-apps), covering server-side and client-side changes.

3MIT
microsoft/development·2,761 tokens·gitapi-designdocumentation

@microsoft/amplifier-openclaw

skill

Delegate complex tasks to Amplifier's multi-agent framework. Use when: (1) research/comparison needing multiple perspectives, (2) multi-file code projects, (3) architecture/design reviews, (4) user asks for deep/thorough work. NOT for: simple Q&A, quick edits, casual chat, anything needing <5s response. CLI: amplifier-openclaw.

2MIT
microsoft/development·1,049 tokens·pythongitsecurity

@microsoft/superpowers-reference

skill

Complete reference tables for Superpowers modes, agents, recipes, and anti-patterns

2MIT
microsoft/git-workflow·2,043 tokens·documentationgit

@microsoft/integration-testing-discipline

skill

4 principles for E2E testing discipline — observe first, fix in batches, expect long durations, check container state directly. NO FIXES DURING OBSERVATION RUNS.

2MIT
microsoft/development·1,168 tokens·testingapi-designsecurity

@microsoft/mcs-retro

skill

Capture and classify learnings from a build/eval/fix session. Compares discoveries against existing knowledge, presents a classified table, and writes approved items to the learnings system.

1MIT
microsoft/development·2,049 tokens·testingapi-designperformance

@microsoft/duplicate-detective

skill

Identifies potential duplicate Accounts, Contacts, or Leads in Dataverse using intelligent fuzzy matching that catches nicknames, abbreviations, phone format variations, and address similarities. Use when user says "find duplicates", "check for duplicate accounts", "are there any duplicate contacts", "duplicate detection", "clean up duplicates", "merge duplicates", or "data quality check".

1MIT
microsoft/data·3,481 tokens·data

@microsoft/mcs-library

skill

Browse, analyze, and contribute to the team's SharePoint solution library. Uses agent teams for intelligent tagging and pattern extraction.

1MIT
microsoft/data·1,718 tokens·javascript

@microsoft/draft-outreach

skill

Generates personalized outreach messages by pulling context from Dataverse records. Creates tailored emails for new prospects, re-engagement, follow-ups, or cross-sell. Use when user says "draft an email to [contact]", "write outreach for", "help me reach out to", "compose email", "re-engage this contact", "follow-up email", "prospecting email", or "outreach message for".

1MIT
microsoft/productivity·3,763 tokens·productivity

@microsoft/mcs-report

skill

Generate reports from brief.json on demand — without running a build. Four report types for different audiences: brief (design state), build (status + deviations), customer (simplified, zero jargon), deployment (checklists + env mapping).

1MIT
microsoft/development·3,271 tokens·javascript

@microsoft/pipeline-health-analyzer

skill

Reviews opportunities in the sales pipeline to identify stuck deals, missing next steps, weak qualification, and unbalanced stages. Use when user asks "how is my pipeline looking", "analyze pipeline health", "which deals are stuck", "pipeline review", "find at-risk deals", "identify stalled opportunities", or "audit my open deals".

1MIT
microsoft/data·3,906 tokens·data

@microsoft/dataverse-overview

skill

ALWAYS LOAD THIS SKILL FIRST for any Dataverse task. Contains hard rules that override all other skills. USE WHEN: ANY request involving Dataverse, Dynamics 365, Power Platform, tables, columns, solutions, records, queries, CRM, metadata, plugins, SDK, Web API, PAC CLI, or environment operations. Also use for: "how do I", "what tool", "which skill", "where do I start", "help with Dataverse", "create table", "create column", "build solution", "query data", "bulk import", "sample data", "support agent", "customer table", "ticket table". This skill MUST be loaded before any other Dataverse skill. Read the Hard Rules section first.

1MIT
microsoft/development·4,240 tokens·pythonapi-designsecurity

@microsoft/dataverse-solution

skill

Create, export, unpack, pack, import, and validate Dataverse solutions. USE WHEN: "export solution", "import solution", "pack solution", "unpack solution", "create solution", "pull from environment", "push to environment", "validate import", "check import errors", "check if table exists", "check if form is published", "verify deployment". DO NOT USE WHEN: creating tables/columns/forms/views (use dataverse-metadata).

1MIT
microsoft/security·2,632 tokens·pythonsecurity

@microsoft/bug

skill

Report a bug conversationally — Claude gathers details, previews, and creates a GitHub issue via gh CLI.

1MIT
microsoft/development·689 tokens·gitapi-designsecurity

@microsoft/forecast

skill

Generates a weighted sales forecast from Dataverse opportunity data. Calculates committed, best-case, and pipeline views by rep and team; compares to quota; flags risks and upside. Use when user asks "what's my forecast", "quarterly forecast", "pipeline forecast", "where's my number", "forecast report", "am I going to hit quota", "sales projection", or "revenue forecast".

1MIT
microsoft/data·3,351 tokens·data

@microsoft/image-vision

skill

Analyze images using LLM vision APIs (Anthropic Claude, OpenAI GPT-4, Google Gemini, Azure OpenAI). Use when tasks require: (1) Understanding image content, (2) Describing visual elements, (3) Answering questions about images, (4) Comparing images, (5) Extracting text from images (OCR). Provides ready-to-use scripts - no custom code needed for simple cases.

1MIT
microsoft/productivity·3,047 tokens·pythonapi-design

@microsoft/dataverse-mcp-configure

skill

Configure an MCP server for GitHub Copilot or Claude with your Dataverse environment. USE WHEN: "configure MCP", "set up MCP server", "MCP not working", "connect MCP to Dataverse", "add Dataverse to Copilot", "add Dataverse to Claude", "connect via MCP", "use MCP", "MCP tools not available", "no MCP tools", "MCP not configured". DO NOT USE WHEN: workspace not initialized (use dataverse-init first), installing tools (use dataverse-setup).

1MIT
microsoft/development·4,768 tokens·pythongitapi-design

@microsoft/daily-briefing

skill

Delivers a prioritized morning summary covering today's meetings, overdue tasks, pipeline alerts, and recommended actions from Dataverse. Use when user says "what's on my plate today", "daily briefing", "morning summary", "what do I need to focus on today", "start my day", "daily digest", "today's priorities", or "what's happening today".

1MIT
microsoft/productivity·3,348 tokens·productivity

@microsoft/modernize-assess

skill

Run assessment and generate summary report for Java or .NET projects. USE FOR: assess project, analyze codebase, modernization assessment, identify migration issues, modernize assess, scan for upgrade problems, evaluate .NET project, evaluate Java project, find legacy dependencies, generate assessment report. DO NOT USE FOR: creating modernization plans (use modernize-plan-create), executing plans (use modernize-plan-execute).

1MIT
microsoft/development·1,329 tokens·java

@microsoft/modernize-plan-create

skill

Create a modernization plan based on a user prompt for Java or .NET projects. USE FOR: create plan, make migration plan, plan modernization, plan upgrade, modernize plan create, design migration strategy, plan .NET upgrade, plan Java migration, containerization plan, Azure migration plan. DO NOT USE FOR: running assessments (use modernize-assess), executing existing plans (use modernize-plan-execute).

1MIT
microsoft/design·1,694 tokens·java

@microsoft/modernize-plan-execute

skill

Execute an existing modernization plan for Java or .NET projects. USE FOR: run plan, execute plan, apply changes, modernize plan execute, start migration, run modernization, apply upgrade, implement plan, carry out migration. DO NOT USE FOR: running assessments (use modernize-assess), creating new plans (use modernize-plan-create).

1MIT
microsoft/productivity·1,627 tokens·java

@microsoft/dataverse-init

skill

Initialize a Dataverse workspace on a new machine or new repo. USE WHEN: ".env is missing", "setting up on a new machine", "starting a new project", "initialize workspace", "new repo", "first time setup", "configure MCP server", "MCP not connected", "load demo data", "sample data", "create a new environment", "select environment", "which environment". DO NOT USE WHEN: installing tools (use dataverse-setup).

1MIT
microsoft/development·4,632 tokens·api-designsecurity

@microsoft/account-briefing-generator

skill

Generates meeting briefings by aggregating account info, contacts, opportunities, cases, and activity history into structured prep documents with talking points and discovery questions. Use when user says "prep me for my call", "brief me on this account", "meeting prep", "I have a meeting with [company]", "account briefing", "customer briefing", or "prepare for customer meeting".

1MIT
microsoft/productivity·6,464 tokens·productivity

@microsoft/mcs-eval

skill

Run evaluation tests using eval sets. Two-mode execution: Direct Line API (auto) or MCS Native Eval via Gateway API upload + run (manual). Results written per-test to evalSets[].tests[].lastResult.

1MIT
microsoft/development·4,703 tokens·testingapi-designperformance

@microsoft/dataverse-python-sdk

skill

Use the official Microsoft Dataverse Python SDK for data operations. USE WHEN: "use the SDK", "query records", "create records", "bulk operations", "upsert", "Python script for Dataverse", "read data", "write data", "upload file", "bulk import", "CSV import", "load data", "data profiling", "data quality", "analyze data", "Jupyter notebook", "pandas", "notebook". DO NOT USE WHEN: creating forms/views (use dataverse-metadata with Web API), exporting solutions (use dataverse-solution with PAC CLI).

1MIT
microsoft/data·4,983 tokens·pythonjavascriptgit+1

@microsoft/mcs-build

skill

Build agent(s) in Copilot Studio using the fully API-native build stack with user-guided manual steps for OAuth connections. Reads brief.json for architecture mode (single/multi-agent).

1MIT
microsoft/development·5,242 tokens·api-design

@microsoft/cross-sell-target-identifier

skill

Analyzes successful product customers to identify patterns, then finds similar accounts that are good cross-sell candidates with fit scores and reasoning. Use when user asks "who should I pitch this product to", "find cross-sell opportunities", "which customers should buy Product X", "identify upsell targets", "product expansion candidates", or "who else would buy this".

1MIT
microsoft/data·3,998 tokens·data

@microsoft/next-best-action-engine

skill

Analyzes an opportunity's current state and engagement history, compares against won deals, and recommends the most effective next action with reasoning. Use when user asks "what should I do next on this deal", "next steps for this opportunity", "how do I move this deal forward", "what's the best action for this opp", "deal coaching", or "opportunity next action".

1MIT
microsoft/data·4,444 tokens·data

@microsoft/mcs-research

skill

Full research pass — reads project documents, identifies agents, researches MCS components, designs architecture, enriches brief.json + generates evals. Uses Agent Teams for quality.

1MIT
microsoft/development·5,896 tokens·documentation

@microsoft/mcs-refresh

skill

Refresh knowledge cache files and solution library with live research from MS Learn, WebSearch, SharePoint, and MCS UI snapshots. Use to keep inventories current.

1MIT
microsoft/design·2,922 tokens·design

@microsoft/mcs-context

skill

Pull all M365 context about a customer/company using WorkIQ MCP. Searches emails, meetings, documents, Teams, and people to compile a complete customer context file before research and architecture.

1MIT
microsoft/data·2,059 tokens·documentationperformancesecurity

@microsoft/expense-entry

skill

Processes expense receipts and creates expense report entries following company policies with approval thresholds and validation rules. Use when user says "log this expense", "process this receipt", "create expense entry", "submit expense", "add to expense report", uploads a receipt image, or provides purchase documentation to expense.

1MIT
microsoft/development·4,185 tokens·development

@microsoft/suggest

skill

Submit a feature suggestion conversationally — Claude gathers details, previews, and creates a GitHub issue via gh CLI.

1MIT
microsoft/development·661 tokens·gitapi-designsecurity

@microsoft/dataverse-setup

skill

Set up a machine for Dataverse development — install tools and authenticate. USE WHEN: "install PAC CLI", "install tools", "command not found", "authenticate", "pac auth", "az login", "gh auth", "winget install", "setup machine", "missing tools", "new machine setup". DO NOT USE WHEN: initializing a workspace/repo (use dataverse-init).

1MIT
microsoft/development·1,521 tokens·pythongitsecurity

@microsoft/mcs-init

skill

Initialize a new MCS agent project with folder structure and template files.

1MIT
microsoft/development·591 tokens·documentation

@microsoft/dataverse-metadata

skill

Create or modify Dataverse tables, columns, relationships, forms, and views. USE WHEN: "add column", "create table", "add relationship", "lookup column", "create form", "create view", "modify form", "FormXml", "SavedQuery", "option set", "picklist", "MetadataService", "EntityDefinitions". DO NOT USE WHEN: reading/writing data records (use dataverse-python-sdk), exporting solutions (use dataverse-solution).

1MIT
microsoft/productivity·4,682 tokens·pythonapi-designsecurity

@microsoft/mcs-deploy

skill

Deploy agents from dev to prod environments. Two modes: agent-level (fast, replicate-agent.js) and solution-level (PAC CLI export/import, ALM-ready). Includes pre-deploy validation, connection mapping, post-deploy smoke test.

1MIT
microsoft/development·3,452 tokens·javascripttesting

@microsoft/competitive-intelligence

skill

Analyzes opportunity data and activity notes to generate competitive intelligence including win/loss rates by competitor, patterns, and rep-ready battlecard talking points. Use when user asks "how are we doing against [competitor]", "competitive analysis", "competitor win rate", "battlecard for [competitor]", "competitive landscape", "why are we losing to [competitor]", or "competitor intelligence".

1MIT
microsoft/data·4,406 tokens·data

@microsoft/handoff-brief-generator

skill

Creates comprehensive handoff documentation for sales reps going on vacation or transitioning deals. Generates structured briefs with deal status, activities, next steps, contacts, and risks. Use when user says "I'm going on vacation", "create handoff brief", "coverage brief for my deals", "vacation handoff", "out of office brief", "transition my deals", or "backup documentation".

1MIT
microsoft/data·4,631 tokens·data

@microsoft/account-risk-early-warning

skill

Identifies accounts showing warning signs of churn by analyzing activity trends, support cases, and engagement signals. Scores risk and prioritizes intervention targets. Use when user asks "which accounts are at risk", "churn risk analysis", "find accounts that might leave", "customer health check", "at-risk customers", "retention warning signs", or "account health score".

1MIT
microsoft/data·4,689 tokens·data

@microsoft/create-an-asset

skill

Generates customized sales assets including one-pagers, proposals, executive summaries, ROI summaries, and mutual action plans from Dataverse context. Use when user says "create a one-pager", "draft a proposal", "generate executive summary", "build ROI summary", "create mutual action plan", "sales asset for [account]", "proposal outline", or "customer-facing document".

1MIT
microsoft/productivity·3,858 tokens·productivity

@microsoft/mcs-fix

skill

Post-deployment fix: analyze eval set failures, classify root causes, apply targeted fixes, and re-evaluate. For initial build iteration, use /mcs-build (which has an internal fix loop). This skill handles post-deployment edge cases and regressions.

1MIT
microsoft/development·3,891 tokens·security

@microsoft/win-loss-pattern-analyzer

skill

Analyzes closed opportunities to identify patterns between won and lost deals. Compares sales cycles, activities, stakeholder engagement, and deal characteristics for actionable playbook insights. Use when user asks "why are we losing deals", "win loss analysis", "what makes deals win", "analyze lost opportunities", "sales pattern analysis", "compare won vs lost deals", or "improve win rate".

1MIT
microsoft/data·5,748 tokens·data

@microsoft/lead-qualification-playbook

skill

Guides sales reps through structured lead qualification using BANT+ methodology. Evaluates leads, suggests discovery questions, scores quality, and recommends next steps. Use when user says "qualify this lead", "help me qualify", "BANT analysis", "score this lead", "should I convert this lead", "lead qualification questions", or "assess lead quality".

1MIT
microsoft/data·4,559 tokens·data

@microsoft/log-call-transcripts

skill

Analyzes sales call transcripts to extract key information and automatically logs the call as a Phone Call activity in Dataverse. Use when user says "log this call", "process this transcript", "save this call to CRM", "create a phone call record from this transcript", uploads a call recording transcript, or pastes meeting/call notes to be logged.

1MIT
microsoft/productivity·3,054 tokens·productivity

@microsoft/dot-patterns

skill

Use when you need copy-paste DOT templates for common diagram types — start from a working pattern rather than blank canvas

MIT
microsoft/devops·1,760 tokens·devops

@microsoft/dot-quality

skill

Use when enforcing quality standards on DOT diagrams — checking completeness, structure, and visual clarity before sharing or committing

MIT
microsoft/code-quality·1,159 tokens·code-quality

@microsoft/dot-graph-intelligence

skill

Use when you need programmatic graph structure analysis — reachability, cycles, critical paths, and diffs without spending LLM tokens on structural questions code can answer

MIT
microsoft/development·1,165 tokens·development

@microsoft/dot-as-analysis

skill

Use when analyzing a system to surface hidden issues — draw what you believe exists, then reconcile against what actually exists

MIT
microsoft/development·1,289 tokens·performancesecurity

@microsoft/asklearn

skill

Look up Microsoft Purview documentation and guidance from Microsoft Learn. Use this skill ONLY when the user's question does NOT match a diagnostic symptom in dlm-diagnostics. Use dlm-diagnostics first for troubleshooting issues like retention policy errors, archive problems, inactive mailboxes, etc. Use asklearn for general questions like: how do I create a retention policy, how do I set up eDiscovery, how do I enable audit logging, how do I configure communication compliance, how do I set up information barriers, how do I use insider risk management, how do I manage records, or how do I configure adaptive scopes.

MIT
microsoft/security·775 tokens·security

@microsoft/dot-syntax

skill

Use when writing or reading DOT/Graphviz code and needing quick syntax reference — node declarations, edge syntax, attributes, subgraphs, HTML labels, and common gotchas

MIT
microsoft/development·1,083 tokens·development

@microsoft/dlm-diagnostics

skill

Diagnose Microsoft Purview Data Lifecycle Management (DLM) issues in Exchange Online. Use this skill when a user reports: retention policy not applying to workloads, retention policy stuck in Error or PendingDeletion, items not moving from primary mailbox to archive, auto-expanding archive not provisioning additional storage, inactive mailbox not created after user deletion, Recoverable Items or SubstrateHolds folder growing uncontrollably, Teams messages not being deleted after retention period expires, MRM and Purview retention conflicting causing unexpected deletion or retention, adaptive scope including wrong members or not populating, or auto-apply retention labels not labeling content or showing Off Error status. Requires Exchange Online and Security & Compliance PowerShell sessions.

MIT
microsoft/testing·1,317 tokens·testingdocumentationsecurity