·sessions
</>

sessions

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.

93Installs·1Trend·@microsoft

Installation

$npx skills add https://github.com/microsoft/vscode --skill sessions

How to Install sessions

Quickly install sessions AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/microsoft/vscode --skill sessions
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: microsoft/vscode.

SKILL.md

View raw

When working on the Agent Sessions window (src/vs/sessions/), always follow these guidelines:

The src/vs/sessions/ directory contains authoritative specification documents. Always read the relevant spec before making changes.

| Layer spec | src/vs/sessions/README.md | Layering rules, dependency constraints, folder conventions | | Layout spec | src/vs/sessions/LAYOUT.md | Grid structure, part positions, sizing, CSS classes, API reference | | AI Customizations | src/vs/sessions/AICUSTOMIZATIONS.md | AI customization editor and tree view design |

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. Source: microsoft/vscode.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/microsoft/vscode --skill sessions
Category
</>Dev Tools
Verified
First Seen
2026-02-20
Updated
2026-03-10

Browse more skills from microsoft/vscode

Quick answers

What is sessions?

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. Source: microsoft/vscode.

How do I install sessions?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/microsoft/vscode --skill sessions Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/microsoft/vscode