kuzenbo-charts-usage
SKILL.md
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
serieslist withname,label, andcolor. - 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/coreand@kuzenbo/themepresent 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.mdreferences/chart-starter-pattern.md
Weekly Installs
4
Repository
kuzenbodev/kuzenboGitHub Stars
1
First Seen
Feb 28, 2026
Security Audits
Installed on
opencode4
gemini-cli4
claude-code4
github-copilot4
codex4
kimi-cli4