AI Skills
Install AI Skills to help coding assistants understand and use hooks correctly.
Shadcn Hooks provides an AI Skills directory that helps AI coding assistants (Cursor, Codex, etc.) understand and correctly apply every hook. Once installed, your AI assistant can automatically suggest the right hook for any requirement, with accurate type signatures and usage patterns.
Run via skills CLI:
npx skills add Debbl/shadcn-hooksThis downloads the skill and configures it for use with your AI agent (Cursor, Codex, etc.).
What's Included
The skill contains:
SKILL.md— A decision-and-implementation guide with a categorized table of all hooks, their descriptions, and invocation rules (AUTO/EXTERNAL).references/— One reference file per hook with:- Description and usage examples
- Full TypeScript type declarations
- Parameters and return value tables
This allows AI assistants to:
- Auto-suggest the right hook when it matches your requirement
- Generate correct code with proper type signatures and options
- Follow best practices for each hook's usage pattern
Last updated on