New to Claude Skills? Learn how to install them →

Browse agent skills

Free SKILL.md packages for Claude Code, Codex, Cursor, Antigravity, Cowork and more. Filter by what you need — every listing links to the original source.

A

Agent Customization

microsoft

Streamline your VS Code agent customization process.

Developer Toolsintermediate188.6k repo

Chat Performance Testing

microsoft

Benchmark and validate chat UI performance in VS Code.

Developer ToolsintermediateNode · Shell188.6k repo

Accessibility

microsoft

Enhance VS Code UI with essential accessibility features.

Developer Toolsintermediate188.6k repo

Component Fixtures

microsoft

Streamline UI component testing with isolated fixtures.

Developer Toolsintermediate188.6k repo

Diagnosing Flaky Smoke Tests

microsoft

Streamline troubleshooting for VS Code smoke tests.

Developer ToolsintermediateNode · Shell188.6k repo

Chat Customizations Editor

microsoft

Manage AI customization items efficiently.

AI & AgentsintermediateNode · Shell188.6k repo
T

Tool Rename Deprecation

microsoft

Maintain backward compatibility during tool renaming.

Developer Toolsintermediate188.6k repo

VS Code Dev Workbench

microsoft

Run the VS Code web workbench locally for development.

Developer ToolsintermediateNode · Shell188.6k repo
P

Project Setup Info Local

microsoft

Streamline your VS Code project initialization process.

Developer ToolsintermediateNode188.6k repo

Code OSS Logs

microsoft

Access and analyze logs from Code OSS development builds.

Developer ToolsintermediateShell188.6k repo

Agent Host E2E Tests

microsoft

Streamline testing for agent host functionality.

Developer ToolsintermediateShell188.6k repo

Error Fixing Guidelines

microsoft

A structured approach to resolving telemetry errors in VS Code.

Developer Toolsintermediate188.6k repo

Sessions Management

microsoft

Essential guidelines for agents window development.

Developer Toolsintermediate188.6k repo

Unit Tests

microsoft

Efficiently run and manage unit tests in VS Code.

Developer ToolsintermediateShell188.6k repo
G

Generate Run Commands

microsoft

Automate task setup for your development environment.

Developer ToolsintermediatePython · Node188.6k repo

VS Code Extension Release

cline

Streamline your VS Code extension publishing process.

Developer ToolsintermediateNode · Shell66k repo
I

Install VS Code Extension

microsoft

Effortlessly add extensions to your VS Code setup.

Developer Toolsbeginner188.6k repo

Chat Customization Generator

microsoft

Streamline AI agent customization for your codebase.

AI & Agentsintermediate188.6k repo
I

Integration Tests

microsoft

Run integration tests for the VS Code repository efficiently.

Developer ToolsintermediateShell188.6k repo

Symbolicate Crash Dump

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.

S

Sweeper Fix

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 skill, a vscodesweeper record, or a sweeper fix spec.

Smoke Tests

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.

Policy and Managed Settings

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 settings, a typed SDK contract, VS Code configuration policy, extension policy, or a split implementation. Run on every new Copilot/agent/LLM control and ANY change that adds a `policy:` field.

Integrated Browser

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`.