.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/microsoft/vscode
home/skills/microsoft/vscode
microsoft avatar

microsoft/vscode

57 skills · 20,884 total installs

View on GitHub
$npx skills add microsoft/vscode
SkillInstalls
fix-errorsGuidelines for fixing unhandled errors from the VS Code error telemetry dashboard.2.2kazure-pipelinesUse when validating Azure DevOps pipeline changes for the VS Code build.2.2kmemory-leak-auditAudit code for memory leaks and disposable issues. Use when reviewing event listeners, DOM handlers, lifecycle callbacks, or fixing leak reports.2.2kaccessibilityPrimary accessibility skill for VS Code. REQUIRED for new feature and contribution work, and also applies to updates of existing UI.2.2ksessionsAgents window architecture — covers the agents-first app, layering, folder structure, chat widget, menus, contributions, entry points, and development…2.1khygieneUse when making code changes to ensure they pass VS Code's hygiene checks.2.1kauthor-contributionsIdentify all files a specific author contributed to on a branch vs its upstream, tracing code through renames.2.0ktool-rename-deprecationEnsure renamed built-in tool references preserve backward compatibility. Use when renaming a toolReferenceName, tool set referenceName, or any tool identifier.2.0kupdate-screenshotsDownload screenshot baselines from the latest CI run and commit them.2.0klaunchLaunch Code OSS (VS Code from sources) into an isolated throwaway profile with unique debug ports so you can drive it with @playwright/cli AND attach a Node…225component-fixturesUse when creating or updating component fixtures for screenshot testing, or when designing UI components to be fixture-friendly.212add-policyUse when adding, modifying, or reviewing VS Code configuration policies.193unit-testsUse 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…174chat-customizations-editorUse when working on the Chat Customizations editor — the management UI for agents, skills, instructions, hooks, prompts, MCP servers, and plugins.156fix-ci-failuresInvestigate 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…154integration-testsUse when running integration tests in the VS Code repo. Covers scripts/test-integration.sh (macOS/Linux) and scripts/test-integration.bat (Windows), their…126heap-snapshot-analysisAnalyze V8 heap snapshots to investigate memory leaks and retention issues.109auto-perf-optimizeRun agent-driven VS Code performance or memory investigations.101cpu-profile-analysisAnalyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-*.json).101vscode-dev-workbenchUse when the user wants to run the vscode.dev server locally and exercise the VS Code workbench or Agents window in the integrated browser against the local…93chat-perfRun chat perf benchmarks and memory leak checks against the local dev build or any published VS Code version.89otelOpenTelemetry instrumentation for the Copilot Chat extension — covers the four agent execution paths, the IOTelService abstraction, span/metric/event…77code-oss-logsFind and read timestamped process logs from Code OSS dev builds, including main.log, renderer.log, extension host logs, and agenthost.log.66act-on-feedbackAct on user feedback attached to the current session. Use when the user submits feedback on the session's changes via the Submit Feedback button.—agent-customization**WORKFLOW SKILL** — Create, update, review, fix, or debug VS Code agent customization files (.instructions.md, .prompt.md, .agent.md, SKILL.md,…—agent-host-e2e-testsUse 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…—agent-host-logsAnalyze 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…—anthropic-sdk-upgraderUse this agent when the user needs to upgrade Anthropic SDK packages.—chronicleAnalyze Copilot session history for standup reports, usage tips, session search, and session reindexing.—code-reviewPerform a code review of the current session's changes. Use when the user requests a code review via the Run Code Review button in the Changes toolbar.—commitCommit staged or unstaged changes with an AI-generated commit message that matches the repository's existing commit style.—create-agentCreate a custom agent (.agent.md) for a specific job.—create-draft-prCreate a draft pull request for the current session. Use when the user wants to open a draft PR with the session's changes.—create-hookCreate a hook (.json) to enforce policy or automate agent lifecycle events.—create-instructionsCreate an instructions file (.instructions.md) for a project rule or convention.—create-prCreate a pull request for the current session. Use when the user wants to open a PR with the session's changes.—create-promptCreate a reusable prompt file (.prompt.md) for a common task.—create-skillCreate a reusable skill (SKILL.md) that packages a workflow.—design-philosophyThe VS Code design philosophy — a shared Values→Principles→Moves vocabulary for reasoning about UI in design terms instead of raw pixels.—fix-ciFix the failed CI checks for the current session. Use when the user requests a CI fix via the Fix Checks button in the Changes toolbar.—flaky-smoke-testsDiagnose intermittent VS Code Electron smoke-test failures from the Azure DevOps Flaky Smoke Tests pipeline (definition 700).—generate-run-commandsGenerate or modify run commands for the current session. Use when the user wants to set up or update run commands that appear in the session's Run button.—get-search-view-resultsGet the current search results from the Search view in VS Code—github-copilot-upgraderUse this to update the Github Copilot CLI/SDK—initGenerate or update chat customization files for AI coding agents—install-vscode-extensionHow 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…—integrated-browserUse this when working on the VS Code integrated browser ("browserView") to understand its architecture and mental model.—mergeMerge changes from the topic branch to the merge base branch. Use when the user wants to merge their session's work back to the base branch.—project-setup-info-context7Comprehensive setup steps to help the user create complete project structures in a VS Code workspace.—project-setup-info-localComprehensive setup steps to help the user create complete project structures in a VS Code workspace; this tool is designed for full project initialization and…—smoke-testsUse when running VS Code smoke tests or working on smoke-test CI steps.—symbolicate-crash-dumpSymbolicate a native VS Code crash dump (.dmp) using electron-minidump.—syncSync the current session branch with its upstream branch, or publish the current session branch to a remote.—sync-upstreamUpdate a stale session branch by rebasing onto the latest origin.—troubleshootInvestigate unexpected chat agent behavior by analyzing direct debug logs in JSONL files.—ux-css-layoutVS Code CSS conventions, file organization, class naming, standard sizes, SplitView/Grid layout, scrollable content, responsive layout, and text…—ux-themingVS Code theming, color tokens, widget styles, focus indicators, and high-contrast theme support.—