busirocket-react
Installation
SKILL.md
React (Components, Hooks, State)
Reusable patterns for scalable React codebases, including Zustand state management.
When to Use
Use this skill when:
- Writing or refactoring
.tsxcomponents - Extracting hooks into
hooks/<area>/useXxx.ts - Removing helpers from components/hooks into
utils/ - Removing inline types into
types/ - Implementing global UI state (modals, progress indicators)
- Managing shared data across components or avoiding prop drilling
- Setting up cross-component communication with Zustand
Non-Negotiables (MUST)
Related skills
More from busirocket/agents-skills
busirocket-tailwindcss-v4
Applies Tailwind CSS v4 setup and styling strategy. Use when configuring
62busirocket-core-conventions
Applies general engineering conventions optimized for AI agents. Use when
46busirocket-refactor-workflow
Enforces strict refactoring workflow for TypeScript/React codebases. Use when
44busirocket-validation
Applies validation strategy using Zod for schemas and guard helpers for
41busirocket-rust
Enforces Rust language and module standards for maintainable codebases. Use
39busirocket-supabase
Enforces Supabase access patterns and service boundaries. Use only when
39