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

Hooks Admin

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

React Query hooks for the admin API providing typed query and mutation hooks for 37 tables and 15 custom operations.

About

hooksadmin React Query hooks for the admin API provide typed query and mutation hooks for 37 tables and 15 custom operations.. Enables programmatic access to admin endpoints.

  • Import hooks and use with React Query
  • Typed query and mutation hooks for all admin entities

Hooks Admin 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-admin

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 admin API providing typed query and mutation hooks for 37 tables and 15 custom operations.

Files

SKILL.mdMarkdownGitHub ↗

hooks-admin

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

React Query hooks for the admin API — provides typed query and mutation hooks for 37 tables and 15 custom operations

Usage

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

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

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

Examples

Query records

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

References

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

  • org-get-managers-record
  • org-get-subordinates-record
  • app-permission
  • org-permission
  • app-level-requirement
  • org-member
  • app-permission-default
  • org-permission-default
  • app-admin-grant
  • app-owner-grant
  • app-achievement
  • app-step
  • org-admin-grant
  • org-owner-grant
  • membership-type
  • app-limit-default
  • org-limit-default
  • org-chart-edge-grant
  • app-claimed-invite
  • app-grant
  • app-membership-default
  • org-membership-default
  • org-claimed-invite
  • app-limit-event
  • org-limit-event
  • org-grant
  • org-chart-edge
  • app-limit
  • org-limit-aggregate
  • org-member-profile
  • org-limit
  • app-level
  • app-invite
  • org-membership-setting
  • org-invite
  • app-membership
  • org-membership
  • app-permissions-get-padded-mask
  • org-permissions-get-padded-mask
  • org-is-manager-of
  • app-permissions-get-mask
  • org-permissions-get-mask
  • steps-achieved
  • app-permissions-get-mask-by-names
  • org-permissions-get-mask-by-names
  • app-permissions-get-by-mask
  • org-permissions-get-by-mask
  • steps-required
  • submit-app-invite-code
  • submit-org-invite-code
  • 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.