microsoft

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

microsoft/vscode

Instructions file GitHub Copilot

VS Code source code organization — layers, target environments, dependency injection, and folder structure conventions. Reference when adding new modules, services, or contributions.

190k yesterday A 662 tokens original MIT

microsoft/vscode

Instructions file GitHub Copilot

VS Code test writing guidelines — unit tests, integration tests, snapshot tests, and clean teardown patterns. Reference when writing or updating tests.

190k yesterday A 558 tokens original MIT

accessibility

30

microsoft/vscode

Skill Claude CodeCodex

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.

190k yesterday A 54 tokens original MIT

microsoft/vscode

Skill Claude CodeCodex

Build and review cross-cutting agent-host chat behavior through lifecycle contributions. Use when adding turn lifecycle side effects, prompt or context injection, restored-history transformation, protocol-action observation, or when reviewing changes that add code to AgentSideEffects or AgentService.

190k yesterday A 56 tokens original MIT

microsoft/vscode

Skill Claude CodeCodex

Use when writing, recording, updating, or troubleshooting the agent host end-to-end tests under src/vs/platform/agentHost/test/node/e2e (black-box tests that drive the whole agent host over the AHP protocol, using a CapiReplayProxy record/replay system for Claude/Copilot/Codex). Covers adding a cross-provider test…

190k yesterday A 104 tokens original MIT

agent-host-logs

33

microsoft/vscode

Skill Claude CodeCodex

Analyze Agent Host debug log exports. Use when given an ah-logs or ahp-logs zip/folder, an Export Agent Host Debug Logs bundle, events.jsonl, AHP JSONL transport logs, Agent Host.log, remote-agenthost.log, or copilot-logs.

190k yesterday A 62 tokens original MIT

microsoft/vscode

Skill Claude CodeCodex

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.

190k yesterday A 68 tokens original MIT

auto-perf-optimize

35

microsoft/vscode

Skill Claude CodeCodex

Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.

190k yesterday A 62 tokens original MIT

azure-pipelines

36

microsoft/vscode

Skill Claude CodeCodex

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.

190k yesterday D 44 tokens original MIT

microsoft/vscode

Skill Claude CodeCodex

Use when working on the Chat Customizations editor — the management UI for agents, skills, instructions, hooks, prompts, MCP servers, and plugins.

190k yesterday A 35 tokens original MIT

chat-perf

38

microsoft/vscode

Skill Claude CodeCodex

Run chat perf benchmarks and memory leak checks against the local dev build or any published VS Code version. Use when investigating chat rendering regressions, validating perf-sensitive changes to chat UI, or checking for memory leaks in the chat response pipeline.

190k yesterday A 51 tokens original MIT

microsoft/vscode

Skill Claude CodeCodex

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

190k yesterday A 53 tokens original MIT

code-oss-logs

40

microsoft/vscode

Skill Claude CodeCodex

Find and read timestamped process logs from Code OSS dev builds, including main.log, renderer.log, extension host logs, and agenthost.log. For bundles produced by Export Agent Host Debug Logs, use agent-host-logs.

190k yesterday A 51 tokens original MIT

component-fixtures

41

microsoft/vscode

Skill Claude CodeCodex

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.

190k yesterday A 47 tokens original MIT

microsoft/vscode

Skill Claude CodeCodex

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

190k yesterday A 71 tokens original MIT

microsoft/vscode

Skill Claude CodeCodex

Architecture and hard-won debugging lessons for customization enablement (plugins, MCP servers, agents, skills, instructions) in the agent host. Use when changing how customizations are discovered, published, enabled/disabled, or handed to a provider SDK; when a customization shows the wrong enabled state in the UI…

190k yesterday C 83 tokens original MIT

design-philosophy

44

microsoft/vscode

Skill Claude CodeCodex

The VS Code design philosophy — a shared Values→Principles→Moves vocabulary for reasoning about UI in design terms instead of raw pixels. Use when designing, building, reviewing, or giving feedback on any visual surface; when deciding a radius, spacing, type role, icon size, border, color, or motion; or when…

190k yesterday A 86 tokens original MIT

feedback-learning

45

microsoft/vscode

Skill Claude CodeCodex

Classify and record explicit corrective feedback without turning skills or instructions into append-only knowledge dumps.

190k yesterday A 21 tokens original MIT

fix-ci-failures

46

microsoft/vscode

Skill Claude CodeCodex

Investigate and fix CI failures on a pull request. Use when CI checks fail on a PR branch — covers finding the PR, identifying failed checks, downloading logs and artifacts, extracting the failure cause, and iterating on a fix. Requires the gh CLI.

190k yesterday A 60 tokens original MIT

fix-errors

47

microsoft/vscode

Skill Claude CodeCodex

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…

190k yesterday A 75 tokens original MIT

flaky-smoke-tests

48

microsoft/vscode

Skill Claude CodeCodex

Diagnose intermittent VS Code Electron smoke-test failures from the Azure DevOps Flaky Smoke Tests pipeline (definition 700). Covers finding failed iterations, downloading task logs and platform artifacts with Azure CLI, correlating cumulative runner logs, tracing the introducing commit, and queueing focused…

190k yesterday A 63 tokens original MIT