What problem does it solve?
This Skill maps and documents reusable UI hooks for the bklog project, providing a single source of truth for hook naming, scope, and maintenance boundaries to improve consistency across teams.
Core Features & Use Cases
- Hook catalog: Centralizes available hooks under src/hooks/ with conventional names like use-xxx.ts and core utilities such as useStore, useRouter, useRoute, useUtils, and useLocale.
- Impact guidance: Describes ChangeImpact rules for new or changed hooks and helps identify wide-scale effects from shared hook changes.
- References: Includes hooks-reference.md as a quick-reference document to look up hook details and usage notes.
- Use Case: A developer adding a new hook consults this map to ensure proper placement, naming and minimal cross-cutting impact.
Quick Start
Review the bklog-hooks map in src/hooks/ and reference hooks-reference.md for naming conventions and usage constraints.