agent-sessions-layout

Define and enforce structural layout and part visibility for the Agent Sessions workbench.

189k|41.5k|Updated Sep 3, 2015
One-click install
npx skills add https://github.com/microsoft/vscode --skill agent-sessions-layout
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-sessions-layout
Source: https://github.com/microsoft/vscode/tree/main/.github/skills/agent-sessions-layout
Command: npx skills add https://github.com/microsoft/vscode --skill agent-sessions-layout

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill provides clear guidelines and identifies key files for implementing or fixing issues within the Agent Sessions workbench layout, ensuring consistency and adherence to specifications.

Core Features & Use Cases

  • Layout Specification: Details the fixed structure, grid configuration, part visibility, and editor modal behavior.
  • Implementation Principles: Outlines rules for maintaining layout integrity, handling part lifecycles, and using specific agent session components.
  • Use Case: When developing a new feature that modifies the arrangement or visibility of panels in the Agent Sessions workbench, consult this Skill to understand the established patterns and requirements.

Quick Start

Refer to the src/vs/sessions/LAYOUT.md file for the authoritative specification of the Agent Sessions layout.

Frequently Asked Questions about agent-sessions-layout

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure the Agent Sessions workbench layout in VS Code?

To configure the Agent Sessions workbench layout, refer to the LAYOUT.md file for the authoritative specification on fixed layout structure, grid configuration, and part visibility. It defines the structural arrangement and implementation principles for the workbench.

What is the fixed layout structure for agent sessions in VS Code?

The fixed layout structure for agent sessions defines grid configuration, part visibility, editor modal behavior, titlebar, and sidebar footer. It enforces structural consistency and specific implementation requirements for agent session parts within the workbench.

How do I manage part visibility and editor modal behavior in the Agent Sessions workbench?

Managing part visibility and editor modal behavior in the Agent Sessions workbench requires following the layout specification in LAYOUT.md. It outlines rules for maintaining layout integrity, handling part lifecycles, and using specific agent session components.

Are there specific implementation principles for modifying the Agent Sessions workbench layout?

Yes, implementation principles for modifying the Agent Sessions workbench layout include maintaining layout integrity, handling part lifecycles correctly, and using specific agent session components. Consult the LAYOUT.md file to understand established patterns and requirements.

Why does my Agent Sessions workbench layout break when adding new panels?

Your Agent Sessions workbench layout likely breaks because new panels violate the fixed layout structure or grid configuration rules. The LAYOUT.md specification defines part visibility, editor modal behavior, and implementation requirements to prevent such issues.

Does the agent-sessions-layout Skill provide scripts for fixing workbench layout issues?

The agent-sessions-layout Skill provides references and scripts as components to help fix workbench layout issues. It identifies key files like LAYOUT.md and provides guidelines to ensure consistency and adherence to layout specifications.