react-hooks

Installation
SKILL.md

React Hooks Skill

Handles common React hook patterns and violations across the codebase.

Capabilities

  • Rules of Hooks violations: Early returns before hook calls, conditional hooks
  • useEffect dependency issues: Missing/stale dependencies, infinite loops
  • Hook ordering problems: Hooks called in conditional order, inconsistent hook sequence
  • Context hook patterns: Proper use of useContext, avoiding unnecessary context re-renders
  • Custom hook extraction: Safe creation of custom hooks for reusable logic

Key Patterns

Installs
2
GitHub Stars
43
First Seen
Feb 12, 2026
react-hooks — salavender/antigravity-compound-engineering-plugin