kuzenbo-theme-runtime

Kuzenbo Theme Runtime

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "kuzenbo-theme-runtime" with this command: npx skills add kuzenbodev/kuzenbo/kuzenbodev-kuzenbo-kuzenbo-theme-runtime

Kuzenbo Theme Runtime

Use this skill for external app code that consumes the stable public package @kuzenbo/theme@0.0.6 .

Runtime Setup

  • Install:

npm install @kuzenbo/theme next-themes

  • Load one prebuilt theme stylesheet at app root:

import "@kuzenbo/theme/prebuilt/kuzenbo.css";

  • Add bootstrap + provider in root layout:

import { ThemeBootstrapScript, ThemeProvider } from "@kuzenbo/theme";

<ThemeBootstrapScript /> <ThemeProvider>{children}</ThemeProvider>

Theme Workflow

  • Pick a prebuilt theme from references/prebuilt-themes.md .

  • Use semantic tokens from references/theme-token-families.md instead of hardcoded colors/z-index values.

  • Override tokens in CSS (:root , .dark , or scoped container) for customization.

  • Use runtime helpers from references/theme-runtime-api.md only when custom bootstrap behavior is required.

Guardrails

  • Keep theme CSS import and provider wiring in every Kuzenbo UI runtime.

  • Avoid raw palette classes when a semantic token exists.

  • Prefer cursor-clickable and z-index tokens instead of ad-hoc cursor/z-index literals.

  • Keep imports on the public surface (@kuzenbo/theme , @kuzenbo/theme/theme-provider , @kuzenbo/theme/prebuilt/*.css ).

References

  • references/prebuilt-themes.md

  • references/theme-runtime-api.md

  • references/theme-token-families.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

base-ui-forms-and-validation

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

kuzenbo-charts-usage

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

kuzenbo-styles-baseline

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

base-ui-overview-quickstart

No summary provided by upstream source.

Repository SourceNeeds Review