Awesome-omni-skill new-hook
Create a React Query hook with loading/error states and TypeScript types for data fetching
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/development/new-hook" ~/.claude/skills/diegosouzapw-awesome-omni-skill-new-hook && rm -rf "$T"
manifest:
skills/development/new-hook/SKILL.mdsource content
new-hook
Overview
Create a React Query hook with loading/error states and TypeScript types for data fetching
This skill was converted from a bash script to follow Anthropic's Agent Skills best practices.
Usage
new-hook <command> [options]
Commands
TODO: Extract and document commands from the script
Run
new-hook --help to see available commands.
When to Use
TODO: Add specific use cases
Scripts
- Main functionality (converted from original new-hook)scripts/main.sh
Claude can execute this script directly without loading it into context.
Additional Resources
For detailed information, see:
- reference/migration-notes.md - Conversion notes and TODOs
- reference/examples.md - Usage examples (TODO)
Progressive Disclosure
Consider adding these reference files:
- Detailed command documentationreference/api-reference.md
- Common issues and solutionsreference/troubleshooting.md