Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
constructive-io avatar

Hooks Auth

  • 1 installs
  • 52 repo stars
  • Updated August 5, 2026
  • constructive-io/constructive

React Query hooks for the auth API providing typed query and mutation hooks for 9 tables and 28 custom operations.

About

hooksauth React Query hooks for the auth API provide typed query and mutation hooks for 9 tables and 28 custom operations.. Supports authentication-related queries and mutations.

  • Typed hooks for auth entities
  • React Query integration for auth endpoints

Hooks Auth by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,912 of 2,245 Frontend Development skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/constructive-io/constructive --skill hooks-auth

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars52
Last updatedAugust 5, 2026
Repositoryconstructive-io/constructive

What it does

React Query hooks for the auth API providing typed query and mutation hooks for 9 tables and 28 custom operations.

Files

SKILL.mdMarkdownGitHub ↗

hooks-auth

<!-- @constructive-io/graphql-codegen - DO NOT EDIT -->

React Query hooks for the auth API — provides typed query and mutation hooks for 9 tables and 28 custom operations

Usage

// Import hooks
import { useEmailsQuery } from './hooks';

// Query hooks: use<Model>Query, use<Model>sQuery
// Mutation hooks: useCreate<Model>Mutation, useUpdate<Model>Mutation, useDelete<Model>Mutation

const { data, isLoading } = useEmailsQuery({
  selection: { fields: { id: true } },
});

Examples

Query records

const { data, isLoading } = useEmailsQuery({
  selection: { fields: { id: true } },
});

References

See the references/ directory for detailed per-entity API documentation:

  • email
  • phone-number
  • crypto-address
  • webauthn-credential
  • audit-log
  • identity-provider
  • role-type
  • user-connected-account
  • user
  • current-user-agent
  • current-ip-address
  • current-user-id
  • require-step-up
  • current-user
  • sign-out
  • send-account-deletion-email
  • check-password
  • disconnect-account
  • revoke-api-key
  • revoke-session
  • verify-password
  • verify-totp
  • confirm-delete-account
  • set-password
  • verify-email
  • provision-new-user
  • reset-password
  • sign-in-cross-origin
  • sign-up
  • request-cross-origin-token
  • sign-in
  • extend-token-expires
  • create-api-key
  • forgot-password
  • send-verification-email
  • request-upload-url
  • provision-bucket

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.