sessions

Enforce layer, layout, and contribution standards for the Agent Sessions window.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/DevFlex-AI/devonz-editor-web --skill sessions-devflex-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sessions
Source: https://github.com/DevFlex-AI/devonz-editor-web/tree/main/.github/skills/sessions
Command: npx skills add https://github.com/DevFlex-AI/devonz-editor-web --skill sessions-devflex-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a structured, guidance-driven approach to building and maintaining the Agent Sessions window, ensuring consistency across layers, layout, and contributions.

Core Features & Use Cases

  • Authoritative layer and layout guidance for Agent Sessions (vs/workbench integration, chat widget, menus, and contributions).
  • Clear development workflow: folder structure, entry points, and contribution registration.
  • Enforced constraints: dependency/import rules, and WindowVisibility for Agent Sessions scope.

Quick Start

Open the Agent Sessions window and review the LAYOUT.md to begin implementing features.

Frequently Asked Questions about sessions

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

FAQPage Schema
How do I structure contributions for the Agent Sessions UI in the workbench?▼

Contributions for the Agent Sessions UI are structured by following the provided folder structure, entry points, and contribution registration specifications within the src/vs/sessions codebase.

What architecture layers should I follow when developing workbench UI features?▼

Workbench UI development requires following the provided layer and layout specifications, ensuring proper vs/workbench integration, chat widget placement, and menu contributions.

Are there dependency import rules for the Agent Sessions codebase scope?▼

Yes, the Agent Sessions scope enforces strict dependency and import rules, including WindowVisibility constraints, to ensure safe and consistent codebase contributions.

How do I get started adding features to the Agent Sessions window?▼

To start adding features, open the Agent Sessions window, review the LAYOUT.md documentation, and apply the layer and contribution specifications to your work.

What is the documentation-driven development requirement for src/vs/sessions?▼

The documentation-driven requirement mandates satisfying the specifications in SKILL.md, enforcing dependency checks, and ensuring safe, consistent contributions across the codebase.

Can I use this UI architecture guidance for bug fixes in the chat widget?▼

Yes, the layer, layout, and contribution specifications apply to both feature work and bug fixes within the src/vs/sessions codebase, ensuring consistent architecture.