kuzenbo-hooks-usage

Use this skill for external app code that consumes the stable public package @kuzenbo/hooks@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-hooks-usage" with this command: npx skills add kuzenbodev/kuzenbo/kuzenbodev-kuzenbo-kuzenbo-hooks-usage

Kuzenbo Hooks Usage

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

Runtime Setup

  • Install:

npm install @kuzenbo/hooks

  • For Next.js/client components that use browser APIs, add:

"use client";

Hook Selection Workflow

  • Read references/hooks-by-category.md to choose the right hook family.

  • Confirm the hook is in references/hook-exports.md before implementation.

  • Prefer dedicated hooks instead of manual event listeners, timers, or storage plumbing.

  • Keep business logic in app code and use hooks for state/effect wiring.

Guardrails

  • Use only exported hooks from @kuzenbo/hooks .

  • Use useFullscreenDocument or useFullscreenElement (not useFullscreen ).

  • Browser-only hooks must run in client components.

  • If a hook is missing from exports, state the gap and propose the closest exported alternative.

References

  • references/hooks-by-category.md

  • references/hook-exports.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-theme-runtime

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