policymaker-permissions
Installation
SKILL.md
Policymaker permissions (bitfield utilities)
Use this skill when
- You are working with
createPermissionsfrompolicymaker/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.