.agents/skills/skill-hooks-library/SKILL.md
Domain skill for reusable typed React hooks used in business logic. Use when extending or validating shared hooks like local storage and pagination.
npx skillsauth add filippovskii09/quize-audit skill-hooks-libraryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Capture patterns for shared, typed hooks that power reusable frontend logic.
src/hooks/index.tsuseLocalStorage: src/hooks/useLocalStorage.tsusePagination: src/hooks/usePagination.tssrc/hooks/__tests__/useLocalStorage.spec.tssrc/hooks/__tests__/usePagination.spec.tsuseState)<T> where relevant).src/hooks/index.ts.src/hooks/__tests__ for every behavior branch.[1, totalPages].development
Domain skill for React internationalization setup with react-intl, locale switching, and typed i18n context. Use when adding new translations or extending locale behavior.
development
Reusable Prettier formatting recipe for TypeScript and frontend repositories. Use when enforcing consistent code style and integrating format checks in hooks.
tools
Declarative pre-commit framework recipe for polyglot repositories with stage-aware hooks (pre-commit and pre-push). Use when repositories need non-Node quality gates or mixed toolchains.
development
Reusable Jest setup recipe for React + TypeScript + ESM projects using ts-jest and jsdom. Use when creating or validating the unit test runtime.