What is polizy-setup?
Setup and installation guide for polizy authorization library. Use when adding authorization to a project, installing polizy, choosing storage adapters, or setting up for the first time. Source: bratsos/polizy.
Setup and installation guide for polizy authorization library. Use when adding authorization to a project, installing polizy, choosing storage adapters, or setting up for the first time.
Quickly install polizy-setup AI skill to your development environment via command line
Source: bratsos/polizy.
| Critical | Install package | npm install polizy | | Critical | Define schema | Relations, actions, mappings | | Critical | Choose storage | InMemory (dev) or Prisma (prod) | | Important | Test setup | Verify with a permission check | | Optional | Configure options | Depth limits, logging |
| Persistence | No (lost on restart) | Yes | | Multi-instance | No | Yes | | Setup | Zero config | Requires Prisma model | | Performance | Fastest | Database-dependent | | Use case | Testing, dev | Production |
| "Cannot find module 'polizy'" | Run npm install polizy | | TypeScript errors in schema | Ensure defineSchema is imported from "polizy" | | Prisma model not found | See PRISMA-SETUP.md | | Permission check returns false | Verify relation is in actionToRelations for that action |
Stable fields and commands for AI/search citations.
npx skills add https://github.com/bratsos/polizy --skill polizy-setupSetup and installation guide for polizy authorization library. Use when adding authorization to a project, installing polizy, choosing storage adapters, or setting up for the first time. Source: bratsos/polizy.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bratsos/polizy --skill polizy-setup Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/bratsos/polizy