kuzenbo-charts-usage

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

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-charts-usage" with this command: npx skills add kuzenbodev/kuzenbo/kuzenbodev-kuzenbo-kuzenbo-charts-usage

Kuzenbo Charts Usage

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

Runtime Setup

  • Install required runtime set:

npm install @kuzenbo/charts @kuzenbo/core @kuzenbo/theme recharts

  • Ensure theme stylesheet is loaded once:

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

Chart Workflow

  • Choose the chart primitive from references/chart-exports.md .

  • Shape data as array records and define a typed series list with name , label , and color .

  • Add formatter functions (valueFormatter , axis formatters) early to avoid formatting drift.

  • Turn on only needed affordances (withLegend , withTooltip , axis toggles) to keep charts readable.

Guardrails

  • Stay on public exports only (@kuzenbo/charts/ui/* listed in references).

  • Keep @kuzenbo/core and @kuzenbo/theme present in runtime.

  • Use semantic chart color vars (var(--color-chart-1) etc.) instead of hardcoded palette literals when possible.

  • If a requested chart type is absent, choose the nearest exported primitive and state the tradeoff.

References

  • references/chart-exports.md

  • references/chart-starter-pattern.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-typescript-surface

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

base-ui-handbook-foundations

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

base-ui-overview-quickstart

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

base-ui-forms-and-validation

No summary provided by upstream source.

Repository SourceNeeds Review