microsoft

1,468 mods across 240 repositories, 1267k stars between them.

microsoft/vscode

Skill Claude CodeCodex

Analyze V8 heap snapshots to investigate memory leaks and retention issues. Use when given .heapsnapshot files, asked to compare before/after snapshots, asked to find what retains objects, or investigating why objects survive GC. Provides snapshot parsing, comparison, retainer-path helpers, and scratchpad scripts.

190k yesterday A 65 tokens original MIT

integrated-browser

50

microsoft/vscode

Skill Claude CodeCodex

Use this when working on the VS Code integrated browser ("browserView") to understand its architecture and mental model. Covers the embedded Chromium browser, its editor tab, navigation, overlay/layout, sessions, and agent browser tools under src/vs/platform/browserView and src/vs/workbench/contrib/browserView.

190k yesterday A 68 tokens original MIT

integration-tests

51

microsoft/vscode

Skill Claude CodeCodex

Use when running integration tests in the VS Code repo. Covers scripts/test-integration.sh (macOS/Linux) and scripts/test-integration.bat (Windows), their supported arguments for filtering, and the difference between node.js integration tests and extension host tests.

190k yesterday A 54 tokens original MIT

memory-leak-audit

52

microsoft/vscode

Skill Claude CodeCodex

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.

190k yesterday A 52 tokens original MIT

otel

53

microsoft/vscode

Skill Claude CodeCodex

OpenTelemetry instrumentation for the Copilot Chat extension — covers the four agent execution paths, the IOTelService abstraction, span/metric/event conventions, and the relationship between code and the user/developer monitoring docs. Use when adding/changing OTel spans, metrics, or events; instrumenting a new agent…

190k yesterday A 94 tokens original MIT

microsoft/vscode

Skill Claude CodeCodex

Use whenever adding, modifying, or reviewing any Copilot, agent, LLM, AI, tool, permission, sandbox, MCP, model, telemetry, feature-gate, setting, configuration, or enterprise control—especially anything an organization or administrator may need to manage. Start here to decide whether it belongs in runtime managed…

190k yesterday A 112 tokens original MIT

sessions

55

microsoft/vscode

Skill Claude CodeCodex

Core principles and workflow router for changes to the Agents Window under src/vs/sessions.

190k yesterday A 20 tokens original MIT

smoke-tests

56

microsoft/vscode

Skill Claude CodeCodex

Use when running VS Code smoke tests or working on smoke-test CI steps. Covers npm run smoketest / smoketest-no-compile, grep filtering tests, and a temporary repeat-loop technique for tracking down flaky smoke tests in CI.

190k yesterday A 50 tokens original MIT

sweeper-fix

57

microsoft/vscode

Skill Claude CodeCodex

Fix a microsoft/vscode issue that the VS Code Sweeper reviewed as agent-fixable. Fetches the review's fix spec from the sweeper's public state repo, implements the narrow fix in the current vscode checkout, and — after showing the diff — opens a draft PR. Use when asked to fix a vscode issue with the sweeper-fix…

190k yesterday A 94 tokens original MIT

microsoft/vscode

Skill Claude CodeCodex

Symbolicate a native VS Code crash dump (.dmp) using electron-minidump. Use when given a crash dump file, asked to symbolicate a crash, resolve missing method names in a native crash backtrace, or attach Electron/Insiders/Stable symbol files. VS Code team members only; requires macOS or Linux.

190k yesterday A 74 tokens original MIT

microsoft/vscode

Skill Claude CodeCodex

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.

190k yesterday A 60 tokens original MIT

unit-tests

60

microsoft/vscode

Skill Claude CodeCodex

Use when running unit tests in the VS Code repo. Covers the runTests tool, scripts/test.sh (macOS/Linux) and scripts/test.bat (Windows), and their supported arguments for filtering, globbing, and debugging tests.

190k yesterday A 50 tokens original MIT

microsoft/generative-ai-for-beginners

Skill Claude CodeCodex

Migrate Python apps from Azure OpenAI Chat Completions to the Responses API. Covers AzureOpenAI/AsyncAzureOpenAI client migration to the v1 endpoint, streaming, tools, structured output, multi-turn, EntraID auth, and model compatibility checks. Python-focused, Azure OpenAI-specific. USE FOR: migrate to responses API…

119k 5d ago A 185 tokens original MIT

playwright-dev

63

microsoft/playwright

Skill Claude CodeCodex

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

95k 3d ago A 25 tokens original Apache-2.0

playwright-devops

64

microsoft/playwright

Skill Claude CodeCodex

DevOps workflows for Playwright - CI failure analysis, workflow debugging, and release operations.

95k 3d ago A 23 tokens original Apache-2.0

microsoft/playwright

Skill Claude CodeCodex

Query Playwright CI test results from the aggregated DuckDB database. Answers questions about flaky tests, failure rates, slow tests, and per-run/SHA/PR results without hunting through GitHub artifacts.

95k 3d ago A 45 tokens original Apache-2.0

playwright-triage

66

microsoft/playwright

Skill Claude CodeCodex

Triage a Playwright bug report by reproducing it from the information in the issue. Use when asked to triage, reproduce, or verify a GitHub issue (a new bug report, or an existing report with a new comment).

95k 3d ago A 54 tokens original Apache-2.0

microsoft/playwright

Instructions file GitHub Copilot

Instructions for microsoft/playwright, a project described as: Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.

95k 3d ago A 121 tokens original Apache-2.0

microsoft/playwright

Instructions file

Instructions for microsoft/playwright, covering monorepo packages, browser packages, tooling packages, key directories and build.

95k 3d ago A 1,902 tokens original Apache-2.0

microsoft/playwright

Agent Claude Code

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

95k 3d ago A 151 tokens original Apache-2.0

microsoft/playwright

Agent Claude Code

Use this agent when you need to create comprehensive test plan for a web application or website.

95k 3d ago A 23 tokens original Apache-2.0

playwright-test

72

microsoft/playwright

MCP server Claude CodeCodexCursor +2

A high-level API to automate web browsers. Runs locally from the playwright npm package.

95k 3d ago A tokens not measured original Apache-2.0