agent-sessions-layout

Enforce the Agent Sessions workbench layout from LAYOUT.md specifications.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/darwinboaventura/base-vscode-copilot --skill agent-sessions-layout-darwinboaventura
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-sessions-layout
Source: https://github.com/darwinboaventura/base-vscode-copilot/tree/main/.github/skills/agent-sessions-layout
Command: npx skills add https://github.com/darwinboaventura/base-vscode-copilot --skill agent-sessions-layout-darwinboaventura

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enforces and documents a fixed Agent Sessions workbench layout to ensure consistent implementations.

Core Features & Use Cases

  • Specification-driven guidance for grid structures, part visibility, titlebar, editor modal, and storage keys.
  • Encourages synchronization between code and the authoritative LAYOUT.md, with clear revision histories.
  • Supports consistent workbench contributions through agent session parts and dedicated menus and storage conventions.

Quick Start

Follow the specification in src/vs/sessions/LAYOUT.md when implementing or updating 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 maintain a consistent agent sessions workbench layout across feature development?

Maintain a consistent agent sessions workbench layout by following the specification in LAYOUT.md to enforce fixed grid structures, part visibility, and titlebar rules across all feature updates and bug fixes.

What is the specification for agent sessions grid structure and editor modal visibility?

The specification for agent sessions grid structure defines fixed workbench layout requirements including part visibility, titlebar configuration, editor modal behavior, and dedicated storage keys documented within LAYOUT.md.

How do I synchronize code updates with the authoritative UI architecture specification?

Synchronize code updates with the UI architecture specification by ensuring revisions to LAYOUT.md reflect directly in code, maintaining clear revision histories for grid structure and storage convention changes.

Does the agent sessions layout specification apply to both bug fixes and new feature implementation?

Yes, the agent sessions layout specification applies to both bug fixes and new feature implementation, enforcing consistent workbench contributions through dedicated agent-session components and storage conventions.

What are the limitations of using a fixed layout specification for workbench UI architecture?

A limitation of using a fixed layout specification for workbench UI architecture is that all grid structure, part visibility, and editor modal changes must strictly conform to LAYOUT.md, restricting arbitrary layout modifications.