agent-sessions-layout

Configure Agent Sessions workbench layout according to LAYOUT.md specification.

5|1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/malwarebo/nyrve --skill agent-sessions-layout-malwarebo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-sessions-layout
Source: https://github.com/malwarebo/nyrve/tree/main/.github/skills/agent-sessions-layout
Command: npx skills add https://github.com/malwarebo/nyrve --skill agent-sessions-layout-malwarebo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the need for precise control and understanding of the Agent Sessions workbench layout, ensuring consistency and adherence to specifications when implementing or modifying its structure and behavior.

Core Features & Use Cases

  • Specification Adherence: Guides users to follow the authoritative LAYOUT.md specification for all layout changes.
  • Code Synchronization: Mandates keeping implementation in sync with the specification, including updating revision history.
  • Implementation Principles: Enforces specific rules for part positioning, visibility, and naming conventions.
  • Key File Reference: Provides a clear list of critical files involved in the layout implementation.
  • Testing Guidelines: Outlines essential verification steps after making layout modifications.
  • Use Case: A developer needs to add a new part to the Agent Sessions workbench. They consult this Skill to understand where the new part should be placed according to the spec, how to manage its visibility, and what naming conventions to follow.

Quick Start

Follow the guidelines in src/vs/sessions/LAYOUT.md before making any changes to the Agent Sessions workbench 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, you must follow the authoritative specification in `src/vs/sessions/LAYOUT.md` to manage fixed layout structure, grid configuration, and part visibility.

What is the specification for adding a new part to the workbench layout?

The workbench layout specification mandates specific implementation principles for part positioning, visibility management, and naming conventions, ensuring code synchronization by updating revision history in `LAYOUT.md`.

How do I manage editor modal and sidebar footer visibility in the workbench?

Managing editor modal and sidebar footer visibility requires adhering to the defined layout specification and modifying the key files identified for the Agent Sessions workbench implementation.

What testing guidelines should I follow after modifying the VS Code workbench layout?

After modifying the workbench layout, you must follow essential verification steps outlined in the specification to ensure the fixed layout structure and part visibility changes operate correctly.

Why does my Agent Sessions layout implementation break the specification rules?

Your layout implementation likely breaks specification rules because the code is out of sync with `LAYOUT.md`, requiring you to enforce specific rules for part positioning and update the revision history.