policymaker-permissions

Installation
SKILL.md

Policymaker permissions (bitfield utilities)

Use this skill when

  • You are working with createPermissions from policymaker/permissions.
  • You need to combine, check, add, remove, or toggle bigint permission bits.
  • You are implementing superuser or aggregate permission behavior.
  • You must convert between permission names and bigint masks.
  • You are mapping bigint permissions to policy actions via permissionBits.

Import

import { createPermissions } from 'policymaker/permissions';

This is a standalone subpath. It does not depend on the main policy engine and can be used independently.

Installs
1
GitHub Stars
5
First Seen
1 day ago
policymaker-permissions — neplextech/policymaker