·ahooks

Utility hooks for React state management - grouped state and localStorage persistence. Use when: managing grouped state that changes together, persisting state to localStorage, or coordinating state between URL and storage.

20Installs·1Trend·@blockmatic

Installation

$npx skills add https://github.com/blockmatic/basilic --skill ahooks

How to Install ahooks

Quickly install ahooks AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/blockmatic/basilic --skill ahooks
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: blockmatic/basilic.

SKILL.md

View raw

When to use: Form state, game engine state, UI state that changes together (if not URL-shareable)

When NOT to use: URL-shareable state (use nuqs), loading states (use TanStack Query)

When to use: User preferences, debug flags, settings that should persist across sessions

Utility hooks for React state management - grouped state and localStorage persistence. Use when: managing grouped state that changes together, persisting state to localStorage, or coordinating state between URL and storage. Source: blockmatic/basilic.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/blockmatic/basilic --skill ahooks
Category
</>Dev Tools
Verified
First Seen
2026-03-14
Updated
2026-03-14

Browse more skills from blockmatic/basilic

Quick answers

What is ahooks?

Utility hooks for React state management - grouped state and localStorage persistence. Use when: managing grouped state that changes together, persisting state to localStorage, or coordinating state between URL and storage. Source: blockmatic/basilic.

How do I install ahooks?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/blockmatic/basilic --skill ahooks Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/blockmatic/basilic