sessions

Guide Agent Sessions window implementation with layering and layout specs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

When working on the Agent Sessions window, follow these guidelines to ensure consistency across the architecture, layout, and contributions.

What problem does it solve?

Provides a centralized guide for implementing and maintaining the Agent Sessions window by codifying layering rules, folder structure, and development guidelines, so teams can align on design and execution.

Core Features & Use Cases

  • Establishes layering constraints and dependency rules for the Agent Sessions window.
  • Documents the folder structure, core components, and contributions to coordinate updates.
  • Serves as a reference when creating new contributions, editing the chat widget, and extending the workbench.

Quick Start

Review the Layering and Layout specs before making changes to the Agent Sessions window.

Frequently Asked Questions about sessions

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

FAQPage Schema
What are the architecture guidelines for the Agent Sessions window?

Agent Sessions window architecture guidelines establish layering constraints, folder structure, and dependency rules across src/vs/sessions, browser, and contribs to ensure consistent development practices.

How do I structure contributions for the Agent Sessions window?

Structure Agent Sessions window contributions by following standardized folder layouts and layering specs, ensuring new contributions align with the documented core components and workbench entry points.

Where should I place files when adding features to the Agent Sessions window?

File placement for Agent Sessions window features follows the defined folder structure within src/vs/sessions, browser, and contribs directories, coordinating updates through documented core components.

Can I modify the chat widget within the Agent Sessions window?

Modifying the chat widget in the Agent Sessions window requires reviewing Layer and Layout specs first, then applying the established contribution guidelines to maintain architectural consistency.

What is the best way to ensure consistent layering in the Agent Sessions window?

Consistent layering in the Agent Sessions window is achieved by codifying dependency rules and layering constraints, serving as a centralized reference for teams implementing features or fixing issues.

Why do I need to review Layout specs before changing the Agent Sessions window?

Reviewing Layout specs before changing the Agent Sessions window ensures updates to menus, entry points, and the chat widget align with standardized architecture and development guidelines.