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.
Decision snapshot
Is this a fit?
Browser automation, Design and media, Writing, Includes SKILL.md
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
9 days ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
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.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Browser automation
- Design and media
- Writing
- Browser automation use cases
- Design and media use cases
Declared skill metadata
- Source file: .github/skills/ux-css-layout/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- 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
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 | |---------|----
Verified compatibility and discovery
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.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.