base-ui-overview-quickstart

📁 kuzenbodev/kuzenbo 📅 Today
1
总安装量
1
周安装量
#77404
全站排名
安装命令
npx skills add https://github.com/kuzenbodev/kuzenbo --skill base-ui-overview-quickstart

Agent 安装分布

amp 1
cline 1
opencode 1
cursor 1
kimi-cli 1
codex 1

Skill 文档

Base UI Overview and Quick Start

This is the entry point for Base UI knowledge in Kuzenbo. Use it before touching a specific component to confirm assumptions, version scope, and ownership.

Scope

  • Overview docs: Quick start, accessibility, releases, about page
  • Global index references: Handbook/handbook entries, components, utilities
  • Baseline release evidence for drift checks and compatibility gates

Routing cues

  • “what is Base UI”, “quick start”, “release notes”, “about Base UI”, “how to set up portal stacking”, “what is in v1.2.0” → this skill
  • “unstyled”, “styling strategy”, “customize behavior”, “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

Key operating rules

  • Base UI is unstyled and composition-first; render, className, and style state callbacks are primary extension points.
  • Portals should be layered with app shell isolation: isolate guidance from quick start.
  • Accessibility remains opt-in beyond base semantics: labels/role attributes/keyboard behavior still need explicit integration in app-level UI.

Maintenance

References