base-ui-overview-quickstart
Base UI Overview and Quick Start
Use this skill when the question is about Base UI itself rather than one component family.
Scope
- Overview docs: Quick start, accessibility, releases, about page
- Current docs topology from
llms.txt - Ownership routing into the domain skills in this pack
- Release/version checks before wrapper or migration work
Routing cues
- "what is Base UI", "quick start", "release notes", "about Base UI", "how do the docs split work", "what is in v1.2.0" → this skill
- "unstyled", "styling strategy", "customize behavior", "render prop", "form patterns" with no concrete component → route to handbook/domain skills
- Concrete component/unified utility questions → route to the owning skill from
references/coverage-matrix.md
Canonical references
More from dobroslavradosavljevic/skills
base-ui-typescript-surface
Use for Base UI namespace contracts, change event types, generic render types, and wrapper typing patterns.
4base-ui-basic-primitives
Use for simple primitives with low integration complexity (Avatar, Button, Meter, Progress, Scroll Area, Separator).
4base-ui-root-providers
Use for CSP Provider, Direction Provider, and useDirection when wiring Base UI at the app root or across portals.
4base-ui-menus-navigation-and-toast
Use for Menu, Context Menu, Menubar, Navigation Menu, Toolbar, Toast, and shared command-surface patterns such as detached triggers and menu payloads.
4base-ui-forms-and-validation
Use for Base UI Field/Form primitives, validation flows, form controls, and advanced Number Field, Slider, and RadioGroup behavior.
4base-ui-disclosure-and-tabs
Use for stateful visibility components (Accordion, Collapsible) and tab navigation semantics.
4