Favicon of ux-css-layout

ux-css-layout Skill

AI Agent SkillWriting SkillsTypeScriptOpen source

VS Code CSS conventions, file organization, class naming, standard sizes, SplitView/Grid layout, scrollable content, responsive layout, and text overflow/ellipsis patterns. Use when writing CSS, building layouts, or fixing text truncation issues. Published by microsoft in vscode.

What is ux-css-layout Skill?

VS Code CSS conventions, file organization, class naming, standard sizes, SplitView/Grid layout, scrollable content, responsive layout, and text overflow/ellipsis patterns. Use when writing CSS, building layouts, or fixing text truncation issues. Published by microsoft in vscode. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
100/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Browser automation
  • Design and media
  • Writing
  • Browser automation use cases
  • Design and media use cases

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use ux-css-layout Skill

  • Use it for browser automation.
  • Use it for design and media.
  • Use it for writing.

Built with

TypeScriptCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/vscode
  • Skill file: .github/skills/ux-css-layout/SKILL.md

What it does

VS Code CSS conventions, file organization, class naming, standard sizes, SplitView/Grid layout, scrollable content, responsive layout, and text overflow/ellipsis patterns. Use when writing CSS, building layouts, or fixing text truncation issues.

Skill instructions

This skill covers CSS file organization, naming, standard sizes, programmatic layout (SplitView, Grid, scrollable), responsive patterns, and text overflow handling. --- 1. File Organization CSS files are co-located with their TypeScript components: src/vs/base/browser/ui/button/ button.ts button.css src/vs/workbench/contrib/myFeature/browser/ myFeature.ts media/ myFeature.css Import CSS directly in the TS file: typescript import './media/myFeature.css'; // or for base widgets: import './button.css'; Workbench-level global styles live in src/vs/workbench/browser/media/. 2. Class Naming - monaco- prefix for all major components: .monaco-workbench, .monaco-split-view2, .monaco-scrollable-element - Modifier classes: .monaco-split-view2.vertical, .monaco-split-view2.horizontal - State classes: .visible, .focused, .active, .highlight - Feature-specific classes use kebab-case without prefix: .my-feature, .outline-pane, .welcome-view-content 3. Standard Sizes | Element | Size | |---------|----

Explore related resources

Frequently asked questions

What is ux-css-layout?

ux-css-layout is a open-source AI agent skill with Copy skill directory. VS Code CSS conventions, file organization, class naming, standard sizes, SplitView/Grid layout, scrollable content, responsive layout, and text overflow/ellipsis patterns.

Who is ux-css-layout best for?

ux-css-layout is best for reusing agent instructions, scripts, and references, browser automation workflows, design and media workflows, writing workflows.

How do I install ux-css-layout?

Install or run ux-css-layout using Copy skill directory. Check ux-css-layout for the latest setup command.

Is ux-css-layout actively maintained?

ux-css-layout may need a closer maintenance check before production use.

Share:

Stars
187,531
Forks
41,265
Last commit
9 days ago
Repository age
11 years
License
MIT

Auto-fetched from GitHub.

Similar to ux-css-layout